/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
margin: 0 0 0 -15px;
padding:0 0 50px 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
/*background: white;*/
/*background:url(../img/90.png);*/
background:url(../img/bg_roll_top.png) center bottom no-repeat;
/*border: 1px solid #bcc2c1;*/
/*border-bottom-width: 0;*/
visibility: hidden;
z-index: 100;
/*border-top:2px solid #000;*/
}


.ul3_t{
	/*border-top:1px solid #000;*/
}

.li3_t{
	background:url(../img/bg_roll_t3.png) center top no-repeat;
	display:block;
	height:9px;
	
}

.ddsubmenustyle ul, .ddsubmenustyle ul ul{
margin: 0 0 0 -43px !important;
}


.ddsubmenustyle2{
	margin:0 0 0 -15px;
	top: 110px;
	
}

.ddsubmenustyle2, .ddsubmenustyle2 ul{ /*topmost and sub ULs, respectively*/
margin: 0 0 0 -5px;
padding:0;
background:url(../img/bg_roll.png) center top no-repeat;

}



.ddsubmenustyle2{
margin-top:7px;
}





.ddsubmenustyle li a{
display: block;
width:130px; /*width of menu (not including side paddings)*/
width:124px;
color: #bcc2c1;
font-size:10px;
font-weight:bold;
margin:0 0 0 25px;
text-align:left;
/*background:url(../img/80.png);*/
text-decoration: none;
padding:6px 40px 6px 5px;
/*border-bottom: 1px solid black;*/
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background: url(../img/bg_o.gif) center repeat-y;
color: white;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
right: -20px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
/*background: transparent;*/
border-width: 0;
width: 0;
height: 0;
display: block;
}




