@charset "UTF-8";
/* CSS Document */
#MainMenu 
{
	width:180px;
	background:#FFF url(images/);
	border:0;
	margin:0 auto;
}
#tab 
{
	top:0;
	height:0;
	margin:0;
}
#tab ul 
{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
#tab li 
{
	float:left;
	clear:both;
	margin:0;
	padding:0;
}
#tab a 
{
	background:;
	text-decoration:none;
	width:180px;
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#tab a span 
{
	display:block;
	background:;
	font-family:Baskerville, Times, serif;
	font-size:15px;
	color: #666;
	font-weight:normal;
	line-height:33px;
	text-align:center;
	border-bottom:solid 1px #cbdedb;
	 
	padding:0;
}
#tab a:hover,#tab li.item_active a 
{
	background-position:right bottom;
}
#tab a:hover span,#tab li.item_active a span 
{
	background-position:left bottom;
	color: #063;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	background-color: #ebf9f7;
}
.dropmenudiv 
{
	position:absolute;
	top:0;
	margin-left:27px;
	float:left;
	display:block;
	visibility:hidden;
	border:1px solid #7da893;
	background: #FFF;
	color:# 666;
	z-index:100;
	text-decoration:none;
	padding:0;
}
.dropmenudiv ul 
{
	list-style:none;
	margin:0;
	padding:0;
}
.dropmenudiv li 
{
	display:inline;
	margin:0;
	padding:0;
}
.dropmenudiv a:link,.dropmenudiv a:visited 
{
	width:135px;
	display:block;
	border:0;
	color: #666;
	background:url(images/bleft_110.gif) no-repeat left top;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	margin:0;
	padding:0;
}
.dropmenudiv a span 
{
	display:block;
	line-height:26px;
	background:#FFF;
	font-family:Baskerville, Times, serif;
	font-size:11px;
	color:#666;
	float:none;
	padding:0 5px;
}
.dropmenudiv a:hover 
{
	border:0;
	background-position:left bottom;
	background-color:#309;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	color:#666;
}
.dropmenudiv a:hover span 
{
	background-position:right bottom;
	color:#FFF;
	font-weight:normal;
	background-color:#7da893;
}
