/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 11px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
border: 0px solid #AF251B;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
color: black;
padding: 4px 5px 8px 14px;
font-weight:bold;
font-size:11px;
border: 0px dashed #AF251B;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 159px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:link,.ddsubmenustyle li a:visited{

}

.ddsubmenustyle li a:hover, .ddsubmenustyle li.active a:link, .ddsubmenustyle li.active a:visited{

}


/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
display:none;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
display:none;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}


/*********** Added by Zelonght ***********/
a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
display:none;
}


.left-menu {

}

.left-menu ul{
	padding:0;
	margin:0;
}

.left-menu li{
	padding:0;
	margin:0;
	list-style-type: none;
}

.left-menu li.active{
	text-align:right;
	padding-right:10px;
	background-image:url('images/menu-bottom-lv1-active.gif')!IMPORTANT;
}

.left-menu li:hover{
	padding-right:10px;
	background-image:url('images/menu-bottom-lv1-active.gif')!IMPORTANT;
}

.left-menu li.active a{
	background:none!IMPORTANT;
	font-weight:bold;
	
}

.left-menu li.active a:before {
	content:url('images/bullet-menu-active.gif');
}


.left-menu ul li a:link,.left-menu ul li a:visited{
	display:block;
}

.left-menu ul li a:hover{
	display:block;
}

.left-menu li.menulevel-1{
	height:31px;
	margin-top:1px;
	background-image:url('images/menu-bottom-lv1.jpg');
	background-position:0 0;
	background-repeat: no-repeat;
	
}

.left-menu li.menulevel-1 a{
	font-family: Arial;
	font-size: 12px;
	color: #0361a7;
	line-height:100%;
	text-decoration:none;
	padding-left:40px;
	padding-top:8px;
	height:23px;
	background-image: url('images/bullet-menu.gif');
	background-position : 18px 10px;
	background-repeat: no-repeat;
	
}

.left-menu li.menulevel-1 a:link,.left-menu li.menulevel-1 a:visited{

}

.left-menu li.menulevel-1 a:hover{

}


.left-menu li.menulevel-2{
  	/*background-color:#E5E5E5;
	border-top:1px solid #cccbcb;*/
	/*background-image:url('images/menu-bg-lv2.png');	*/

}

.left-menu li.menulevel-2 a{
  	padding-left: 50px;
	font-size:11px;
	color:#262523;
	background-image:url('images/btn-menu-lv3.gif');
	background-repeat: no-repeat;
}

.left-menu li.menulevel-2 a:hover{
	color:#262523;	
	background-position:0 100%;
}



.bottom-menu {
	padding-top:10px;
	padding-bottom:3px;
}

.bottom-menu ul{
	display:inline;
	padding:0;
	margin:0;

}

.bottom-menu li{
	display:inline;
	padding:0;
	margin:0;
	line-height:170%;	
}

.bottom-menu ul li a:link,.bottom-menu ul li a:visited{

}

.bottom-menu ul li a:hover{
}

.bottom-menu li.menulevel-1{
	padding-top:0px;
	padding-bottom:0px;

}

.bottom-menu li.menulevel-1 a{
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
	line-height:100%;
	text-decoration:none;
}

.bottom-menu li.menulevel-1 a:link,.bottom-menu li.menulevel-1 a:visited{

}

.bottom-menu li.menulevel-1 a:hover{

}


.bottom-menu li.menulevel-3{
  	/*background-color:#E5E5E5;
	border-top:1px solid #cccbcb;*/
	/*background-image:url('images/menu-bg-lv2.png');	*/

}

.bottom-menu li.menulevel-3 a{
  	padding-left: 50px;
	font-size:11px;
	color:#262523;
	background-image:url('images/btn-menu-lv3.gif');
	background-repeat: no-repeat;
}

.bottom-menu li.menulevel-3 a:hover{
	color:#262523;	
	background-position:0 100%;
}



