
.ddsmoothmenu{
font: bold 13px "Trebuchet MS";
width: 100%;
background:url(../images/but_bg.gif) repeat-x center left;
}

.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;
border:none;background:url(../images/divider.gif) no-repeat right bottom;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
border:none;
line-height:42px;
width:184px;
text-align:center;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
text-transform:uppercase;
margin:0 1px 0 0;
}
.ddsmoothmenu ul .last {
background:none;
}
.ddsmoothmenu ul .last a{
background:none;
width:185px;
}

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

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background:url(../images/but_bg_hover.gif) repeat-x left bottom;
color: black;
}

.ddsmoothmenu ul li a:hover{
background:url(../images/but_bg_hover.gif) repeat-x left bottom;
color: black;
}

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













/*Sub Menu Start Here*/

.submenu{
background:url(../images/sub_menu_bg.gif) repeat-x left top;
height:29px;
padding-left:1px;
}
.submenu ul{
padding:0;
margin:0;
list-style-type:none;
font: normal 13px "Trebuchet MS";
}
.submenu ul li{
position:relative;
display:inline;
float:left;
background:url(../images/submenu_divider.gif) no-repeat right top;
padding-right:2px;
}
.submenu ul li a{
display:block;
padding:0 27px;
color:#FFFFFF;
text-decoration:none;
line-height:29px;
}
* html .submenu ul li a{
display:inline-block;
}
.submenu ul li a:hover{
background:url(../images/sub_menu_ov.gif) repeat-x right top;
color:#000000;
}
.submenu ul .selected a{
background:url(../images/sub_menu_ov.gif) repeat-x right top;
color:#000000;
}


