
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
	border: none;
	}
	
#menu {
	width: 300px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 8px;
	border-style: solid solid none solid;
	border-color: #D8D5D1;
	border-size: 1px;
	border-width: 1px;
	}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #333333;
	display: block;
	background:  url(menu.gif);
	padding: 8px 0 0 30px;
	}
	
#menu li a:hover {
	color: #333333;
	background:  url(menu.gif) 0 -32px;
	padding: 8px 0 0 32px;
	}
	
/* included menu*/

	
#tabs {
	float:left;
	width:100%;
	background:#000;
	font-size:13px;
	font-weight:bold;
	line-height:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom:1px solid #000000;
	}

#tabs ul {
	margin:0;
	padding:10px 10px 0 0px;
	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:0 0 0 4px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}  
