@charset "UTF-8";

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#BG {
	position:absolute;
	left:0px;
	top:0px;
	width:964px;
	height:60px;
	z-index:0;
}

#Logo {
	position:absolute;
	left:0px;
	top:0px;
	width:465px;
	height:70px;
	z-index:2;
}

#Menu_Login {
	position:absolute;
	left:480px;
	top:10px;
	width:471px;
	height:51px;
	z-index:1;
}

#Menu_Bar_Container {
	position:absolute;
	left:0px;
	top:60px;
	width:964px;
	height:40px;
	z-index:1;
	background-repeat:repeat-x;
}

#Menu_Bar_Label {
	position:absolute;
	left:65px;
	top:10px;
	width:830px;
	height:14px;
	z-index:1;
	font-size:15px;
}

#Menu_Bar_Buttons {
	position: absolute;
	left: 0;
	top: 8px;
	cursor: default;
	width: 961px;
	height: 25px;
	z-index: 1;
	overflow: hidden;
	/*color: #333;*/
}

#Menu_Bar_Buttons a:active {
	display: block;
	font-size:13px;
	font-weight:bold;
	padding: 0px 0px;
	height: 15px;
	text-decoration: none;
	/*color:#000;*/
}

#Menu_Bar_Buttons a {
	display:block;
	font-size:13px;
	font-weight:bold;
	padding: 0px 0px;
	height: 15px;
	text-decoration: none;
	/*color:#333;*/
}

#Menu_Bar_big {
	margin-right:5px;
	float: right;
	top:0px;
	width:120px;
	height:25px;
	z-index:4;
	text-align:center;
}
#Menu_Bar_small {
	margin-right:5px;
	float: right;
	top:0px;
	width:60px;
	height:25px;
	z-index:2;

}

.Icon {
	position:relative;
	left:5px;
	top:3px;
	border:none;
}

#Menu_Bar_big.Active {
	/*background-image:url(CSSImages_Style1/Button120x25.png);*/
	cursor: pointer;
}


#Menu_Bar_big.Active a:hover, #Menu_Bar_big.Active a:focus
{
	/*background-image:url(CSSImages_Style1/Button120x25_Hover.png);
	color:#000;*/
}

#Menu_Bar_small.Active {
	/*background-image:url(CSSImages_Style1/Button60x25.png);*/
	cursor: pointer;
}

#Menu_Bar_small.Active a:hover, #Menu_Bar_small.Active a:focus
{
	/*background-image:url(CSSImages_Style1/Button60x25_Hover.png);
	color:#000;*/
}