.ddsmoothmenu-v ul{
	/* Main Menu Item widths */
	width: 215px;
	/* font size */
	font-size: .9em;
	/* font bold or not*/
	font-weight: bold;
	/* font if different from default */
	/*font-family: Verdana, Arial, sans-serif;*/
	/* bottom border */
	/*border-bottom: 1px solid #ccc;*/
	/* do not change these */
	list-style-type: none;
	margin: 0;
	padding: 0;
}
 
.ddsmoothmenu-v ul li{
	position: relative;
left:-15px;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
	/* font color */
	color: white;
	/* underline or not */
	text-decoration: none;
	/* height of menu bars */
	padding: 6px;
	/* set the distance between menu bars MLN*/
	margin-bottom: -8px;
	/* menu item borders */
	border-bottom: 1px solid #778;
	border-right: 1px solid #778;
	/* do not change these! */
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
}

/* default background and font color of menu items*/
.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
/*	background: #414141;*/
background: blue;
	color: white;
}

/* background and font color of currently selected menu item */
.ddsmoothmenu-v ul li a.selected {
/*	background: black; */
background: green;
	color: white;
}

/*background and font color of menu items during on mouseover (hover state)*/
.ddsmoothmenu-v ul li a:hover{
	background: black;
	color: white;
	text-decoration: none;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
	position: absolute;
	/*Sub Menu Items width */
	width: 170px;
	top: 0;
	font-weight: bold;
	font-size: .9em;
	visibility: hidden;
}

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

