﻿/* Main Menu and Flyouts */

.SubMenuContainer
{
	z-index: 900;
	display: none;
	visibility: hidden;
	width: 110px;
    margin-top:-2px;
}

.SubMenuItemFirst
{
	opacity:0.93;
	filter:alpha(opacity=93);
	white-space:nowrap;
}
.SubMenuItemFirst a
{
	background-color: #c40176;
	font:12px Arial;
	padding: 3px 10px 3px 10px;
	color: #ffffff;
	display: block;
	text-decoration: none;
    border-top:1px #a50063 solid;
}
.SubMenuItemFirst a:hover
{
	color:#fff;
	background-color: #555555;
	display: block;
	text-decoration: none;
    border-top:1px #888888 solid;
}
.SubMenuItemFirstWithSubMenu
{
	border-right:1px #a50063 solid;
	opacity:0.93;
	filter:alpha(opacity=93);
	white-space:nowrap;
}
.SubMenuItemFirstWithSubMenu a
{
	background-color: #c40176;
	font:12px Arial;
	padding: 3px 10px 3px 10px;
	color: #ffffff;
	display: block;
	text-decoration: none;
	background-image: url(../../images/MenuArrow_White.gif);
	background-position:right center;
	background-repeat: no-repeat;
    border-top:1px #a50063 solid;
}
.SubMenuItemFirstWithSubMenu a:hover
{
	color:#fff;
	background-color: #555555;
	display: block;
	text-decoration: none;
	background-image: url(../../images/MenuArrow_White.gif);
	background-position:right center;
	background-repeat: no-repeat;
    border-top:1px #888888 solid;
}

.SubMenuItemMiddle
{
	opacity:0.93;
	filter:alpha(opacity=93);
	white-space:nowrap;
}
.SubMenuItemMiddle a
{
	background-color: #c40176;
	font:12px Arial;
	padding: 3px 10px 3px 10px;
	color: #ffffff;
	display: block;
	text-decoration: none;
}
.SubMenuItemMiddle a:hover
{
	color:#fff;
	background-color: #555555;
	display: block;
	text-decoration: none;
}
.SubMenuItemMiddleWithSubMenu
{
	border-right:1px #a50063 solid;
	opacity:0.93;
	filter:alpha(opacity=93);
	white-space:nowrap;
}
.SubMenuItemMiddleWithSubMenu a
{
	background-color: #c40176;
	font:12px Arial;
	padding: 3px 10px 3px 10px;
	color: #ffffff;
	display: block;
	text-decoration: none;
	background-image: url(../../images/MenuArrow_White.gif);
	background-position:right center;
	background-repeat: no-repeat;
}
.SubMenuItemMiddleWithSubMenu a:hover
{
	color:#fff;
	background-color: #555555;
	display: block;
	text-decoration: none;
	background-image: url(../../images/MenuArrow_White.gif);
	background-position:right center;
	background-repeat: no-repeat;
}

.SubMenuItemLast
{
	opacity:0.93;
	filter:alpha(opacity=93);
	white-space:nowrap;
}
.SubMenuItemLast a
{
	background-color: #c40176;
	font:12px Arial;
	padding: 3px 10px 3px 10px;
	color: #ffffff;
	display: block;
	text-decoration: none;
}
.SubMenuItemLast a:hover
{
	color:#fff;
	background-color: #555555;
	display: block;
	text-decoration: none;
}
.SubMenuItemLastWithSubMenu
{
	border-right:1px #a50063 solid;
	opacity:0.93;
	filter:alpha(opacity=93);
	white-space:nowrap;
}
.SubMenuItemLastWithSubMenu a
{
	background-color: #c40176;
	font:12px Arial;
	padding: 3px 10px 3px 10px;
	color: #ffffff;
	display: block;
	text-decoration: none;
	background-image: url(../../images/MenuArrow_White.gif);
	background-position:right center;
	background-repeat: no-repeat;
}
.SubMenuItemLastWithSubMenu a:hover
{
	color:#fff;
	background-color: #555555;
	display: block;
	text-decoration: none;
	background-image: url(../../images/MenuArrow_White.gif);
	background-position:right center;
	background-repeat: no-repeat;
}

.SubMenuItemSingle
{
	opacity:0.93;
	filter:alpha(opacity=93);
	white-space:nowrap;
}
.SubMenuItemSingle a
{
	background-color: #c40176;
	font:12px Arial;
	padding: 3px 10px 3px 10px;
	color: #ffffff;
	display: block;
	text-decoration: none;
    border-top:1px #a50063 solid;
}
.SubMenuItemSingle a:hover
{
	color:#fff;
	background-color: #555555;
	display: block;
	text-decoration: none;
    border-top:1px #888888 solid;
}
.SubMenuItemSingleWithSubMenu
{
	border-right:1px #a50063 solid;
	opacity:0.93;
	filter:alpha(opacity=93);
	white-space:nowrap;
}
.SubMenuItemSingleWithSubMenu a
{
	background-color: #c40176;
	font:12px Arial;
	padding: 3px 10px 3px 10px;
	color: #ffffff;
	display: block;
	text-decoration: none;
	background-image: url(../../images/MenuArrow_White.gif);
	background-position:right center;
	background-repeat: no-repeat;
    border-top:1px #a50063 solid;
}
.SubMenuItemSingleWithSubMenu a:hover
{
	color:#fff;
	background-color: #555555;
	display: block;
	text-decoration: none;
	background-image: url(../../images/MenuArrow_White.gif);
	background-position:right center;
	background-repeat: no-repeat;
    border-top:1px #888888 solid;
}