#smoothmenu2 ul li a {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
}

#smoothmenu2 ul li ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}

#smoothmenu2.ddsmoothmenu-v ul {
	margin: 0;
	padding: 0;
	width: 142px;
	list-style-type: none;
	border-bottom: 1px solid #5990a5;
	border-top: 1px solid #5990a5;
}

#smoothmenu2.ddsmoothmenu-v ul li ul {
	border-style: none;
}

#smoothmenu2.ddsmoothmenu-v ul li ul li {
	border-style: none;
}

/* <<< Main Menu Item widths */

#smoothmenu2.ddsmoothmenu-v ul li {
	position: relative;
	border-bottom: 1px solid #5990a5;
	border-top: 1px solid #5990a5;
}

/* Top level menu links style */

#smoothmenu2.ddsmoothmenu-v ul li a {
	display: block;
	overflow: auto;
	color: white;
	text-decoration: none;
	padding: 4px 0 4px 15px;
}

/* overflow:auto - force hasLayout in IE7 */

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

/* <<< background of menu items (default state)*/

#smoothmenu2.ddsmoothmenu-v ul li a.selected {
	background: #16262d;
	color: white;
}

/* <<< CSS class that's dynamically added to the currently active menu items' LI A element*/

#smoothmenu2.ddsmoothmenu-v ul li a:hover {
	background: #16262d;
	color: white;
}

/* <<< background of menu items during onmouseover (hover state)*/



/*Sub level menu items */

#smoothmenu2.ddsmoothmenu-v ul li ul {
	position: absolute;
	width: 170px;
	top: 0;
	visibility: hidden;
}

/* <<< Sub Menu Items width */

/* Holly Hack for IE \*/

* html #smoothmenu2.ddsmoothmenu-v ul li {
	float: left;
	height: 1%;
}

* html #smoothmenu2.ddsmoothmenu-v ul li a {
	height: 1%;
}

/* End */

.ddshadow{
background: #16262d;
}
