
.ddsmoothmenu{
font-family: Verdana,Arial,Helvetica,sans-serif;
width: 100%;
text-align:left;
font-weight:bold;
line-height: 11px;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
/*padding: 0;*/
padding: 0px;
/*height:39px;*/
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
font-size:12px;
margin-top:0px;
}

/*Top level menu link items style*/
.ddsmoothmenu > ul li a{
display: block;
color: white;
padding: 8px 6px;
color: #2d2b2b;
text-decoration: none;
}



.ddsmoothmenu > #JQueryMenu li 
{
    background:url(../uploadedImages/menuDivider.jpg) no-repeat ;  
    background-position:0px 4px;    
}

.ddsmoothmenu > #JQueryMenu li:first-child
{
    background:none !important;
}

.ddsmoothmenu > #JQueryMenu > li.root_one
{
    height:37px;
    margin-top:1px;   
    max-width:119px;
    *width:130px;
}

.ddsmoothmenu > #JQueryMenu li.root_one a
{
    text-transform:uppercase;
    padding:6px 11px 2px 6px;
    font-size:11px;
    text-align:center;
}
.ddsmoothmenu > #JQueryMenu li.root_one .root_one a
{
    text-transform:none !important;
    text-align:left !important;
    height:14px;
    line-height:15px;
    overflow:hidden;
}


* 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;*/
 color:#0A668C;
 -webkit-top:-100px;  
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
/*background: black; */
/*color: white;*/
color:#0A668C;
}

.ddsmoothmenu ul li a:hover{
/*background: black; background of menu items during onmouseover (hover state)
color: white;*/
color:#0A668C;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
padding-top:1px;
border:1px solid #A5996F;
background:#E2D9AE;
}

/*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;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
left:234px !important
}


/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 8pt Verdana;
width: 221px !important; 
padding: 3px 5px 3px 5px !important;
margin: 0;
border-top-width: 0;
border-bottom:1px solid #A5996F;
background:#E2D9AE;

}

.ddsmoothmenu ul li ul li a:hover
{
     background:#326696 !important;
     color:#E2D9AE !important;
}

.ddsmoothmenu ul li ul li a:hover .rightarrowclass
{
background:url(../images/menu_arrow_active.png) no-repeat scroll -1px 0px !important;
}

/* 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;
/*background:url("../images/menu_arrow.gif") no-repeat scroll 0 0 #E3D9AE;*/
}

.rightarrowclass{
position: absolute;
top: 4px;
right: 3px;

/*background:url(../images/menu_arrow.gif) no-repeat scroll -2px -2px; #E3D9AE;*/
}

/* ######### 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;
}

#JQueryMenu > .root_one > a img
{
    display:none;
    letter-spacing:-0.008em;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}

#JQueryMenu > li > ul
{
    left:10px !important; 
    }
#parentList0 > #secondLevel
{
    left:70px !important; 
}

#parentList0
{
        padding-left:56px;
        padding-right:17px;
}
#parentList1
{
    width:67px;
    *width:67px !important;
    padding-left:15px;
    padding-right:5px;
    
}
#parentList2
{
    padding-left: 15px;
    padding-right: 16px;
}

#parentList3
{
    max-width: 115px !important;
    padding-left: 4px;

}

#parentList4
{
    max-width: 114px !important;
    padding-left: 4px;
    
}

#parentList5
{   
    max-width: 110px !important;
    padding-left: 6px;
    padding-right: 3px;
}

#parentList6 a {
  padding-left: 26px !important;
  padding-top: 9px !important;
}