#navlist {
height:30px;
width:935px;
background: white url(images/nav_top.jpg) repeat-x 0% 0%;
margin: 0 0 10px 0;
border-left: 1px solid #10315E;
border-right: 1px solid #10315E;
}

#navtop
{
margin: 0;
padding: 0 0 20px 10px;
}

#navtop ul, #navtop li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
font-size:12px;
}
#navtop a:link, #navtop a:visited
{
border-left: 1px solid #10315E;
float: right;
padding: 4px 15px 6px 15px;
text-decoration: none;
font-size:12px;
color: #10315E;
}
#menuleft_but{
	border-right:1px solid #10315E; margin-right:15px
}
#navtop a:hover
{
background: white url(images/nav_top_over.jpg) repeat-x 0% 0%;
border-left: 1px solid #10315E;
float: right;
padding: 4px 15px 6px 15px;
text-decoration: none;
color: #fff;
}
a {
text-decoration: underline;
color: #1F59AB;
font-weight: bold;
font-size:11px;
}
a:hover {
text-decoration: none;
color: #74A8F5;
}
a img {
border: 0;vertical-align: middle;
}