.ddsmoothmenu_top{
margin-top:92px;
padding-left:24px;
}

.ddsmoothmenu_top ul{
z-index:100;
margin:0;
padding:0;
list-style-type:none;
position:relative;
}

/*Top level list items*/
.ddsmoothmenu_top ul li{
position:relative;
display:inline;
float:left;
width:auto;
padding:0;
list-style-type:none;
}

.ddsmoothmenu_top ul li ul li{
padding:0;
}

/*Top level menu link items style*/
.ddsmoothmenu_top ul li a,
.ddsmoothmenu_top ul li a:link,
.ddsmoothmenu_top ul li a:active,
.ddsmoothmenu_top ul li a:visited{
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	padding:0px 36px;
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	letter-spacing:2px;
	float:left;
	width:auto;
}

.ddsmoothmenu_top ul li.item6 a{
	padding-right:0;
}

.ddsmoothmenu_top ul li.item4 a{
	width:200px;
	text-align:center;
	padding:0;
}

* html .ddsmoothmenu_top ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display:inline-block;
}

.ddsmoothmenu_top ul li a:hover{
	text-decoration:none;
	color:#80808c;
}
	
/*1st sub level menu*/
.ddsmoothmenu_top ul li ul{
position:absolute;
left:0;
display:none; /*collapse all sub menus to begin with*/
visibility:hidden;
border:1px solid #fff;
filter:alpha(opacity=90); /*IE*/
-moz-opacity:0.95; /*old school versions of the Mozilla browsers like Netscape Navigator*/
-khtml-opacity:0.95; /*old versions of Safari (1.x)*/
opacity:0.95; /*Firefox, Safari, and Opera*/
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu_top ul li ul li{
display:list-item;
float:none;
padding:0;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu_top ul li ul li ul{
top:0;
margin-left:2px;
margin-top:-1px;
}

/* Sub level menu links style */

.ddsmoothmenu_top ul li ul li a,
.ddsmoothmenu_top ul li ul li a:link,
.ddsmoothmenu_top ul li ul li a:active,
.ddsmoothmenu_top ul li ul li a:visited{
margin:0;
width:188px;
padding:4px;
background:none;
background-color:#242439;
color:#fff;
text-align:left;
font-family:"Times New Roman", Times, serif;
letter-spacing:1px;
border:0;
}

.ddsmoothmenu_top ul li ul li a:hover{
background-color:#fff;
width:190px;
color:#000;
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position:absolute;
top:12px;
right:7px;
}

.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;
background:none;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity:0.8;
}