.ddsmoothmenu {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
vertical-align:top;
width: 1000px;
padding-left:1px;
padding-top:15px;
}
.ddsmoothmenu ul{
z-index:300;
margin: 0 0 0 0;
padding: 0 0 0 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{

display: block;
color: #FFFFFF;
padding: 0px 10px ;

/*border-right: 1px solid #778;*/
color: #333;
text-decoration: none;
z-index:500;


}
.ddsmoothmenu ul.new a:hover{
background:#003568; /*background of menu items during onmouseover (hover state)*/
color: #97BAD3;
border-bottom: 1px solid   #97BAD3;

}
.ddsmoothmenu ul.new{
margin-top:15px;
display: block;
background:#002448; /*background of menu items (default state)*/
color: #00b1e3;
padding: 0px 1px;
/*border-right: 1px solid #778;*/
color: #333;
text-decoration: none;
z-index:700;
-webkit-border-radius:2px;
-moz-border-radius:2px;
}

.ddsmoothmenu ul.new a{
display: inline-block;
background:#002448; /*background of menu items (default state)*/
color: #00b1e3;

/*border-right: 1px solid #778;*/
color: #333;
text-decoration: none;
z-index:700;
 -webkit-border-radius:2px;
    -moz-border-radius:2px;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
color:#F00;

}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #FFFFFF;

}
.ddsmoothmenu ul li a:hover{
color:#8EB2CF;

}
.ddsmoothmenu ul li a.active{
	 color: #1c1c1c;


}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
/*background-image:url(navi/hover.png);*/
background-repeat:no-repeat;
color: #97BAD3;
}


.ddsmoothmenu ul li a:hover{
background-position: bottom center;
background-repeat:no-repeat;
color: #97BAD3;
}
.ddsmoothmenu ul li a.active{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background-position:bottom center;
background-repeat:no-repeat;
color: #97BAD3;
}
	
/*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;
border-bottom: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{
margin-top:5px;	
font: normal 12px Arial;
width: 250px; /*width of sub menus*/
padding: 6px;
margin: 0;
border-top-width: 0;
border-bottom: 1px dotted  #D7D7D7; 
z-index:220;

}
/* 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: 29px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 4px;
right: 1px;
}

/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow{
position: absolute;
left: 0;
top: 2px;
width: 0;
height: 0;
z-index:200;
}
.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
}