.ddsmoothmenu{
margin:0 auto;
padding:0px 0 0 0;
width:990px;
height:34px;
/*background:url(../images/menu-bg.gif) repeat-x left top;*/
background:#58595b;
position:relative;
z-index:1100;
} 

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

/*Top level list items*/
/*.ddsmoothmenu ul li{
position: relative;
display: inline;
margin:0 10px;
padding:0 10px;
float: left;

}*/

.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
margin:0 10px;
padding:0 0px;
}

/*Top level menu link items style*/
/*.ddsmoothmenu ul li a{
margin:0 0 0 0px;
padding:0px 0 0px 0;
line-height:34px;
color:#ffffff;
font-size:13px;
text-decoration:none;
font-weight:bold;
}*/

.ddsmoothmenu ul li a{
	display: block;
	text-decoration: none;
	padding:0 20px;
	margin:0 0px;
    font-size:12px;
	line-height:33px;
	color:#ffffff;
	font-weight:bold;
	
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu a.selected {
/*color:#ffffff;*/

}



.ddsmoothmenu ul li a:hover{
color:#ffffff;
background:#ed363b;
}

	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
width:185px;
margin:0px 0 0 0;
padding:0 0 0px 0;
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
background:#ffffff;
border:1px solid #e8e8e8;
line-height:24px;
}
.ddsmoothmenu ul li ul li a:hover {
background:#f2f2f2;
color:#ed363b;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
background:none;
border-bottom:1px solid #e8e8e8;
margin:0;
padding:2px;
}

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

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
padding:6px 6px;
margin: 0;
font-size:12px;
color:#333333;
line-height:normal;
}



/* 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: 13px;
right: 7px;
display:none;
}

.rightarrowclass{
position: absolute;
top: 6px;
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;
background-color:none;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/

}