.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
/*width: 170px;*/ /* Main Menu Item widths */
width:148px;
list-style-type: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
/*
border-bottom: 1px solid #ccc;
*/
border-bottom: none;
}
 
.ddsmoothmenu-v ul li{
position: relative;
padding-top:2px;
padding-bottom:2px;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 4px;
padding-top:2px;
padding-bottom:2px;
text-align:right;
padding-right:25px;
/*
border-bottom: 1px solid #778;
border-right: 1px solid #778;
*/
}

.ddsmoothmenu-v ul li.seperator {
	height:25px;
}
.ddsmoothmenu-v ul li.seperator span {
	width:103px;
	display:block;
	margin:auto;
	background:url('../images/dotted.gif') left 11px repeat-x;
}


.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background: #ea6f59; /*background of menu items (default state)*/
color: white;
}


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

.ddsmoothmenu-v ul li a:hover, body#about a#navAbout, body#events a#navEvents, body#contributors a#navContributors, body#slide_show a#navSlideShow, body#buzz a#navBuzz, body#facts a#navFacts, body#links a#navLinks, body#contact a#navContact, body#media a#navMedia {
background: white; /*background of menu items during onmouseover (hover state)*/
color: #ea6f59;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 160px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
background:white;
}

.ddsmoothmenu-v ul li ul {
	background: white;
	font: bold 10px Verdana;

}

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

.ddsmoothmenu-v ul li ul li a:hover, .ddsmoothmenu-v ul li ul li a.selected{
	color: black;
}


.ddsmoothmenu-v ul li ul li a {
	text-align:left;
	padding-left:15px;
	padding-right:0;
}
 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */
