ul {
list-style-type: none;
height: 35px;
width: 100%;
padding-left:5px;
margin:0 auto;
}
li {
float: left;
width:187px;
border-right:gray solid 1px;
}
ul a {
background-image:url(../assets/bg-blue.png);
background-repeat:repeat-x;
background-position: left;
display: block;
line-height: 35px;
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight:bold;
color:#FFFFFF;
text-align:center;
}
ul a:hover {
background-image:url(../assets/bg-green.png);
background-repeat:repeat-x;
background-position: left;
display: block;
line-height: 35px;
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight:bold;
color:#FFFFFF;
text-align:center;
}
ul a.selected {
background-image:url(../assets/bg-green.png);
background-repeat:repeat-x;
background-position: left;
display: block;
line-height: 35px;
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight:bold;
color:#FFFFFF;
text-align:center;
}
.divheight
{
    height:50px;
}

