.ddsmoothmenu{
font: 12px Arial;
background: #ffffff; /*background of menu bar (default state)*/
width: 539px;
}

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

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
padding-top: 82px;
word-spacing:0.15em; 
padding-right: 11px;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background: #ffffff; /*background of menu items (default state)*/
color: #444444;
padding-top: 0px;
border-right: 0px solid;
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: #444444;
}

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

.ddsmoothmenu ul li a:hover{
background: white; /*background of menu items during onmouseover (hover state)*/
color: #8c8810;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/




.header-div{
font: 12px Arial;
color: #f8f8f8;
background: none;
}

.header-div ul{
z-index:100;
margin: 0;
list-style-type: none;
}

/*Top level list items*/
.header-div ul li{
position: relative;
display: inline;
float: right;
padding-top: 6px;
word-spacing:0.15em; 
padding-left: 11px;
}

/*Top level menu link items style*/
.header-div ul li a{
display: block;
background: none;
color: #ffffff;
padding-top: 0px;
text-decoration: none;
}

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

.header-div ul li a:link, .header-div ul li a:visited{
color: #ffffff;
}

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

.header-div ul li a:hover{
background: none;
color: #cccc00;
}

/* Holly Hack for IE \*/
* html .header-div{height: 1%;} /*Holly Hack for IE7 and below*/