/*- Menu Tabs--------------------------- */ 


#tabs {
	width: 800px;
	position: absolute;
	padding-left: 10px;
	top: 80px;
      }
	  


	
/* Fix IE. Hide from IE Mac \*/
* html #tabs {
	margin-bottom: 0px;
	padding-left: 15px;
	}

/* End */
#tabs ul {
	margin:0px;
	padding-left: 0px;	
      }
#tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
#tabs a {
	float:left;
	background:url("../_menu/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-repeat: no-repeat;
      }
#tabs a span {
	display:block;
	background:url("../_menu/tabright.gif") no-repeat right top;
	padding:3px 15px 0px 6px;
	color:#666666;
	background-repeat: no-repeat;
	float: left;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
    /* End IE5-Mac hack */
#tabs a:hover span {
      color:#FF9834;
      }

	  
#tabs #active a {
      background-position:0% -19px;
	  z-index:1;
      }
#tabs #active a span {
      background-position:100% -19px;
	  z-index:1;
      }
	  
	  
	  
	  
	  


/* sub menu code*/



#tabs ul ul{
	
	position: absolute;
	width: 100%;
	left: 13px;
	height: 16px;
	top: 22px;

}



#active {
	z-index: 6000;	
}
#not_active{
	display: none;
}


 /* Sub Menu Styles */		
#tabs ul ul li a {
 	background: none;
	color: #1c82b1;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	list-style-image: url(../media/images/arrow.gif);
	padding: 6px;
	
}
#tabs ul ul li a:hover {

	text-decoration: underline;

}
