.ddsmoothmenu{
/*background: #414141; background of menu bar (default state)*/
width: 100%;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
/*background: #414141; background of menu items (default state)*/
color: #2d2b2b;
text-decoration: none;
display:block;
float:left;
width:119px;
text-align:center;
padding:4px 10px 3px 10px !important;
text-transform:uppercase;
font-size:11px;
color:#FFFFFF;
text-decoration:none;
background:url(../images/seperator.jpg) no-repeat right top;
}
.ddsmoothmenu ul li a.single{
padding:12px 11px 9px 10px !important;
}
.ddsmoothmenu ul li a.nobg{
background:none;
}
.ddsmoothmenu ul li a.current{
background:#b9cadf;
color:#000000 !important;
}
body.ones .ddsmoothmenu ul li a.one,
body.twos .ddsmoothmenu ul li a.two,
body.threes .ddsmoothmenu ul li a.three,
body.fours .ddsmoothmenu ul li a.four,
body.fives .ddsmoothmenu ul li a.five,
body.sixs .ddsmoothmenu ul li a.six,
body.sevens .ddsmoothmenu ul li a.sev{
background:#b9cadf;
color:#000000 !important;
}

* 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:#FFFFFF;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
/*background: red; */
color: #ffffff;
}

.ddsmoothmenu ul li a:hover{
background: #b9cadf; /*background of menu items during onmouseover (hover state)*/
color: #000000;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
background:#b9cadf;
left: 0;
top:0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: block;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
left:0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
 /*font: normal 13px Verdana;
width: 160px;width of sub menus*/
/*padding: 5px;*/
margin: 0;
width: 160px;
border-top-width: 0;
border-bottom: 1px solid #8ea2bb;
background:none;
color: #000000 !important;
padding:4px 10px 4px 10px;
text-align:left;
}
.ddsmoothmenu ul li ul li a:hover{
background:#c3d2e4;

}
/* 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: 0px;
right: 0px;
width:15px !important;
height:10px;
}

.rightarrowclass{
position: absolute;
top: 0px;
right: 0px;
width:15px !important;
height:10px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background:#b9cadf;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
/*opacity: 1;*/
}