﻿
/* Main Menu and Dropdowns */

.SubMenuContainer
{
	z-index: 900;
	display: none;
	visibility: hidden;
	width: 190px;
	
}

.SubMenuItemFirst
{
	border-top: solid 1px white;
	border-left: solid 1px white;
	border-right: solid 1px white;
	/*opacity: .75;*/
	/*filter: alpha(opacity=75);*/
	white-space:nowrap;
}
.SubMenuItemFirst a
{
	padding: 3px 20px 3px 3px;
	background-color: #99a2a9;
	color: white;
	display: block;
	text-decoration: none;
}
.SubMenuItemFirst a:hover
{
	background-color: #3879b1;
	color: white;
	display: block;
	text-decoration: none;
	
}
.SubMenuItemFirstWithSubMenu
{
	border-top: solid 1px white;
	border-left: solid 1px white;
	border-right: solid 1px white;
	/*opacity: .75;*/
	/*filter: alpha(opacity=75);*/
	white-space:nowrap;
	
}
.SubMenuItemFirstWithSubMenu a
{
	padding: 3px 20px 3px 3px;
	background-color: #99a2a9;
	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: #3879b1;
	color: white;
	display: block;
	text-decoration: none;
	background-image: url(../../images/MenuArrow_White.gif);
	background-position:right center;
	background-repeat: no-repeat;
	
}

.SubMenuItemMiddle
{
	border-left: solid 1px white;
	border-right: solid 1px white;
	/*opacity: .75;*/
	/*filter: alpha(opacity=75);*/
	white-space:nowrap;
}
.SubMenuItemMiddle a
{
	padding: 3px 20px 3px 3px;
	background-color: #99a2a9;
	color: white;
	display: block;
	text-decoration: none;
	border-top: solid 1px #cccccc;
}
.SubMenuItemMiddle a:hover
{
	background-color: #3879b1;
	color: white;
	display: block;
	text-decoration: none;
	
}
.SubMenuItemMiddleWithSubMenu
{
	border-left: solid 1px white;
	border-right: solid 1px white;
	/*opacity: .75;*/
	/*filter: alpha(opacity=75);*/
	white-space:nowrap;
}
.SubMenuItemMiddleWithSubMenu a
{
	padding: 3px 20px 3px 3px;
	background-color: #99a2a9;
	color: white;
	display: block;
	text-decoration: none;
	border-top: solid 1px #cccccc;
	background-image: url(../../images/MenuArrow_White.gif);
	background-position:right center;
	background-repeat: no-repeat;
}
.SubMenuItemMiddleWithSubMenu a:hover
{
	background-color: #3879b1;
	color: white;
	display: block;
	text-decoration: none;
	background-image: url(../../images/MenuArrow_White.gif);
	background-position:right center;
	background-repeat: no-repeat;
	
}

.SubMenuItemLast
{
	border-left: solid 1px white;
	border-right: solid 1px white;
	border-bottom: solid 1px white;
	/*opacity: .75;*/
	/*filter: alpha(opacity=75);*/
	white-space:nowrap;
	
}
.SubMenuItemLast a
{
	padding: 3px 20px 3px 3px;
	background-color: #99a2a9;
	color: white;
	display: block;
	text-decoration: none;
	border-top: solid 1px #cccccc;
	
	
}
.SubMenuItemLast a:hover
{
	background-color: #3879b1;
	color: white;
	display: block;
	text-decoration: none;
	
}
.SubMenuItemLastWithSubMenu
{
	border-left: solid 1px white;
	border-right: solid 1px white;
	border-bottom: solid 1px white;
	/*opacity: .75;*/
	/*filter: alpha(opacity=75);*/
	white-space:nowrap;
}
.SubMenuItemLastWithSubMenu a
{
	padding: 3px 20px 3px 3px;
	background-color: #99a2a9;
	color: white;
	display: block;
	text-decoration: none;
	border-top: solid 1px #cccccc;
	background-image: url(../../images/MenuArrow_White.gif);
	background-position:right center;
	background-repeat: no-repeat;
	
	
}
.SubMenuItemLastWithSubMenu a:hover
{
	background-color: #3879b1;
	color: white;
	display: block;
	text-decoration: none;
	background-image: url(../../images/MenuArrow_White.gif);
	background-position:right center;
	background-repeat: no-repeat;
	
}

.SubMenuItemSingle
{
	border-top: solid 1px white;
	border-left: solid 1px white;
	border-right: solid 1px white;
	border-bottom: solid 1px white;
	/*opacity: .75;*/
	/*filter: alpha(opacity=75);*/
	white-space:nowrap;
}
.SubMenuItemSingle a
{
	padding: 3px 20px 3px 3px;
	background-color: #99a2a9;
	color: white;
	display: block;
	text-decoration: none;
}
.SubMenuItemSingle a:hover
{
	background-color: #3879b1;
	color: white;
	display: block;
	text-decoration: none;
	
}
.SubMenuItemSingleWithSubMenu
{
	border-top: solid 1px white;
	border-left: solid 1px white;
	border-right: solid 1px white;
	border-bottom: solid 1px white;
	/*opacity: .75;*/
	/*filter: alpha(opacity=75);*/
	white-space:nowrap;
}
.SubMenuItemSingleWithSubMenu a
{
	padding: 3px 20px 3px 3px;
	background-color: #99a2a9;
	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: #3879b1;
	color: white;
	display: block;
	text-decoration: none;
	background-image: url(../../images/MenuArrow_White.gif);
	background-position:right center;
	background-repeat: no-repeat;
	
}

