.ddsmoothmenu-v ul{
	margin: 0;
	padding: 0;
	width: 183px; /* Main Menu Item widths */
	list-style-type: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	z-index:100;
}
 
.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: #000000;
	text-decoration: none;
	padding: 6px;
	border-bottom: 1px solid #778;
	border-right: 1px solid #778;
}

* html .ddsmoothmenu-v ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
	color: #000;
	z-index: 40;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #CCC;
	color: #FFFFFF;
}

.ddsmoothmenu-v ul li a:hover{
	color: blue;
	background-color: #CCC;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
	position: absolute;
	width: 220px; /*Sub Menu Items width */
	top: 0px;
	font-weight: bold;
	visibility: hidden;
	background-color:#CCC;
	z-index: 50;
}

.ddsmoothmenu-v ul li ul a:hover{
	color: blue;
	background-color: #000;
}
/* Sub level menu links style */
.ddsmoothmenu-v ul li ul li a{
	width: 195px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid gray;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}



/* ######### CSS classes applied to down and right arrow images  ######### */



.downarrowclass{
	position: absolute;
	top: 23px;
	right: 7px;
}

.rightarrowclass{
	position: absolute;
	top: 25px;
	right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background-color: #999999;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}


 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */
