.ddsmoothmenu{
font-family: Helvetica, Arial, Verdana, Tahoma; 
font-weight:400;
font-size:12px;
letter-spacing:0.02em;
text-align:center;

background: none; /*background of menu bar (default state)*/
width: 100%;
float:right;
z-index:1000000;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
float:right;
}

.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level list items need a margin*/
.ddsmoothmenu ul li.level1{
margin:7px 16px;
text-transform:uppercase;
}

.ddsmoothmenu ul li.last{
margin:7px 0 7px 10px;
}

.ddsmoothmenu ul.level2{
margin-left:-41px;
padding-top:6px;
* padding-top:4px;
}

.ddsmoothmenu ul.level2 li{
background: transparent url('../images/r-2.png') repeat-y;
* background:white;
text-transform:capitalize;
}

.ddsmoothmenu ul.level3{
background: transparent url('../images/r-2.png') repeat-y;
* background:white;
text-transform:capitalize;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
 /*background of menu items (default state)*/
color:#016DC2;
padding: 8px 10px;
color:#016DC2;
text-decoration: none;
}

* 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:#016DC2;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color:#281E47;
}


/* STATES FOR LEVEL 1 */
.ddsmoothmenu ul li.level1 a.current{
background: #BAD5EB;
color:#281E47;
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;
}

.ddsmoothmenu ul li a.level1.section{
background: #BAD5EB;
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;
}

.ddsmoothmenu ul li a.level1:hover{
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;
}

.ddsmoothmenu ul li a.level2:hover{
-moz-border-radius-bottomleft:0;
-moz-border-radius-bottomright:0;
-moz-border-radius-topleft:0;
-moz-border-radius-topright:0;
}

.ddsmoothmenu ul li a.level2.current{
-moz-border-radius-bottomleft:0;
-moz-border-radius-bottomright:0;
-moz-border-radius-topleft:0;
-moz-border-radius-topright:0;
}

.ddsmoothmenu ul li a.level2.section{
-moz-border-radius-bottomleft:0;
-moz-border-radius-bottomright:0;
-moz-border-radius-topleft:0;
-moz-border-radius-topright:0;
}


.ddsmoothmenu ul li a.level3:hover{
-moz-border-radius-bottomleft:0;
-moz-border-radius-bottomright:0;
-moz-border-radius-topleft:0;
-moz-border-radius-topright:0;
}

.ddsmoothmenu ul li a.level3.current{
-moz-border-radius-bottomleft:0;
-moz-border-radius-bottomright:0;
-moz-border-radius-topleft:0;
-moz-border-radius-topright:0;
}

.ddsmoothmenu ul li a:hover{
background: #BAD5EB; /*background of menu items during onmouseover (hover state)*/
color:#016DC2;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 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: list-item;
float: none;
}

/*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{
font-family: Helvetica, Arial, Verdana, Tahoma;
font-weight:400;
width: 160px; /*width of sub menus*/
padding:8px 5px;
margin: 0;
border-top-width: 0;
}

/* 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: 11px;
right: 7px;
display:none;
}

.rightarrowclass{
position: absolute;
top: 10px;
right: 8px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background:url('../images/s-1.png') repeat;
}

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