/*#main-nav {
	padding:10px 0 0 5px;
	width:975px;
margin:0 auto; background:url(../images/banner-white-shadow.png) repeat-y top left;
	height:25px;
	clear:both;
	position:relative;
}



#main-nav ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#main-nav ul li {
	padding:0px 2px 0 5px;
	margin:0px;
	float:left;
	font:14px Arial, Helvetica, sans-serif;
	height:25px;
	line-height:25px;
}
#main-nav ul li a {
	float:left;
	color:#010101;
	padding:0px 10px 0 5px;
	text-decoration:none;
	cursor:pointer;
}
#main-nav ul li a span {
	float:left;
	padding:0px 10px 0 5px;
	margin:0px;
}
#main-nav ul li a:hover, #main-nav ul li a.selected {
	text-decoration:none; background:url(../images/nav-hover.png) bottom left;
	display:block; color:#af0f96;
	line-height:18px;
}
#main-nav ul li a:hover span, #main-nav ul li a.selected span {
	text-decoration:none;
	color:#0074bf;
	line-height:18px;  background:url(../images/nav-hover.png) top right;

}
*/


.ddsmoothmenu{
  
 
    float: left;
   
    margin: 0 auto;
    padding: 0px 0 0 5px; 
	
   
	
}

.ddsmoothmenu ul{

list-style-type:none;
	padding:0px;
	margin:0px;
}

/*Top level list items*/
.ddsmoothmenu ul li{
	float: left;
	font: 13px/25px Arial,Helvetica,sans-serif;
	margin: 0;
	position: relative;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 40px;
}

.ddsmoothmenu ul li.first {
	border: none;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
  color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
 padding-left:0px;
    padding-right: 0 !important;
    padding-top: 0;
    text-decoration: none;
}
.ddsmoothmenu ul li a span {
   float: left;
    display: block;
    margin: 0;
    padding: 4px 25px 0 15px;
	color:#000;
	font-weight:bold;
}

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

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
/*background:#9b1917;*/ /*background of menu items during onmouseover (hover state)*/
/*color:#F0FFF0;*/
text-decoration:none; 
	
}

.ddsmoothmenu ul li a:hover{
/*background:#9b1917;*/ /*background of menu items during onmouseover (hover state)*/
/*color:#fff;*/
text-decoration:none; 
color:#fff;
	
}

.ddsmoothmenu ul li a:hover span, .ddsmoothmenu ul li a.selected span {
	text-decoration:none;
	color:#fff;
	
 
}


	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left:28px!important;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
font-family:Rockwell;
font-size:14px;
/*border:1px solid #fff;*/
border-top:none;
color: #000;
background:#ff9000;


}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
border-left:none;
padding-left:1px!important;
padding:0 0 0px 0!important;
border-bottom: 1px solid #ff9000;

}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
border:1px solid #fff;

}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 11px arial;
width: 180px; /*width of sub menus*/
padding:0px 0 2px 2px;
margin: 0;
}

.ddsmoothmenu ul li ul li a:hover{
background:#ffa901;
color:#000;

}

.ddsmoothmenu ul li ul li a:hover span, .ddsmoothmenu ul li ul li a.selected span {
text-decoration:none;
color:#fff;
  background:none;
}

/* 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: 17px;
right: 5px;
}

.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: silver;*/
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
/*opacity: 0;*/
display:none;
}
