﻿.navigation{
background: url('img/nav_bar.png') no-repeat center center;
height:31px;
width:100%;

}

.navigation ul{
padding: 8px 9px 2px 5px;
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
font: bold 14px Arial;
list-style-type: none;
text-align: center;
color:white;
}

.navigation li{
display: inline;
margin: 0;
}

.navigation li a{
text-decoration: none;
padding: 8px 20px 2px 20px;
margin: 0;
margin-right: 0;
color: white;
font: bold 13px Verdana;

}

.navigation li a:visited{
color: white;

}

.navigation li a:hover, .navigation li a.current{
color: white;
background:url('img/arr.png') no-repeat 10px 11px

}

#tabcontentcontainer {
width:100%;
height:18px;
background-color:#F67310;
color:white;
text-align: center;
font: bold 11px Arial;
text-decoration:none;

}

#tabcontentcontainer a{
width:100%;
height:18px;
background-color:#F67310;
color:white;
text-align: center;
font: bold 11px Arial;
text-decoration:none;

}

.tabcontent{
display:none;
}
