@font-face {
    font-family: 'lucida_sansregular';
    src: url('fonts/lsans-webfont.eot');
    src: url('fonts/lsans-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lsans-webfont.woff') format('woff'),
         url('fonts/lsans-webfont.ttf') format('truetype'),
         url('fonts/lsans-webfont.svg#lucida_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.ddsmoothmenu{
height:25px;
width: 400x;
float:left;
margin-top:39px; border:0px solid #f90; 
}

.ddmenu {
width: 400px;
float:left;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none; color:#fff !important;
}
/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
background:url(../images/nav_sep.gif) no-repeat right 8px; padding:0 8px;
}
/*Top level menu link items style*/
.ddsmoothmenu ul li a{

font-size:12px; 
font-weight:400;
color: #fff;
display: block;
padding:0px 0 0px 12px;
text-decoration: none;
text-transform:uppercase;
line-height:26px; font-family:'lucida_sansregular';
}
.ddsmoothmenu ul li a span {color: #fff; padding: 0px 12px 15px 0;  font-family:'lucida_sansregular';}
.ddsmoothmenu ul li.last { padding-right:0; background:none;} 

.ddsmoothmenu ul li ul li a .cufon{
	margin:5px 0;
}

* 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:link span, .ddsmoothmenu ul li a:visited span{
color: #fff; 
}


.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: url(../images/nav_hover.png) no-repeat left top;
color: #fff!important; padding:0px 0 0px 12px; }

.ddsmoothmenu ul li a.selected span{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: url(../images/nav_hover.png) no-repeat right top;
color: #fff!important; padding:0px 12px 15px 0; display:block;
}

.ddsmoothmenu ul li a:hover{
background: url(../images/nav_hover.png) no-repeat left top;
color: #fff!important; padding:0px 0 0px 12px;
}

.ddsmoothmenu ul li a:hover span{
background: url(../images/nav_hover.png) no-repeat right top;
color: #fff!important; padding: 0px 12px 15px 0; display:block;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
top:23px !important;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
/*url(../images/navi_dd_bg.png) repeat-x left bottom*/;
margin-left:12px;
margin-top:3px;


}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item; 
float: none;
background: #242424; padding:0;
font-weight:normal; 
}

/*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: 145px; /*width of sub menus*/
padding:4px 8px 4px 12px;
margin: 0;
color:#fff!important; text-transform:none; font-weight:400;line-height:20px;
}
.ddsmoothmenu ul li ul li a:hover{
padding:4px 8px 4px 12px;
color:#fff!important; text-transform:none; background:#000;
}

.ddsmoothmenu ul li ul li ul{
	margin-top:-2px;
}

/* 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;
visibility:hidden;
}

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

/* ######### 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: silver;
visibility:hidden;
}

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

.ddsmoothmenu ul li ul li.curves { background:none; height:12px !important; margin:-5px 0 0 0; padding:0;}