.ddsmoothmenu-v ul{

}
 
.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: #FFF;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
}

.ddsmoothmenu-v ul li a:hover{
	background-color: #411B02;
	background-image: url(../img/menupointer.jpg);
	background-repeat: repeat-y;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
	position: absolute;
	width: 180px; /*Sub Menu Items width */
	top: 0;
	font-weight: normal;
	visibility: hidden;
	background-color: #411B02;
	color: #FFF;
	font-size: 13px;
	line-height: 20px;
}
/* End */
.ddsmoothmenu-v ul li ul li a:hover {
	background-color: #E88E16;
	background-image: url(../img/menupointer.jpg);
	background-repeat: repeat-y;
}


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