.ddsmoothmenu-v ul{
margin: 0;
margin-top:0px;
padding: 0;
width: 237px; /* Main Menu Item widths */
list-style-type: none;
font: bold 12px Verdana;
text-align:left;

border-bottom: 2px solid #000000;
}
 
.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:0px;
margin-top:0px;
margin:0px;
border-bottom: 2px solid #8c8c8c;
border-right: 1px solid #000000;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background: #6b6b6b; /*background of menu items (default state)*/
font-weight:bold;

color: #ffffff;}

.ddsmoothmenu-v1 li{
background: #ffffff; /*background of menu items (default state)*/
}

.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #6b6b6bs;
font-weight:bold;
color: #ffffff;
}

.ddsmoothmenu-v ul li a:hover{
background: #8c8c8c; /*background of menu items during onmouseover (hover state)*/
font-weight:bold;
color: #000000;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 237px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */
#next a:visited {
	color: #000000;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:none;
	font-size:12px;
}
#next a:hover {
	color: #0780d2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-weight:none;
	font-size:12px;
}
#next a:active {
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:none;
	font-size:12px;
}
