﻿/* Main Menu and Flyouts */

.SubMenuContainer
{
	z-index: 900;
	display: none;
	visibility: hidden;
	width: 190px;
	margin-top:-2px;
}

.SubMenuItemFirst
{
	border-top:3px #000 solid;
	border-left:3px #000 solid;
	border-right:3px #000 solid;
	opacity:0.93;
	filter:alpha(opacity=93);
	white-space:nowrap;
}
.SubMenuItemFirst a
{
	background-color: #854018;
	font:15px Arial;
	padding: 10px 20px 4px 10px;
	color: white;
	display: block;
	text-decoration: none;
}
.SubMenuItemFirst a:hover
{
	background-color: #c64909;
	display: block;
	text-decoration: none;
}
.SubMenuItemFirstWithSubMenu
{
	border-top:3px #000 solid;
	border-left:3px #000 solid;
	border-right:3px #000 solid;
	opacity:0.93;
	filter:alpha(opacity=93);
	white-space:nowrap;
}
.SubMenuItemFirstWithSubMenu a
{
	background-color: #854018;
	font:15px Arial;
	padding: 10px 20px 4px 10px;
	color: white;
	display: block;
	text-decoration: none;
	background-image: url(../../images/MenuArrow_White.gif);
	background-position:right center;
	background-repeat: no-repeat;
}
.SubMenuItemFirstWithSubMenu a:hover
{
	background-color: #c64909;
	display: block;
	text-decoration: none;
	background-image: url(../../images/MenuArrow_White.gif);
	background-position:right center;
	background-repeat: no-repeat;
}

.SubMenuItemMiddle
{
	border-left:3px #000 solid;
	border-right:3px #000 solid;
	opacity:0.93;
	filter:alpha(opacity=93);
	white-space:nowrap;
}
.SubMenuItemMiddle a
{
	background-color: #854018;
	font:15px Arial;
	padding: 4px 20px 4px 10px;
	color: white;
	display: block;
	text-decoration: none;
}
.SubMenuItemMiddle a:hover
{
	background-color: #c64909;
	display: block;
	text-decoration: none;
}
.SubMenuItemMiddleWithSubMenu
{
	border-left:3px #000 solid;
	border-right:3px #000 solid;
	opacity:0.93;
	filter:alpha(opacity=93);
	white-space:nowrap;
}
.SubMenuItemMiddleWithSubMenu a
{
	background-color: #854018;
	font:15px Arial;
	padding: 4px 20px 4px 10px;
	color: white;
	display: block;
	text-decoration: none;
	background-image: url(../../images/MenuArrow_White.gif);
	background-position:right center;
	background-repeat: no-repeat;
}
.SubMenuItemMiddleWithSubMenu a:hover
{
	background-color: #c64909;
	display: block;
	text-decoration: none;
	background-image: url(../../images/MenuArrow_White.gif);
	background-position:right center;
	background-repeat: no-repeat;
}

.SubMenuItemLast
{
	border-left:3px #000 solid;
	border-right:3px #000 solid;
	border-bottom:3px #000 solid;
	opacity:0.93;
	filter:alpha(opacity=93);
	white-space:nowrap;
}
.SubMenuItemLast a
{
	background-color: #854018;
	font:15px Arial;
	padding: 4px 20px 10px 10px;
	color: white;
	display: block;
	text-decoration: none;
}
.SubMenuItemLast a:hover
{
	background-color: #c64909;
	display: block;
	text-decoration: none;
}
.SubMenuItemLastWithSubMenu
{
	border-left:3px #000 solid;
	border-right:3px #000 solid;
	border-bottom:3px #000 solid;
	opacity:0.93;
	filter:alpha(opacity=93);
	white-space:nowrap;
}
.SubMenuItemLastWithSubMenu a
{
	background-color: #854018;
	font:15px Arial;
	padding: 4px 20px 10px 10px;
	color: white;
	display: block;
	text-decoration: none;
	background-image: url(../../images/MenuArrow_White.gif);
	background-position:right center;
	background-repeat: no-repeat;
}
.SubMenuItemLastWithSubMenu a:hover
{
	background-color: #c64909;
	display: block;
	text-decoration: none;
	background-image: url(../../images/MenuArrow_White.gif);
	background-position:right center;
	background-repeat: no-repeat;
}

.SubMenuItemSingle
{
	border-top:3px #000 solid;
	border-left:3px #000 solid;
	border-right:3px #000 solid;
	border-bottom:3px #000 solid;
	opacity:0.93;
	filter:alpha(opacity=93);
	white-space:nowrap;
}
.SubMenuItemSingle a
{
	background-color: #854018;
	font:15px Arial;
	padding: 10px 20px 10px 10px;
	color: white;
	display: block;
	text-decoration: none;
}
.SubMenuItemSingle a:hover
{
	background-color: #c64909;
	display: block;
	text-decoration: none;
}
.SubMenuItemSingleWithSubMenu
{
	border-top:3px #000 solid;
	border-left:3px #000 solid;
	border-right:3px #000 solid;
	border-bottom:3px #000 solid;
	opacity:0.93;
	filter:alpha(opacity=93);
	white-space:nowrap;
}
.SubMenuItemSingleWithSubMenu a
{
	background-color: #854018;
	font:15px Arial;
	padding: 10px 20px 10px 10px;
	color: white;
	display: block;
	text-decoration: none;
	background-image: url(../../images/MenuArrow_White.gif);
	background-position:right center;
	background-repeat: no-repeat;
}
.SubMenuItemSingleWithSubMenu a:hover
{
	background-color: #c64909;
	display: block;
	text-decoration: none;
	background-image: url(../../images/MenuArrow_White.gif);
	background-position:right center;
	background-repeat: no-repeat;
}
