.ddsmoothmenu-v ul{
	padding-left:60px;
}
 
.ddsmoothmenu-v ul li{
	position: relative;
	padding:0px 0px 3px 0;
	text-align:left;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
	text-decoration:none;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#1F0000;
	background:url(../images/bull2.jpg) left center no-repeat;
	padding-left:15px;
	text-transform:uppercase;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{

}


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

}

.ddsmoothmenu-v ul li a:hover{
color:#EB2717;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 160px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
background:#cccccc;
padding-left:20px;

}

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