.ddsmoothmenu{
	float:right;

}
.ddsmoothmenu ul{
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;	
}



#menu{

    clear:both;

    float:left;	

    width:100%;

    margin-top:0px;
    height:36px;



}

#menu li{

    float:left;

    margin-left:7px;

    margin-right:7px;

    list-style:none;



}

.topmenu {
    padding-left:15px;
    padding-right:15px;
    color:#ffffff;
    text-decoration:none;
    line-height:36px;
    font-size:14px;
    font-weight:bold;
}

.topmenu:hover {
    color:#ffdd00;
}

.topmenu li a {
    padding-left:15px;
    padding-right:15px;
    color:#ffffff;
    text-decoration:none;
    line-height:36px;
    font-size:14px;
    font-weight:bold;
}

.topmenu li a:hover {
  
    
}
.selected{
  
}


/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/



* html .topmenu{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;	
}


a.topmenu.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
		
	
}
a.topmenu:hover{
	


}

	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/	
	margin-right:7px;
	margin-left:7px;
	padding-top:7px;
	padding-bottom:12px;
	padding-right:12px;
	background-color:#ffffff;
        width:100%;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display: list-item;
	float: none;
	margin-top:1px;
	margin-bottom:1px;
       
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
	top: 0;
	
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	width: 120px; /*width of sub menus*/
	padding-left: 5px;
	margin: 0;
	height:21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#1b1b1b;
	text-decoration:none;
	line-height:21px;
	display:block;
	margin-left:5px;
        font-weight: bold;

}
.ddsmoothmenu ul li ul li a:hover{
	 background-color:#ffe026;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: #ffffff;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
	opacity: 0.9;
}