
	
#tabs {
	float:left;
	width:100%;
	height:24px;




	font-size:11px;

	}
#tabs ul {
	margin:0;

	list-style:none;
	
	}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}
#tabs a {
	float:left;
	background:url("tableft.gif") no-repeat left top;
	margin:0;
	padding:0px 0 0 4px;
	text-decoration:none;
	margin-left:-2px;
	height:20px;}
#tabs a span {
	float:left;
	display:block;
	background:url("tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	margin-top:-5px;
	color:#666;
	}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
	color:#666;
	}
#tabs a:hover {
	background-position:0% -42px;
	}
#tabs a:hover span {
	background-position:100% -42px;
	}  
	#menu {
	width: 200px;
	margin: 10px;



	}
	#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;

	}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	font-weight:bold
	}	
	
#menu li a:link, #menu li a:visited {
	color:#666;
	display: block;
	background:  url(menu.gif);
	padding: 8px 0 0 10px;
		font-weight:bold;
		*height:32px !important
	}
	
#menu li a:hover {
	color: #627EB7;
	background:  url(menu.gif) 0 -32px;
	padding: 8px 0 0 10px;
		font-weight:bold
			*height:32px !important
	}