* {padding: 0; margin: 0;}
#menu{
position: absolute;
left:210px;
float:right;
width:640px;
height:80px;
font-weight:bold;
background-color:#5a7ab9;
font-weight: bold;
font-size: 115%;
border:none;
padding:0px;
color:white;
}

#menu ul{
position: absolute;
bottom:0px;
margin:0px;
margin-left:10px;
line-height: 23px;
width:625px;
}

#menu li{
color:white;
list-style-type: none;
list-style-image :none;
float:left;
text-align:center;
height:22px;
font-size:10pt;
padding:0px 5px;
min-width:45px;

/**
-webkit-border-top-right-radius:5px;
-webkit-border-top-left-radius:5px;
**/
margin:0px !important;

}
#menu a, #menu a:visited{
color:white;
text-decoration:none;
padding:0px;
margin:0px;
}

#menu .selected{
 padding: 0px;
color:#5a7ab9;
background :white url('../images/tableft.png') top left no-repeat;
}
.selected a{
 padding: 0px 12px 0px 12px !important;
 display: block;
 border-bottom :2px solid white;
 color:#5a7ab9 !important;
 background :transparent url('../images/tabright.png') top right no-repeat;
}

#submenu{   
line-height: 23px;
width:840px;
height:27px;
position:absolute;
top:80px;
left:10px;
font-weight:bold;
border:none;
border-top:none;
font-weight: normal;
font-size: 110%;
color:#5a7ab9;
background:transparent url('../images/submenubg.png') no-repeat;
}

#submenu a, #submenu a:visited{
text-decoration:none;
color:#5a7ab9;
}

#submenu ul{
margin-left:15px;   
}
#submenu li{
padding:0px 5px 0px 5px;
list-style-type: none;
list-style-image :none;
float:left;
padding-top:2px;
text-align:center;
height:25px;
width:auto;
min-width:40px;
margin-right:5px;
}


