.ddsmoothmenu{
/*background of menu bar (default state)*/
width: 100%;
margin-top:0px;
margin-bottom:-3px;
padding-bottom:3px;
line-height:10px;
}


.ddsmoothmenu ul{
z-index:100;
margin: 0px;
padding: 0px;
list-style-type: none;
line-height:10px;
}


/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
padding-right:5px;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
/*background of menu items (default state)*/
font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold;
color: #2d2b2b;
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{
font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold;
color: #f5f5f5;
text-decoration: none;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background:#f8f8f8;
font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; 
color: #434343;
text-decoration: none;
}

.ddsmoothmenu ul li a:hover{
background:#f4f4f4; /*background of menu items during onmouseover (hover state)*/
font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold;
color: #434343;
text-decoration: none;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
padding:12px 5px 5px 5px;
margin:0;
background-color:#1ab8e8;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
background-color:#1ab8e8;
width:150px;
margin:0;
}

/*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{
width: 140px; /*width of sub menus*/
padding: 6px;
margin:2px 5px 5px 5px;
border: 1px solid #19b3e1;
background-color:#46c4ea;
}

.ddsmoothmenu ul li ul li a:hover{
width: 140px; /*width of sub menus*/
padding: 6px;
margin:2px 5px 5px 5px;
border: 1px solid #169dc6;
background-color:#f4f4f4;
}


/* 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;
right: 7px;
}



.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;

}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 100;
}