.ddsmoothmenu{
font: bold 12px Arial;
}

.ddsmoothmenu ul{
z-index:100;
list-style-type: none;
}

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

/*Top level menu link items style*/
.ddsmoothmenu ul li ul a{
display: block;
color: white;
text-decoration: none;
width: 240px;
}

* 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: white;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/

}

.ddsmoothmenu ul li a:hover{
 /*background of menu items during onmouseover (hover state)*/
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
width: 190px; 
margin-top: -9px;
background: #1C55C1; /* url("../img/menu_rollup2.png"); */
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
width: 240px; 
margin-left: -40px;
height: 25px;
}


/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
width: 234px; 
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 11px Arial;
margin-left: -40px;
width: 200px; /*width of sub menus*/
border-top-width: 0;
width: 25px;
color: #fff;
}


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

/* 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;
}

.rightarrowclass{
position: absolute;
}

