.ddsmoothmenu{
padding:22px 0 0 0;
width:602px;
height:25px;

}

.ddsmoothmenu ul{
z-index:1000;
margin: 0;
padding: 0;
list-style-type: none;
font-size:18px;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
background:url(images/menu-separator.jpg) right top no-repeat;
padding:0px 15px 0px 16px;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
color: #a0161a;
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:hover{
color:#383c97;
}

.ddsmoothmenu ul li a.active{
	color:#383c97;
	}

	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
background:url(images/dropdown-bg.gif) no-repeat left top;
width:154px;
padding:5px 0px 5px 0px;
z-index:1000px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
float: none;
width:144px;
padding:0px;
margin:0px;
}

/*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-size:12px;
margin: 0px 0px 0px 5px;
display:block;
padding:5px 5px 5px 12px;
color:#FFFFFF;
height:15px;
background:#777bcf;
width:127px;
border-bottom:1px solid #9ca0ee;


}

.ddsmoothmenu ul li ul li a:hover{
	color:#FFFFFF;
	background:#6468bd;
	}
	
.drop-botm{
	height:6px;
	line-height:1px;
	font-size:1px;
	background:url(images/dropdown-botmbg.gif) no-repeat left top ;
	width:154px;
	}

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

.downarrowclass{
position: absolute;
right: 15px;
top:-7px;
margin:0px;
padding:0px;
}

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

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

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;

}

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