﻿/* Main Menu and Flyouts */

.SubMenuContainer
{
	z-index: 900;
	display: none;
	visibility: hidden;
	/*min-width: 165px;*/
	border-top: 1px #888 solid;
}

.SubMenuItemFirst
{
	opacity:0.95;
	filter:alpha(opacity=95);
	white-space:nowrap;
}
.SubMenuItemFirst a
{
	background-color: #ffffff;
	font:11px Arial, Helvetica, Serif; font-weight:bold;
	padding: 5px 12px 5px 12px;
	color: #888888;
	display: block;
	text-decoration: none;
	border-bottom: 1px #e0e0e0 solid;
}
.SubMenuItemFirst a:hover
{
	color:#000;
	display: block;
	text-decoration: none;
}
.SubMenuItemFirstWithSubMenu
{
	border-right:3px #e0e0e0 solid;
	opacity:0.95;
	filter:alpha(opacity=95);
	white-space:nowrap;
}
.SubMenuItemFirstWithSubMenu a
{
	background-color: #ffffff;
	font:11px Arial, Helvetica, Serif; font-weight:bold;
	padding: 5px 12px 5px 12px;
	color: #888888;
	display: block;
	text-decoration: none;
	background-position:right center;
	background-repeat: no-repeat;
	border-bottom: 1px #e0e0e0 solid;
}
.SubMenuItemFirstWithSubMenu a:hover
{
	color:#000;
	display: block;
	text-decoration: none;
	background-position:right center;
	background-repeat: no-repeat;
}

.SubMenuItemMiddle
{
	opacity:0.95;
	filter:alpha(opacity=95);
	white-space:nowrap;
}
.SubMenuItemMiddle a
{
	background-color: #ffffff;
	font:11px Arial, Helvetica, Serif; font-weight:bold;
	padding: 5px 12px 5px 12px;
	color: #888888;
	display: block;
	text-decoration: none;
	border-bottom: 1px #e0e0e0 solid;
}
.SubMenuItemMiddle a:hover
{
	color:#000;
	display: block;
	text-decoration: none;
}
.SubMenuItemMiddleWithSubMenu
{
	border-right:3px #e0e0e0 solid;
	opacity:0.95;
	filter:alpha(opacity=95);
	white-space:nowrap;
}
.SubMenuItemMiddleWithSubMenu a
{
	background-color: #ffffff;
	font:11px Arial, Helvetica, Serif; font-weight:bold;
	padding: 5px 12px 5px 12px;
	color: #888888;
	display: block;
	text-decoration: none;
	background-position:right center;
	background-repeat: no-repeat;
	border-bottom: 1px #e0e0e0 solid;
}
.SubMenuItemMiddleWithSubMenu a:hover
{
	color:#000;
	display: block;
	text-decoration: none;
	background-position:right center;
	background-repeat: no-repeat;
}

.SubMenuItemLast
{
	opacity:0.95;
	filter:alpha(opacity=95);
	white-space:nowrap;
}
.SubMenuItemLast a
{
	background-color: #ffffff;
	font:11px Arial, Helvetica, Serif; font-weight:bold;
	padding: 5px 12px 5px 12px;
	color: #888888;
	display: block;
	text-decoration: none;
}
.SubMenuItemLast a:hover
{
	color:#000;
	display: block;
	text-decoration: none;
}
.SubMenuItemLastWithSubMenu
{
	border-right:3px #e0e0e0 solid;
	opacity:0.95;
	filter:alpha(opacity=95);
	white-space:nowrap;
}
.SubMenuItemLastWithSubMenu a
{
	background-color: #ffffff;
	font:11px Arial, Helvetica, Serif; font-weight:bold;
	padding: 5px 12px 5px 12px;
	color: #888888;
	display: block;
	text-decoration: none;
	background-position:right center;
	background-repeat: no-repeat;
}
.SubMenuItemLastWithSubMenu a:hover
{
	color:#000;
	display: block;
	text-decoration: none;
	background-position:right center;
	background-repeat: no-repeat;
}

.SubMenuItemSingle
{
	opacity:0.95;
	filter:alpha(opacity=95);
	white-space:nowrap;
}
.SubMenuItemSingle a
{
	background-color: #ffffff;
	font:11px Arial, Helvetica, Serif; font-weight:bold;
	padding: 5px 12px 5px 12px;
	color: #888888;
	display: block;
	text-decoration: none;
}
.SubMenuItemSingle a:hover
{
	color:#000;
	display: block;
	text-decoration: none;
}
.SubMenuItemSingleWithSubMenu
{
	border-right:3px #e0e0e0 solid;
	opacity:0.95;
	filter:alpha(opacity=95);
	white-space:nowrap;
}
.SubMenuItemSingleWithSubMenu a
{
	background-color: #ffffff;
	font:11px Arial, Helvetica, Serif; font-weight:bold;
	padding: 5px 12px 5px 12px;
	color: #888888;
	display: block;
	text-decoration: none;
	background-position:right center;
	background-repeat: no-repeat;
}
.SubMenuItemSingleWithSubMenu a:hover
{
	color:#000;
	display: block;
	text-decoration: none;	
	background-position:right center;
	background-repeat: no-repeat;
}