.ddsmoothmenu{
font:14px  Arial, Helvetica, sans-serif;
/*background: #718188;*/
background-image:none;
font-weight:bold;
width: 520px;
margin-top:15px;
float: left;
text-align: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;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
/*background: #414141;*/
background-image:url(../images/nav-line.png); background-position:right; background-repeat:no-repeat;
padding: 8px 10px;
/*border-right: 1px solid #000000;*/
text-decoration: none;
color: #1662a4;
height:auto;

}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:hover,a:visited
{
color: #012545; }