.ddsmoothmenu{
font-size:10pt;
font-weight:bold;
background-color:#001158;/*background of menu bar (default state)*/
width: 987px;
* width: 990px;
margin:3px auto 0 auto;
position:relative;
}

.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;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background: #003c93; /*background of menu items (default state)*/
color: white;
padding: 17px 0;
text-align:center;
width:140px;
border-right: 1px solid #001158;
color: #2d2b2b;
text-decoration: none;
background:url(../img/menu-bk.gif) repeat-x;
}

.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*/
background: url(../img/menu-bk-hover.gif) repeat-x;
color: white;
}

.ddsmoothmenu ul li a:hover{
background: url(../img/menu-bk-hover.gif) repeat-x; /*background of menu items during onmouseover (hover state)*/
color: white;
}