.ddsmoothmenu{
margin:0px; padding:0px; 
z-index:999;
position: relative;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0px;
padding: 0px;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: block;
float: left;
text-align:center;
margin: 0px;
padding: 0px;
}

.ddsmoothmenu ul li li{
background:none;
padding:0px;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display:block; 
margin:0px; 
height:18px;
font-size:12px; 
line-height:14px; 
font-weight:bold;
text-decoration:none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
.level2
{
    background-color:#eeeeee;
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{

}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/

}

.ddsmoothmenu ul li a:hover{

}

.ddsmoothmenu ul li ul li a, .ddsmoothmenu ul li ul li a{
color: #9b4d0c;
background-color:#eeeeee;
width:250px;
margin-left:-10px;
padding:0px;
left:-10px;
}

.ddsmoothmenu ul li ul li a:hover{
color: #9b4d0c;
background-color:#eeeeee;
}

.ddsmoothmenu ul li ul li a:link{
color: #9b4d0c;
background-color:#eeeeee;
}

.ddsmoothmenu ul li ul li a:visited{
color: #9b4d0c;
background-color:#eeeeee;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
float:left;
width:480px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: left;
height:20px;
font-size:12px;
width:230px;
padding:0 10px 5px 0;
text-align:left;
}

/*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{
background: #eeeeee;
padding: 10px;
margin: 0;
width:100%;
border: 0;
text-decoration:none;
font-weight:normal;
z-index:1000;
}
.ddsmoothmenu ul li ul li a:hover{
text-decoration:underline;
}


/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

/* ######### 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.8;
}
/*
.ddsmoothmenu ul li.first
{
    height:18px;
    width:46px;
    float:left;
    padding:20px 15px 15px 30px;
    font-size:12px; 
    line-height:14px; 
    font-weight:bold;
    color:#120015; 
    text-decoration:none;
    background: url(../images/firstMenu.png);
}
.ddsmoothmenu ul li.first:hover
{
    background: url(../images/firstMenu_hover.png);
}
.ddsmoothmenu ul li.first a
{
    font-weight:bold;
    color:#120015; 
    text-decoration:none;
    width:90px;
    height:53px;
    padding:20px;
    margin:-20px;
}
*/
.ddsmoothmenu ul {overflow: hidden; height: 43px; background: url(../images/menu_top_bg.png) left top repeat-x; }
.ddsmoothmenu ul li { margin: 0px 11px 0px 14px; height: 40px;}
.ddsmoothmenu ul li:hover { background: url(../images/menu_top_itme_hover_m.png) left top repeat-x;}
.ddsmoothmenu ul li a { margin-left: -14px; display: block; height: 40px; color:#fff; font-size: 13px;}
.ddsmoothmenu ul li a:hover { background: url(../images/menu_top_itme_hover_l.png) left top no-repeat; color: #F40000;}
.ddsmoothmenu ul li a span { margin-right: -11px; display: block; padding: 15px 20px 0 20px; height: 25px;}
.ddsmoothmenu ul li a span:hover { background: url(../images/menu_top_itme_hover_r.png) right top no-repeat;}
.ddsmoothmenu ul li.last {float: right;}




    ul.mainMenu {float:left; margin-left:15px;}
        ul.mainMenu li.nav-item {float:left; height: 47px; margin: 0px 19px 0px 17px;}
        ul.mainMenu li.nav-item:hover {}
            ul.mainMenu li.nav-item a {  height: 47px; display: block; margin-left: -17px;}
            ul.mainMenu li.nav-item a:hover {background: url(../images/menu_hover_l.png) left top no-repeat; }
                ul.mainMenu li.nav-item a span { padding: 5px 12px 0 10px; height: 47px; display: block; margin-right: -19px;}
                ul.mainMenu li.nav-item a span:hover { background: url(../images/menu_hover_r.png) right top no-repeat;}

