/*CSS Document*/
#MainMenu
{
	width: 100%;
	height: 31px;
	background: #2A2020;
	border: 0;
	margin: 0;
}
#tab
{
	top: 0;
	height: 0;
	background: repeat-x top;
	margin: 0;
}
#tab UL
{
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}
#tab LI
{
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}
#tab A
{
	background: #000 url(images/bright_022.gif) no-repeat right top;
	text-decoration: none;
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
#tab A SPAN
{
	display: block;
	background: url(images/bleft_022.gif) no-repeat left top;
	font-family: Tahoma;
	font-size: 12px;
	color: #222;
	font-weight: 700;
	line-height: 31px;
	padding: 0 12px;
}
#tab A:hover, #tab LI.item_active A
{
	background-position: right bottom;
	border-color: #000;
}
#tab A:hover SPAN, #tab LI.item_active A SPAN
{
	background-position: left bottom;
	color: #FFF;
	font-weight: bolder;
	text-decoration: none;
}
.dropmenudiv
{
	position: absolute;
	top: 0;
	float: left;
	display: block;
	visibility: hidden;
	border: 1px solid #333;
	background: #FFF;
	color: #FFF;
	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: 270px;
	display: block;
	border: 0px dashed #000;
	color: #FFF;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
.dropmenudiv A SPAN
{
	display: block;
	line-height: 23px;
	background: #949494;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	float: none;
	padding: 0 6px;
	border: 1px solid #FEFEFE;
}
.dropmenudiv A:hover
{
	border: 0 solid #000;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	color: #009;
}
.dropmenudiv A:hover SPAN
{
	color: #FFF;
	font-weight: bold;
	background: #700707;
}
