﻿.menu
{
	width: 960px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #828282;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 4px 0px 2px;
	padding-top: 0px;
	height: 33px;
	background: url(images/menubg.gif) repeat-x center top;
}

.menu:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.menu ul
{
	
	width: 960px;
	padding: 8px 0;
	margin: 0;
	text-align: center;
}


.menu ul li
{
	display: inline;
	border-right: #BBB 1px solid;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
.menu ul li a
{
	color: #828282;
	margin: 0;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: center;
	display: inline;
	position: static;
	table-layout: fixed;
	overflow: visible;
	width: 200px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-collapse: collapse;
	height: 33px;
	border-bottom-style: none;
}

.menu ul li a:hover, .menu ul li a.current
{
	color: #6b468c;
	text-decoration: underline;
}
.leftb
{
	background-position: left top;
	background-attachment: scroll;
	background-image: url(images/menuL.gif);
	background-repeat: no-repeat;
	height: 33px;
}
.rightb
{
	background-position: right top;
	background-attachment: scroll;
	background-image: url(images/menuR.gif);
	background-repeat: no-repeat;
	height: 33px;
}
