﻿#tabmenu 
{
	background: #AFD5E0 url(../images/tabs/bg-tabs.gif) repeat-x;
	border: 1px solid #979797;
	border-width: 1px 0;
	font: bold 12px "verdana", Arial, sans-serif;
	margin-top: 3px;
	padding-top: 0.6em;
	text-align: left;
	margin-bottom: 10px;
	margin-left: 0px
}

#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none;
	margin-right: 0px; }

#tabmenu a, a.active {
	background: url(../images/tabs/tab-right.gif) no-repeat 100% 0;
	color: #06C;
	padding: 5px 10px 0px 0px;
	text-decoration: none;	
	margin: 0 0 0 25px;
	border-bottom: 0px;
	}

#tabmenu a span, a.active span {
	background: url(../images/tabs/tab-left.gif) no-repeat;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-left:0;
}

#tabmenu a.active {
	border-bottom: solid 1px #fff;
	 }

#tabmenu a:hover {
	text-decoration: underline; }

#tabmenu a:visited {
	color: #06C; }


