.tabnav	{
	margin: 0px;
	padding: 0px 0px 0px 12px;
	border: none;
	border-bottom: 0px solid white;
	height: 20px;
	background: url(img/tab_bottom.gif) repeat-x bottom;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	}
html>body.tabnav {
	/* ie5win fudge ends */	
	background: none;
}

.tabnav li	{
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}

.tabnav a:link, .tabnav a:visited {
	float: left;
	background: #EBF5DC;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 6px 2px 6px;
	margin-right: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #666;
	border-bottom: 0px solid white;
}

.tabnav a:link.active, .tabnav a:visited.active	{
	border-bottom: 1px solid white;
	background: white;
	color: black;
}

.tabnav a:hover	{
	background: #fff;
}


.submenu {
	margin: 0px 0px 16px 0px;
	padding: 0px;
}

.submenu li	{
	display: inline;
	list-style-type: none;
}
.submenu a:link, .submenu a:visited {
	background: #F5E4DC;
	font-size: 10px;
	padding: 1px 2px 1px 2px;
	margin-right: 2px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #666;
}

.submenu a:link.active, .submenu a:visited.active	{
	background: white;
	border: 1px solid #ccc;
	color: black;
}

.submenu a:hover	{
	background: #fff;
}

