/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 11px/18px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style: none;
background: white;
border: 4px solid #c7dfff;
/*border-bottom-width: 0;*/
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
/*color: black;*/
background:none;
text-decoration: none;
padding: 6px 5px;
/*border-bottom: 1px solid #209dec;*/
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block; list-style:none; background:none;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: black;
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;
left: 140px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

/*---------------------------------------------------------------*/
#lftpnl_dg{
	float:left;
	width:198px;
	padding:8px 0;
	background:url(images/secbg_top.jpg) repeat-x top;
}
#lftpnl_dg .link_list{
padding:0 10px;
}
#lftpnl_dg h3{
margin:0 0 10px 0;
color:#fff;
font:bold 13px arial;
}
#lftpnl_dg ul{
color:#036dbe;
margin:0px;
padding:0px;
list-style-type:none;
}
#lftpnl_dg ul li{
padding:2px 0;
}
#lftpnl_dg ul li.last{
border-bottom:1px solid #c2c2c2;
}
#lftpnl_dg ul li a{
color:#128ef6;
padding:0 0 0 20px;
/*background:url(images/bullet1.jpg) no-repeat 0px 5px;*/
background:url(images/ar-more.gif) no-repeat 5px 7px;
display:block;
text-decoration:none;
border-bottom:1px solid #dfefff;
font-weight:bold;
}
#lftpnl_dg ul li a:hover{
color:#424242;
background-color:#dfefff;
}
#lftpnl_dg a.lnk_more{
background:none;
color:#FF0000;
text-align:right;
display:block;
text-decoration:none;
}
#lftpnl_dg a.lnk_more:hover{
text-decoration:underline;
}
#lftpnl_dg ul li.head{
border-top:1px solid #c2c2c2;
padding:4px 0 2px 0;
list-style:none;
}
#lftpnl_dg ul li.head a{
	list-style:none;
	background:none;
	padding:0px;
	border-bottom:3px solid #fff;
}
#lftpnl_dg ul li.head a:hover{
	border-bottom:3px solid #c7dfff;
}
#lftpnl_dg ul li.first{
border-top:0px;
}
