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


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 13px 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;
width: 140px; /*width of menu (not including side paddings)*/
color: black;
padding: 4px 5px 8px 14px;
font-weight:bold;
font-size:13px;
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{
background-image:url('images/menu-2state.gif');
background-position:0 0;
color: #666666;
font-size:13px;
text-decoration: none;
}

.ddsubmenustyle li a:hover, .ddsubmenustyle li.active a:link, .ddsubmenustyle li.active a:visited{
background-image:url('images/menu-2state.gif');
background-position:0 100%;
color: #666666;
font-size:13px;
text-decoration: none;
}

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

.ddleft-menu li a{
display: block;
width: 140px; /*width of menu (not including side paddings)*/
color: black;
text-decoration: none;
padding: 4px 5px 8px 14px;
font-weight:bold;
font-size:13px;
border: 0px dashed #AF251B;
}

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

.ddleft-menu li a:link,.ddleft-menu li a:visited{
background-image:url('images/menu-2state.gif');
background-position:0 0;
color: #666666;
font-size:13px;
text-decoration: none;
}

.ddleft-menu li a:hover, .ddleft-menu li.active a:link, .ddleft-menu li.active a:visited{
background-image:url('images/menu-2state.gif');
background-position:0 100%;
color: #666666;
font-size:13px;
text-decoration: none;
}

/* ######### 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 {
	background-color:#272727;
	padding:12px 0 12px 0;
}

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

}

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

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

}

.left-menu ul li a:hover{
}

.left-menu li.menulevel-1{
	padding-bottom:12px;
	list-style-image: url('images/bullet-menu-lv1.jpg');
	margin-left:58px;
	line-height:100%;
	background-image: url('images/bg-menu-lv1.jpg');
	background-repeat:no-repeat;
	background-position:left bottom;
}

.left-menu li.menulevel-1 a:link,.left-menu li.menulevel-1 a:visited{
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	text-decoration:none;
}

.left-menu li.menulevel-1 ul{
	padding-top:10px;
}

.left-menu li.menulevel-2{
	margin-left:16px;
	padding-bottom:10px;
	line-height:100%;
	list-style-image: url('images/bullet-menu-lv2.jpg')!IMPORTANT;
	display:list-item!IMPORTANT;	
}

.left-menu li.menulevel-2{
	margin-left:16px;
	padding-bottom:12px;
	line-height:100%;
	list-style-image: url('images/bullet-menu-lv2.jpg')!IMPORTANT;
	display:list-item!IMPORTANT;	
}

.left-menu li.menulevel-2 a:link,.left-menu li.menulevel-2 a:visited{
	font-weight: normal;
	font-size: 11px;
	color: #aeaeae;
	text-decoration:none;
}

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

}


