.navmenu {
width:234px;
overflow:hidden;
}

.ddsmoothmenu a.active:link, .ddsmoothmenu a.active:visited, .ddsmoothmenu a.active:active, .ddsmoothmenu a.active:hover {
color:#E9C379;
}

.ddsmoothmenu{
font: bold 12px Verdana;
background: url(/images/nav_left.jpg) no-repeat top left;
width: 100%;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
margin-left: 9px;
padding-left: 1px;
padding-bottom: 29px;
background: #2A2A2A bottom left url(/images/nav_bote.gif) no-repeat;
}

/*Top level list items*/
.ddsmoothmenu ul li{
font: 10pt Tahoma, arial, sans-serif;
position: relative;
border-bottom: 1px solid #959595;
padding-left:31px;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
padding-left: 10px;
padding: 9px 0 6px 8px;
text-decoration: none;
width: 90%;
background:url(/images/menu_border.gif) no-repeat bottom left;
}

* 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:#ddd;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background:black url(/images/menu_border.gif) no-repeat bottom left;
color:#ddd;
}

.ddsmoothmenu ul li a:hover{
background:black url(/images/menu_border.gif) no-repeat bottom left; /*background of menu items during onmouseover (hover state)*/
color:#ddd;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
right: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
background-image:none;
padding-bottom: 0px;
margin:0;
border-left:#fff 3px solid;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
padding:0;
padding-bottom:1px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
background-image:none;
padding: 0px;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
width: 160px; /*width of sub menus*/
padding: 7px;
margin: 0;
border-top-width: 0;
background-image:none;
}
.ddsmoothmenu ul li ul li a:hover{
background-image:none;
}

/* 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: 13px;
left: 25px;
}

.rightarrowclass{
position: absolute;
top: 10px;
right: 25px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
right: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}