.ddsmoothmenu{width: 100%;float: left; padding-left:0px;}

.ddsmoothmenu ul{z-index:100;margin: 0;padding: 0;list-style-type: none;float:right;}

/*Top level list items*/
.ddsmoothmenu ul li{position: relative;display: inline-block;float: left; white-space:nowrap; background:url(../images/line_menu.png) no-repeat right center;}
/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	float: left;
	font-family: 'UTMAmerikaSans';
	padding:7px 15px;
	text-transform: none;
	font-size:17px;
	text-align:center;
	text-decoration: none;
}
* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
	color: #fff;
}

.ddsmoothmenu ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #5eb304;
}
.ddsmoothmenu ul li a.menu_active{
	color:#5eb304;
}


.ddsmoothmenu ul li:hover a{
	/*background of menu items during onmouseover (hover state)*/
	color:#5eb304;
}
.ddsmoothmenu ul li a:hover{
}
	
/* sub menus */
.ddsmoothmenu ul li ul{
	position: absolute;
	display: none;
	visibility: hidden; z-index:1100;
}

/*Sub level menu list items (alters style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display: list-item;
	float: left;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background:none;
	border-left:3px solid #A5A5A5;
	background-color: #DDDDDD;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
	top: 0px !important;
	margin-top:0px; 
	margin-left:1px;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
    padding-left: 10px;
	width: 300px; /*width of sub menus*/
	margin: 0;
	border-top-width: 0; 
	font-size:16px;
	text-transform: none;
	font-family: 'UTMAmerikaSans';
	text-transform:none;
	color:#000 !important;
	background:none !important; 
	font-weight:normal !important;
	text-align:left;
}
.ddsmoothmenu ul li ul li a.selected{background:none;}
.ddsmoothmenu ul li ul li:hover{border-left:3px solid #5eb304;}
.ddsmoothmenu ul li ul li a:hover{color: #5eb304 !important; background: rgba(0, 0, 0, 0.20) !important;}
/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 12px;
	right: 7px;
}

.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ 
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background-color: #ccc; 
}

.toplevelshadow{
margin: 5px 0 0 5px;
opacity: 0.8;
}

.ddcss3support .ddshadow.toplevelshadow {
margin: 0; 
opacity: 1;
}

.ddcss3support .ddshadow {
background-color: transparent;
box-shadow: 5px 5px 5px #aaa;
-moz-box-shadow: 5px 5px 5px #aaa;
-webkit-box-shadow: 5px 5px 5px #aaa;
}