/* Has sub menu */

.NavTxt {font:Arial, Helvetica, sans-serif;font-size:12px;font-weight:500;color:#ff6600}
.NavTxt a{text-decoration: none;padding: 0;color:#ff6600}
.NavTxt a:link{text-decoration: none;color:#ff6600}
.NavTxt a:visited{text-decoration: none;color:#ff6600}
.NavTxt a:hover{text-decoration: none;color:#ff6600}

.HasChild
{
	background-image: url(images/submenu.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.MenuBar
{
	font-size: 9pt;
	font-weight: 400;
	vertical-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.MenuBar a
{
	color: #ff6600;
	text-decoration: none;
}
.MenuBar a img
{
	border: none;
}

.MenuBar a:hover
{
	background-color: Transparent;
}

.MenuHorizontal
{
	padding-left: 290px;
	margin: 0px;
	list-style: none; 
	line-height: 20px;
	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 0 0 -2px;
	list-style: none; 
	width: 10em;  
	border: solid 1px silver;
	z-index: 1000;
	background-color: white;
	
	/* filter:alpha(opacity=92);
	-moz-opacity:0.92;
	opacity: 0.92; */
}

.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;*/
}

* 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: 20px; 
	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: 109px;
	display: none;
	width: 18em;
}

.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: Silver;
}

#nav a
{
	color: #ff6600;
}

.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;
}
