.ddsmoothmenu-v ul{
	margin: 0;
	padding: 0;
	width: 136px; /* Main Menu Item widths */
	list-style-type: none;
	font-family: Verdana;
	font-size: 12px;
	line-height: 17px;
}
 
.ddsmoothmenu-v ul li{ position: relative; margin: 0; padding: 0; }

/* Top level menu links style */
.ddsmoothmenu-v ul li a{ display: block; overflow: auto; /*force hasLayout in IE7 */
color: white; font-weight: normal; text-decoration: none; padding: 6px 18px 6px 12px; }

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background: transparent; /*background of menu items (default state)*/
color: white;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background-image: url(cohen-over.gif); color: white; font-weight: bold; background-repeat: no-repeat; background-attachment: scroll; background-position: 121px center; text-align: right; }

.ddsmoothmenu-v ul li a:hover{ color: white; background-image: url(cohen-over.gif); background-repeat: no-repeat; color: white; font-weight: bold; background-position: 121px center; background-attachment: scroll; text-align: right; }

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
	position: absolute;
	width: 180px; /*Sub Menu Items width */
	top: 0;
	font-weight: normal;
	background-color: #A15FB7;
	visibility: hidden;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-left-color: #000000;
}
.ddsmoothmenu-v ul li ul li a {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #333333;
	font-weight: bold;
	font-size: 11px;
	padding: 6px;
}
.ddsmoothmenu-v ul li ul li a:hover{
	background-image: none;
	text-align: center;
	background-color: #385652;
}
 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */
