﻿.Banner
{
	float: left;
	width: 100%;
	min-height: 100px;
	background-color: #FFCECE;
	margin-bottom: 1px;
}
.Banner img
{
	float:left;
}
.TopBanner
{
	position:absolute;
	top:7px;
	left:800px;
	width:320px;
}
.TopBanner_Left
{
	float:left;
	background: url("../Images/Images/TopBanner_L.png") no-repeat left center;
	width:7px;
	height:28px;
	font-size:0px;
}
.TopBanner_Center
{
	float:left;
	background: url("../Images/Images/TopBanner_C.png") repeat-x left center;
	height:28px;
	padding-left:10px;
}

.TopBanner_Center span
{
	margin-top:6px;
	padding-left:10px;
	margin-right:10px;	
	float:left;
	background:url("../Images/Images/Bullet_1.png") no-repeat left center;
}
.TopBanner_Center a
{
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
.TopBanner_Center a:hover
{
	text-decoration:underline;
}
.TopBanner_Center a.Thoat
{
	text-decoration:none;
	font-weight:bold;
	color:#1ba9ff;
}
.TopBanner_Center a.Thoat:hover
{
	text-decoration:underline;
}


.TopBanner_Right
{
	float:left;
	background: url("../Images/Images/TopBanner_R.png") no-repeat left center;
	width:7px;
	height:28px;
	font-size:0px;
}

.Menu
{
	float: left;
	width: 100%;
	background: url("../Images/Images/Menu_C.png") repeat-x left center;
	height:42px;
}
.Menu_Left
{
	float:left;
	background:url("../Images/Images/Menu_L.png") no-repeat left center;
	width:10px;
	height:42px;
	font-size:0px;
}
.Menu_Right
{
	float:right;	
	background:url("../Images/Images/Menu_R.png") no-repeat right center;
	width:10px;
	height:42px;
	font-size:0px;
}

.Menu ul
{
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	float: left;
}
.Menu li
{
	float: left;
	margin: 0;
	padding: 0;
}
.Menu a
{
	float: left;	
	margin: 0;
	padding: 0 0 0 9px;
	text-decoration: none;
	height: 33px;
	cursor: pointer;
	
}
.Menu a span
{
	float: left;
	padding-right: 12px;
	padding-left: 2px;
	padding-top: 10px;
	color: #FFFFFF;
	height: 23px;
	font-weight: bold;
}

.Menu a:hover
{
	background:url("../Images/Images/Menu_Tab_Left.png") no-repeat left top;
}
.Menu a:hover span
{
	color: #333333;
	background: url("../Images/Images/Menu_Tab_Right.png") no-repeat right top;
}

.Span_Space
{
	width: 0px;
	height: 15px;
	float: left;
	font-size: 0px;
	margin-top: 10px;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #FFFFFF;
	display:block;
	visibility:visible;
}

