#menu2 
{
	width:100%;
	height:33px;
	border:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	margin-top: 95px;
	margin-left: 7px;
	text-align: left;
}
#menu2 h1{
	padding: 5px;
	margin: 0;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	color: #FFF;
	text-align: center;
}
#tab2 ul 
{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
#tab2 li 
{
	float:left;
	clear:both;
	margin:0;
	padding:0;
}
#tab2 a 
{
	background:#000 url(images/bright_menu2.gif) no-repeat right top;
	text-decoration:none;
	width:160px;
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#tab2 a span 
{
	display: block;
	background: url(images/bleft_menu2.gif) no-repeat left top;
	color: #295EBC;
	line-height: 20px;
	padding: 0 30px 0 15px;
}
#tab2 a:hover,#tab2 li.item_active a 
{
	background-position:right bottom;
}
#tab2 a:hover span,#tab2 li.item_active a span 
{
	background-position:left bottom;
	color:#FE6800;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
}
