.ddsmoothmenu{
font: normal 14px Candara;
}

.ddsmoothmenu ul{
z-index:100;
margin:0;
padding-left:0px;
list-style-type: none;

}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
background: url('images/header_toplinks_div.gif') no-repeat 100% 2px;
sdisplay: inline;
float: left;
}
.ddsmoothmenu ul li.last{
background:none;
}


/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block;
color: white;
padding: 0px 42px;
width:auto;
color: #fff;
text-decoration: none;
}


* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
}

	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
margin-top:15px;

display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
width:250px;

}

/*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 14px Candara;

 /*width of sub menus*/
padding: 10px;

margin:0;
border-top-width: 1;
border-bottom: 1px solid #F3F3F3;
background:#FAFAFA;
text-align:left;
padding-left:40px;
color:#000000;
}
.ddsmoothmenu ul li ul li a:hover{
border-bottom: 1px solid #F3F3F3;
}

/* 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: 17px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 17px;
right: 5px;
}

