/*
 *
 * For the header menu only
 *
 */

#topmenu {
	border: 1px solid black;
	background: url("images/menu_back.gif");
}

#submenu {
	background-color: white;
}

#tablist{
	width: 100%;
	text-align: left;
	margin: auto;
	padding: 0;
}

#tablist li{
	list-style: none;
	display: inline;
	margin: 0;
}

#tablist li a {
	float: left;
	width: 185px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	padding: 0px 1px 0px 1px;
	border-bottom: none;
}

#tablist li a:link, #tablist li a:visited{
}

#tablist li a.current{
	padding: 0;
	color: black;
	background: url("images/menu_back_hover.gif");
	border-left: 1px solid #951613;
	border-right: 1px solid #951613;
}

#tabcontentcontainer{
	clear: both;
	width:750px;
	height:20px;
}

.tabcontent{
	display:none;
	text-align: center;
}

.tabcontent a:link, .tabcontent a:visited {
	color: black;
	font-weight: bold;
}

.tabcontent a:hover {
	color: #951613;
}
