.ddsmoothmenu-v ul{
	margin: 0;
	padding: 0;
	width: 120px; /* Main Menu Item widths */
	list-style-type: none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	border-bottom-color: #ccc;
}
 
.ddsmoothmenu-v ul li{
position: relative;
}
/* ######### CSS classes applied to down and right arrow images  ######### */



.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: white;
	text-decoration: none;
	padding: 6px;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-right-color: #02419E;
	border-bottom-color: #77C8E5;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
	color: white;
	background-color: #02419E;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #000000;
	background-color: #D7E8EF;
}

.ddsmoothmenu-v ul li a:hover{
	color: #000000;
	background-color: #D7E8EF;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
	position: absolute;
	width: 170px; /*Sub Menu Items width */
	top: 0;
	font-weight: normal;
	visibility: hidden;
	border-top-width: 2px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CC6600;
	border-right-color: #CC6600;
	border-bottom-color: #CC6600;
	border-left-color: #80CBE8;
}

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