@charset "utf-8";
/* CSS Document */

/*-----------MENU------------*/
#tabsmenu { width:964px; margin:0 auto; padding:0;}
#tabsmenu ul { overflow:hidden; width:964px; margin:0 auto; padding:0; list-style:none; border-bottom:4px solid #605f5f;}
#tabsmenu li 
{ 
	float:left; 
	margin:0 1px; 
	padding:0; 
	list-style:none; 
	background:url(../images/manu_tab_bgrd.gif) top left no-repeat; 
	width:104px; 
	height:39px;
}

#tabsmenu a
{
	display: block;
	margin:0;
	padding:10px 3px 0 3px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font: normal 10pt Tahoma, Geneva, sans-serif;
	line-height:0.8em;
	width:98px;
	height:29px;
}

#tabsmenu a:hover,
#tabsmenu a.highlight
{ 
	background:url(../images/manu_tab_hover.gif) top left no-repeat;
	color: #000;
}