@charset "utf-8";
/* CSS Document */

#topMenu {
	height:15px;
	float:right;
	color:#fff;
	font-size:10px;
	padding-top:10px;
}

#topMenu ul {
	list-style:none;
}

#topMenu ul li {
	display:inline;
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid #999;
}

#topMenu ul li.last {
	border-right:none;
}


#MainMenu 
{
	height:27px;
	float:left;
   	width:100%;
   	overflow:hidden;

}

#tab ul {
	clear:left;
	float:right;
   	list-style:none;
   	margin:0;
   	padding:0;
   	text-align:center;
}


#tab 
{
	margin:0;
	top:0;
}
#tab ul li
{

display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   margin-right: 1px;
}

#tab li 
{
display:inline;
	float:left;
	margin:0 3px 0 0 ;
	padding:0;
	font-size:12px;
}
#tab a 
{
	background: url("images/bright_115.gif") no-repeat right top;
	margin:0;
	padding:0;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
}
#tab a span 
{
	display:block;
	background:url("images/bleft_115.gif") no-repeat left top;
	padding-left:21px;
	padding-right:21px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8;
	color:#000;
	font-weight:normal;
	line-height:27px;
}
#tab li.item_active a 
{
	background-position:right bottom;
	border-color:;
}
#tab li.item_active a span 
{
	background-position:left bottom;
	color:#000000;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}

#tab li a:hover span 
{
	background-position:left bottom;
	color:#000000;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}

#tab li a:hover
{
	background-position:right bottom;
	color:#000000;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}

.dropmenudiv
{
	position:absolute;
	top:0;
	float:left;
	display:block;
	visibility:hidden;
	border-style:solid;
	border-color:#000;
	border-top-width:0;
	border-right-width:0;
	border-bottom-width:0;
	border-left-width:0;
	background: #333;
	line-height:10px;
	z-index:100;
	width:220px;
	text-decoration:none;
	padding:0px;
}
.dropmenudiv ul 
{
	margin:0;
	padding:0;
	list-style:none;
}
.dropmenudiv li 
{
	display:inline;
	margin:0;
	padding:0;
}
.dropmenudiv a:link, .dropmenudiv a:visited
{
	width:220px;
	float:left;
	margin:0;
	padding:0;
	display:block;
	border:0 solid #000000;
	color:#000;
	background: #dadada;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}
.dropmenudiv a span 
{
	float:left;
	display:block;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.dropmenudiv a span 
{
	float:none;
}
.dropmenudiv a:hover
{
	border:0 solid ;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}
.dropmenudiv a:hover span 
{
	background-color:#03b0ef;
	color:#fff;
	background-image:none;
}

