#main .ddsmoothmenu{
	height:29px;
	background:url(imgs/menu_bg.jpg) no-repeat;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#444548;
	position:relative;
	right:0px;
	top:50px;
  }

#main .ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0 0 0 28px;
list-style-type: none;
}

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

/*Top level menu link items style*/
#main .ddsmoothmenu ul li a{
display: block;
color: white;
padding: 6px 10px;
border-right: 1px solid #778;
border-top: 3px solid #465866;
color: #2d2b2b;
text-decoration: none;
}

#main .ddsmoothmenu ul li ul {
border-bottom: 3px solid #99CC00;
}

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

#main .ddsmoothmenu ul li a:link, #main .ddsmoothmenu ul li a:visited{
color: white;
}

#main .ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
border-top: 3px solid #99CC00;
background: white; 
color: black;
}

#main .ddsmoothmenu ul li a:hover{
border-top: 3px solid #99CC00;
background: white; /*background of menu items during onmouseover (hover state)*/
color: black;
}
	
/*1st sub level menu*/
#main .ddsmoothmenu ul li ul{
padding:0px;
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
border-left:1px solid #ccc;
}

/*Sub level menu list items (undo style from Top level List Items)*/
#main .ddsmoothmenu ul li ul li{
display: list-item;
float: none;
border-left:none;
}

#main .ddsmoothmenu ul li ul li a:link, #main .ddsmoothmenu ul li ul li a:visited {
border-top:none;
background:#ffffff;
color:#000000;
}

#main .ddsmoothmenu ul li ul li a:hover{
border-top: none;
background:#E4E4E4;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#main .ddsmoothmenu ul li ul li ul{
	border-top:5px solid #99cc00;
top: 0;
}

/* Sub level menu links style */
#main .ddsmoothmenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
background:#FFFFFF; /*background of menu items (default state)*/
color:#000000;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #E4E4E4;
}

/* Holly Hack for IE \*/
* html #main .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

#main .downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

#main .rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

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

#main .ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

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