#hsmoothmenu{float:right; height:27px;margin:12px 0 0 -20px;font-size:12px}
#hsmoothmenu ul li{padding:0 15px;}
#hsmoothmenu ul li a{height:24px;}

#hsmoothmenu ul li ul {margin-left:20px}
#hsmoothmenu ul li ul li{background:url(images/leftmenu_bg.jpg) repeat-y;padding:0}
#hsmoothmenu ul li ul li span{background:url(images/leftmenu_bot.jpg) no-repeat left bottom;width:115px; display:inline-block;}
#hsmoothmenu ul li ul li a{color:#000;width:100px; display:inline-block;height:auto;padding:4px 10px}
#hsmoothmenu ul li ul li{font:13px Trebuchet MS,SansSerif;}
#hsmoothmenu ul li.current ul li a, #hsmoothmenu ul li.trail ul li a{color:#000;background-image:none;}
#hsmoothmenu ul li ul li a:hover{color:#ac2838;}
#hsmoothmenu ul li ul li ul{margin-left:0}


.ddsmoothmenu ul{
z-index:100;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
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:link, .ddsmoothmenu ul li a:visited{
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
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;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
margin-left:-21px;
}


/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.ddsmoothmenu .downarrowclass{
position: absolute;
top: 4px;
right: 25px;
}

.ddsmoothmenu .rightarrowclass{
position: absolute;
top: 9px;
right: 7px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}
