
/*1ST*/
.ddsmoothmenu{
font-family:"Trebuchet MS";
font-size:16px;
font-weight:bold;
width: 938px;
text-transform:uppercase;
letter-spacing:2px;
margin:0 auto;
}

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

/*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; /*background of menu items (default state)*/
color:#FFF;
padding: 15px 20px;
*padding: -10px 20px;
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:#FFF;
}

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

.ddsmoothmenu ul li a:hover{
color:#FFF;
background:url(images/menu_hover.jpg) no-repeat center top;
}

.ddsmoothmenu ul li a.selected{
color:#FFF;
background:url(images/menu_hover.jpg) no-repeat center top;
}
	
.margin_dvd { margin:0px 12px 0px 12px; }

/*2ND*/

.ddsmoothmenu2 {
font-family:Century Gothic;
font-size:10px;
font-weight:normal;
width: 100%;
text-transform:uppercase;
letter-spacing:2px;
margin-top:0px;
}

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

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

/*Top level menu link items style*/
.ddsmoothmenu2 ul li a{
display: block; /*background of menu items (default state)*/
color:#6c6d6e;
padding: 5px 11px;
text-decoration: none;
}

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

.ddsmoothmenu2 ul li a:link, .ddsmoothmenu2 ul li a:visited{
color:#6c6d6e;
}

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

.ddsmoothmenu2 ul li a:hover{
color:#ada7cb;
}

.ddsmoothmenu2 ul li a.selected{
color:#ada7cb;
}

