/*menu centering*/

#tabmenu {
	font-family:arial,helvetica,sans-serif;
   float:left;
   width:100%;
   overflow:hidden;
   position:relative;
	font-size:85%;
	
}
#tabmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#tabmenu ul li {
	
	height:20px;
	float:left;
	display:block;
   float:left;
   list-style:none;
   margin:7px 3px 3px 5px;
   padding:0;
   position:relative;
   right:50%;
}
#tabmenu ul li a {
	float:left;
	height:20px;
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
   color:#000;
   text-decoration:none;
   color:#FAEDCA;
	
}
#tabmenu ul li a:hover {
   color:#fff;
}
#tabmenu ul li a.active,
#tabmenu ul li a.active:hover {
   color:#fff;

}
/*BasicTab Unselected*/

.basictab li{
	
	height:20px;
	background: #c46400 url("images/layout/corners_left.gif") top left no-repeat;
}
.basictab li a{
	height:20px;
	background: transparent url("images/layout/corners_right.gif") top right no-repeat;
}
/*BasicTab Selected*/

.basictab li.selected{
	height:20px;
	background: #384e38 url("images/layout/corners_left.gif") top left no-repeat;
}


.basictab li.selected a{
	background: transparent url("images/layout/corners_right.gif") top right no-repeat;

}

/*Submenu Unselected*/


.submenustyle li{
	height:20px;
	background: #384e38 url("images/layout/corners_left.gif") top left no-repeat;
}

.submenustyle li a{
	background: transparent url("images/layout/corners_right.gif") top right no-repeat;
}

/*Submenu Selected*/

.submenustyle li.subselected{
	background: #c46400 url("images/layout/corners_left.gif") top left no-repeat;
}

.submenustyle li.subselected a{
	background: transparent url("images/layout/corners_right.gif") top right no-repeat;
}
#about{
	margin-left:-150px !important;
	
}
#events{
		margin-left:200px !important;
}