/* Has sub menu */

#nav a
{
	color: #FFFFFF;
} 

.HasChild
{
	background-image: url(../../dropdownmenu/Scripts/images/submenu.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.MenuBar
{
	font-size: 9pt;
	font-weight: bold; 
	vertical-align: center;
}

.MenuBar a
{
	color: #FFFFFF;
	text-decoration: none;
}
.MenuBar a img
{
	border: none;
}

.MenuBar a:hover
{
	background-color: Transparent;
}

.MenuHorizontal
{
	float:right;
	/*padding-left: 190px;*/
	margin: 0px;
	list-style: none; 
	line-height: 3.5ex;
	text-align: right;
}

.MenuHorizontal li
{
	cursor: default;
	float: left;
	position: relative;
	padding-right: 15px;
}

.MenuHorizontal li a
{
	background-position: 0 0;
	text-decoration: none;
}

.MenuVertical
{
	padding: 6px 0;
	margin: -0.5ex 0 0 -2px;
	list-style: none; 
	width: 15em;  
	border: solid 1px silver;
	z-index: 1000;
	background-color: white;
	
	filter:alpha(opacity=87);
	-moz-opacity:0.87;
	opacity: 0.87;
}

.MenuVertical li
{
	cursor: default;
	float: none; /*min-height: 18px;*/ /*height: 15px;*/ 
	line-height: 20px;   
	padding-left: 6px;
	margin: 0px; /*  border-top: #638470 1px solid;   border-bottom: #638470 1px solid;*/
	width:100%;
}

* html .MenuVertical li
{
	height: 20px;
	margin-bottom: 0px;
}

.Level1
{
	position: relative;
	background-repeat: no-repeat;
	background-position: 0 -98px;
	z-index: 1001;
}

.Level1 li:hover, .Level1 li.over
{
	/*background-color: #009933; /*#ffffcc;*/
	background-position: 0 -98px;
	z-index: 1001;
}

.Level2
{
	position: absolute;
	top: 24px;
	left: -2px;
	display: none;
	text-align: left;
	
}



.Level2 li:hover, .Level2 li.over
{
	/*background-color: #009933; /*#ffffcc;*/
	z-index: 1000;
}

.Level3
{
	position: absolute;
	top: 0px;
	left: 150px;
	display: none;
}

.Level4
{
	position: absolute;
	top: 0px;
	left: 150px;
	display: none;
}

.Level1 li:hover ul.Level2, .Level1 li.over ul.Level2
{
	display: block;
}

.Level2 li:hover ul.Level3, .Level2 li.over ul.Level3
{
	display: block;
	
}

.Level3 li:hover ul.Level4, .Level3 li.over ul.Level4
{
	display: block;
}



.NoAccess
{
	color: gray !important;
	cursor: default;
}

#nav
{
	z-index: 29999;
	background-color: #333333;
}


#nav .MenuVertical a {color: #000000; }

.LineAtBottom
{
	border-bottom: gray 1px solid !important;
	padding-bottom: 3px !important;
	height: 22px !important;
	margin-bottom: 4px !important;
}

li.Seperator
{
	height: 1px !important;
	min-height: 1px;
	line-height: 1px !important;
	background-color: Gray;
	font-size: 1px !important;
	margin-top: 2px;
	margin-bottom: 1px;
}

li.Seperator:hover
{
	background-color: gray !important;
}
