.ddsmoothmenu-v ul{
	margin: 0;
	padding: 0;
	width: 110px; /* Main Menu Item widths */
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
 
.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-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.ddsmoothmenu-v ul li ul a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: white;
	text-decoration: none;
	padding: 3px;}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
	/*color: #919191;*/
	color: #CE1111;
}
.ddsmoothmenu-v ul li a:hover{
	color: #cc0000;
}

.ddsmoothmenu-v ul li a.hover:hover {
	background-image: url(../images/right.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
}

.ddsmoothmenu-v ul li ul a:link, .ddsmoothmenu-v ul li ul a:visited, .ddsmoothmenu-v ul li ul a:active{
	color: #ffffff;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
/*background: black; */
color: #919191;
}

.ddsmoothmenu-v ul li ul a:hover{
	color: white;
	background-color: #666666;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
	position: absolute;
	width: 100px; /*Sub Menu Items width */
	top: 0;
	font-weight: bold;
	visibility: hidden;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 13px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */
