	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	background: #FF8E3D; 
	width:330px;
	min-height:370px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display: list-item;
	float: none;
	text-align:left;
	list-style:none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
	
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
    color: #fff;
    display: block;
    font-family: "Century Gothic";
    font-size: 13px;
    font-weight: bold;
    height: 10px;
    padding: 10px 0px 13px 5px;
    text-decoration: none;
}
.ddsmoothmenu ul li ul li a:hover{
	color:#FFF;
	background-image:url(../../../images/ust_menu_over.png);
	background-repeat:no-repeat;
	background-position:5px bottom;
}


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

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

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

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
z-index:90;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}