@charset "UTF-8";
 #tabs2 {
	float:left;
	width:100%;
	font-size:12px;
	line-height:normal;
	border-bottom:1px solid #84776B;
	background-color: #D1C8C3;
      }
    #tabs2 ul {
	margin:0;
	list-style:none;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
      }
    #tabs2 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs2 a {
	float:left;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	background-image: url(tableft2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 13px;
      }
    #tabs2 a span {
	float:left;
	display:block;
	padding:5px 15px 4px 6px;
	color:#84776B;
	background-image: url(tabright2.gif);
	background-repeat: no-repeat;
	background-position: right top;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs2 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs2 a:hover span {
      color:#74675B;
      }
    #tabs2 a:hover {
      background-position:0% -42px;
      }
    #tabs2 a:hover span {
      background-position:100% -42px;
      }
#tabs2 a:active {
	background-position:0% -42px;
}
	



.menu{
	width: 100%;
	background-color: #9C928D;
}
	
.menu ul{
	margin: 0; padding: 0;
	float: left;}

.menu ul li{
	display: inline;}

.menu ul li a{
	float: left;
	text-decoration: none;
	color: white;
	padding: 10.5px 11px;
	background-color: #9C928D;
	font-size: 13px;
}

.menu ul li a:visited{
	color: white;}

.menu ul li a:hover, .menu ul li .current{
	color: #fff;
	background-color:#0b75b2;}
