/**
 * TAB STYLESHEET VVVKAMPEN.NL
 * BY SANDER BECK
 * SANDER@MULTIMOVE.NL
 * DESIGN BY G2K.NL!
 **/

.screenTabs {
	margin:0px;
	position:absolute; 
	height:26px; 
	width:572px; 
	top:242px;
	background:url(../images/layout/bg_tab_menu.gif) repeat-x;
}

.tabs {
	float:left;
	width:100%;
	line-height:normal;
	white-space:nowrap;
	font-size:13px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	/*background:#ffffff url("../images/tabs/bg.gif") repeat-x bottom;*/
}

.tabs ul {
	margin:0;
	padding:0;
	list-style:none;
}

.tabs a {
	display:block;
	/*background:url("../images/layout/common/bg_tab_right.gif") no-repeat right top*/
	padding:5px 30px 0px 30px;
	vertical-align:baseline;
	text-decoration:none;
	color:#4969c4;
	width:.1em;
	border:none;
}

.tabs > ul a {
	width:auto;
	border:none;
}

.tabs li {
	float:left;
	margin:0;
	padding:0 0 0 0;
	/*background:url("../images/tabs/left.gif") no-repeat left top;*/
	/*border-bottom:solid 1px #776655;*/
}

.tabs li#current {
	/*border-width:0;*/
}

.tabs #current {
}
.tabs #current a {
	/*background-image:url("../images/tabs/right_on.gif");*/
	border:none;
	color:#0e2a7b;

}

.tabs .last a {
	border:none;
}

.tabs .first {
	border:none;
	/*background-image:url("../images/tabs/left_first.gif");*/
}

.tabs .first#current {
	margin-left:0;
}

.tabs li:hover {
	cursor:pointer;
	border:none;
}