.ddsmoothmenu{
font:14px Arial;
width:770px;
height:25px;
padding:10px 0px 0px 0px;
}

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

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float:left;
background:url(../images/seps.png) right center no-repeat;
padding:0 2px 0 0;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
text-decoration: none;
line-height:normal;
padding:0 11px;
font:18px Georgia, "Times New Roman", Times, serif;
color:#160a59;
font-weight:normal;
}

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

.ddsmoothmenu ul li a:visited{
color:#160a59;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background:url(../images/menu-bg-over.jpg) left top repeat-x; /*background of menu items during onmouseover (hover state)*/
color: #ff7800;
}

.ddsmoothmenu ul li a:hover{
background:url(../images/menu-bg-over.jpg) left top repeat-x; /*background of menu items during onmouseover (hover state)*/
color: #ff7800;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
z-index:1000;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
margin-left:0;
background:#ff7800;
border-bottom: 1px solid #fac290;
display:block;
height:auto;
color:#fff;
}

/*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: normal 13px Arial, Helvetica, sans-serif;
padding: 5px 5px 5px 15px;
background:none;
display: block;
color:#fff;
width:200px; 
font-weight:bold;

}

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


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

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


