/* CSS Document */

.navbar{
	width:100%;
	background-color: #073046;
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	background-position: center top;
    height:30px;
}

.tabs{
	height:30px;
	margin:0 auto;
	color: #ffffff;
	overflow: hidden;


}

.tabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin:0;
padding:0px 0 0 0;
list-style:none;
}

.tabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;

}


.tabs li a{
float:left;
margin:0 2px 0 0;
padding:10px 35px 10px 35px;
text-decoration:none;

}



.tabs li a:hover{

}







