.ddsmoothmenu-v ul{
	margin: 0;
	padding:0px 0px 0px -10px;
	width: 190px; /* Main Menu Item widths */
	list-style-type: none;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
 
	
}
 
.ddsmoothmenu-v ul li{
position: relative;


}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: white;
	text-decoration: none;
	padding-left:8px;
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom:8px;
	line-height:auto;

	
	

}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
	background: url(../images/bk_pnl_13.jpg) repeat-x bottom; /*background of menu items (default state)*/
	color:#003399;


}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: #BB2322;


}

.ddsmoothmenu-v ul li a:hover{
/*background: black;*/ /*background of menu items during onmouseover (hover state)*/
color:#c51313;

}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width:150px; /*Sub Menu Items width */
top: 0;
height:auto;
font-weight: normal;
visibility: hidden;
border:1px #999999 solid;	
margin-left:-5px;
background: url(../images/bk_pnll11.jpg) repeat-x bottom #FFFFFF;


}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */
