.ddsmoothmenu{
width: 100%;
background:none;
}

.ddsmoothmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
position:absolute;
z-index:100 !important;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
z-index:100 !important;
line-height:48px;

}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
    color: #2D2B2B;
    display: block;

    text-decoration: none;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding:0 15px;
	
}
.ddsmoothmenu ul li a.selected{
	background:none;
	color:#FFF;

}
* 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: white;
}



.ddsmoothmenu ul li a:hover{

color: #FFF;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
background:#E6E6E6;

border-top:none;
box-shadow:1px 0px 4px #CCCCCC;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
background:none !important;
line-height:normal !important;


}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
	
top:0px !important;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 14px Verdana, Geneva, sans-serif!important;
width: 200px; /*width of sub menus*/
padding:8px 5px !important;
margin: 0;
border-top-width: 0;
text-align:left;
border-bottom:1px solid #FAF8F9;
font-weight:normal !important;
line-height:normal !important;
background:none !important;
text-transform:none !important;
}

.ddsmoothmenu ul li ul li a:hover{
	background:none !important;
	color:#FFF;
}

/* 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: 20px;
right: 3px;
}

.rightarrowclass{
position: absolute;
top: 10px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;

}

