.ddsmoothmenu{
font: bold 14px Arial;
font-weight: bold;
width: 100%;
padding: 90px 0 0 50px;
}

.ddsmoothmenu ul{
z-index:1000;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

.ddsmoothmenu ul li:hover{
background-color: #4c433c;
border-top-right-rcadius:10px;
border-top-left-radius:10px;
-moz-border-radius-topright:10px;
-moz-border-radius-topleft:10px;
-webkit-border-top-right-radius:10px;
-webkit-border-top-left-radius:10px;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
color: #656565;
padding: 8px 9px;
text-decoration: none;
}

.ddsmoothmenu ul li:hover a {
color: #ffffff;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
/*background: #4c433c; 
color: white;*/
}

.ddsmoothmenu ul li ul li a:hover{
background: #272321; /*background of menu items during onmouseover (hover state)*/
color: #ecdac4;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
background-color: #4c433c;
border-top-right-radius:10px;
-moz-border-radius-topright:10px;
-webkit-border-top-right-radius:10px;
border-bottom-right-radius:10px;
-moz-border-radius-bottomright:10px;
-webkit-border-bottom-right-radius:10px;
border-bottom-left-radius:10px;
-moz-border-radius-bottomleft:10px;
-webkit-border-bottom-left-radius:10px;
border-top-left-radius:0px;
-moz-border-radius-topleft:0px;
-webkit-border-top-left-radius:0px;
padding: 10px 0 !important;
}

.ddsmoothmenu ul li ul li:first{
padding-top: 10px;
}

/*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;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 11px Arial;
width: 160px; /*width of sub menus*/
padding: 6px;
margin: 0;
border-top-width: 0;
border-bottom: 1px dotted #000;
}

.mainsubnav span {
font-weight: bold;
color: #ecdac4;
padding: 5px;
}

.menubullets {
padding-right: 4px;
}

.bignav a {
font-size: 12px;
font-weight: 900;
}

.smallnav a {
font-size: 11px;
font-weight: 900;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.mainnavarrow{
position: absolute;
top: 12px;
left: 12px;
}

.subnavarrow{
position: absolute;
top: 6px;
left: 5px;
}

/* ######### 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;
}
