﻿/* Start Css */
html {
}
a {
	font-family: Tahoma;
	font-size: 12px;
	color: #E7C831;
}
a:hover {
	color: #7237C6;
}
ul, li, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
h1 {
	font-size: 12px;
}
img {
	border: none;
}
a {
	text-decoration: none;
	outline: 0px none;
}
input, textarea, sub, select {
	text-decoration: none;
	outline: 0px none;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}
hr {
	background: #E7C831;
	border-color: #E7C831;
}
/* End Css */
/* BTopNav */
.BTopNav .BContent .BRight {
	float: right;
	width: 750px;
	height: 50px;
}
.BTopNav .BContent .BLeft {
	float: left;
	width: 210px;
	height: 50px;
}
.BMenu {
	display: block;
	height: 8px;
}
.BMenu ul {
	padding: 8px 0 0 0;
}
.BMenu ul li {
	float: right;
	overflow: hidden;
	position: relative;
	text-align: center;
	line-height: 18px;
}
.BMenu ul li a {
	position: relative;
	display: block;
	width: 95px;
	height: 28px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	margin: 0 2px;
	text-shadow: 0px 1px 0px #8345D6;
}
.BMenu ul li a span {
	position: absolute;
	left: 0;
	width: 95px;
}
.BMenu ul li a span.out {
	top: 0px;
}
.BMenu ul li a span.over, .BMenu ul li a span.bg {
	top: -33px;
}
#BMenu {
}
#BMenu ul li a {
	color: #FFF;
}
#BMenu ul li a span.over {
	color: #FFF;
	text-shadow: 0px 1px 0px #440195;
}
#BMenu ul li span.bg {
	height: 28px;
	background: transparent url('images/BTopNavAhover.png') no-repeat scroll center center;
}
/* BHeader */
.BHeader {
	height: 197px;
}
.BHeader .BContent {
	width: 960px;
	height: 197px;
	margin: auto;
}
}
.TextBold {
	font-weight: bold;
	color: #7237C6;
}