﻿#tabmenu 
{
  width:722px;
	height: 20px;
	margin: 0;
	padding-left: 0px;
	font-size: 12px;
	font-family:verdana,arial,helvetica;
	background: url(tab_bottom.gif) repeat-x bottom;
}
#tabmenu li 
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#tabmenu li a {
	float: left;
	
	line-height: 14px;
	font-weight: bold;
	padding: 3px 8px 3px 8px;
	margin-right: 2px;
	border: 1px solid #ccc;
	text-decoration: none;
	text-align:center;
	
	color: white;
	background-color: black;	
}

#tabmenu li.active a {
	border-bottom: 1px solid #FEFCFC;
	background: #FEFCFC;
	color: black;
}

#tabmenu li a:hover {
	background: #FEFCFC;
	color: black;
	border-bottom: 1px solid #FEFCFC;
}