@charset "UTF-8";
/* CSS Document */
#tabs ul{
	list-style:none;
}
#tabs ul li{
	width:120px;
	height:25px;
	padding-top:5px;
	line-height:25px;
	float:left;
	text-align:center;
}
#tabs a{
	font-size:13px;
	font-family:"Helvetica Bold Condensed", Helvetica, Arial, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}
#tabs li.active{
	background:url(/images/tab_active.gif) left bottom no-repeat;
}
#tabs li.normal{
	background:url(/images/tab_normal.gif) left bottom no-repeat;
}
#tabs li.special{
	background:url(/images/tab_special.gif) left bottom no-repeat;
}
#tabs .normal a{
	color:white;
/*	text-shadow:#333 1px 1px 0px;*/
}
#tabs .active a{
	color:#414141;
/*	text-shadow:white 1px 1px 0px;*/
}
#tabs .special a{
	color:white;
/*	text-shadow:#333 1px 1px 0px;*/
}
#tabs .normal a:hover, #tabs .special a:hover{
	color:#CCC;
/*	text-shadow:white 1px 1px 0px;*/
}
