@charset "utf-8";
/* CSS Document */

#tabtop a {	
	font-size: 12px;
	font-weight: normal ;
	color: #a5a5a5 ;
}

#tabtop {
	border-top: solid #e43939 5px;
	width: 100%;
	line-height: normal ;	
	background-image:url(/images/top/tabbg.png);
	background-repeat:repeat-x;
	text-align: center;
	height: 33px;
	line-height: 33px;
	color: #595959;
}

#tabtop a.selected {
	color: #fff ;	
}

#tabtop a:hover {
	color: #fff ;	
}

#subtopshadow {
	height: 7px;
	background-image:url(/images/top/tabshadow.png) ;
	background-repeat:repeat-x ;
	
}
/*
#tabtop ul {
	margin: 0;
	padding: 5px 10px 0;
	list-style:none;
}

#tabtop li {
	float: left;
	background: url("/images/tabs/norm_right.png") no-repeat right top;
	margin: 0px;
	padding: 0px;
}

#tabtop a {
	display: block;
	background: url("/images/tabs/norm_left.png") no-repeat left top;
	padding: 5px 25px 0px; 
	text-decoration:none;
}

#tabtop .selected {
	background-image: url("/images/tabs/norm_right_on.png");
	color: #fff;
}

#tabtop .selected a {
	background-image: url("/images/tabs/norm_left_on.png");
	padding-bottom:0px; 
	color: #fff;
}

#tabtop li:hover {
	background-image: url("/images/tabs/norm_right_on.png");
	color: #eaeaea;
}

#tabtop li:hover a {
	background-image: url("/images/tabs/norm_left_on.png");
	padding-bottom: 0px;
	color: #eaeaea;
}
*/