.ddsmoothmenu{
font: bold 15px Impact;
width: 700px;
margin-left:2px;
z-index:1002;
}

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

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
background-image:url('../design/images/menuback.png');
background-position:left top;
background-repeat:no-repeat;
height:58px;
cursor:pointer;
}
.ddsmoothmenu ul li:hover{
background-image:url('../design/images/menuhover1.png');
}

.ddsmoothmenu li#selected{
background-image:url('../design/images/menuhover1.png');
}
/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
color: white;
padding: 15px 8px;
color: #2d2b2b;
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: white;
}

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

.ddsmoothmenu ul li a:hover{
color: red;
}
	
/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


#menustart{
background-image:url('../design/images/menuleft.png');
background-position:left top;
background-repeat:no-repeat;
width:13px;
}
#menuend{
background-image:url('../design/images/menuright.png');
background-position:left top;
background-repeat:no-repeat;
width:15px;
}
