/* Tabbed menu by www.cart-lab.com */

#tablist {
	position:relative;
	margin: 0;
	padding:0;
}
#tablist ul {
	list-style: none inside;
	margin-left: -40px;
}

#tablist li {
	list-style: none;
	display: inline;
	background:url(images/left_tabs_normal.gif) top left no-repeat; 
	height:29px; 
	float:left; 
	margin-right:5px; 
	margin-top:6px;
	width: 100px;
}


#tablist li a {
	background:url(images/right_tabs_normal.gif) top right no-repeat;
	height:29px;
	float:left;
	padding-top:3px;
	margin-left:5px;
	padding-right:5px;
	color:#000000;
	font-weight:700;
	text-decoration:  none;
	text-align:center;
	width: 95px;
}

#tablist li a:link { 
	color: #000000; 
	text-decoration:  none;
}

#tablist li a:visited { 
	color: #000000; 
	text-decoration:  none;
}

#tablist li:hover {
	list-style: none;
	display: inline;
	background:url(images/left_tabs_normal.gif) top left no-repeat; 
	height:29px; 
	float:left; 
	margin-right:5px; 
	margin-top:6px;
	width: 100px;
}

#tablist li a:hover {
	background:url(images/right_tabs_normal.gif) top right no-repeat;
	height:29px;
	float:left;
	padding-top:3px;
	margin-left:5px;
	padding-right:5px;
	color:#000000;
	font-weight:700;
	text-decoration:  none;
	text-align:center;
	width: 95px;
	color: #808080;
}


#tablist li.current {
	background:url(images/left_tabs_hover.gif) top left no-repeat; 
	height:29px; 
	float:left; 
	margin-right:5px; 
	margin-top:6px;
}

#tablist li.current a{
	background:url(images/right_tabs_hover.gif) top right no-repeat;
	height:29px;
	float:left;
	padding-top:3px;
	margin-left:5px;
	color:#000000;
	font-weight:700;
}

#border-tabs {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #ffffff;
	display: block;
}