body {
}
#header {
	position:relative;
	background:#edecec;
	width:100%;
	margin:0;
}

#header_top {
	position:relative;
	margin:0;
	width:100%;
	height:101px;
	overflow: hidden;
}

#header_top .rounder {
	float: left;
	background: url(/images/header/top/bg_l.png);
	margin:0;
	width:25px;
	height:101px;
}

#header_top .rectangled {
	float: left;
	background: url(/images/header/top/bg.png);
	margin:0 -25px 0 0;
	width:100%;
	height:101px;
}

#header_top .ray {
	position:absolute;
	margin:0;
	width:60%;
	height:93px;
	right:0px;
	top:0px;
}

#header_top .text {
	position:absolute;
	margin:0;
	font-size: 18px;
	color:#fff;
	width:150px;
	height:25px;
	right:10px;
	top:32px;
}

#header_top .logo {
	position:absolute;
	margin:0;
	font-size: 18px;
	color:#fff;
	width:200px;
	height:66px;
	left:40px;
	top:12px;
}

#header_bottom {
	font-size:14px;
	position:relative;
}

#header_bottom .spacer {
	position:relative;
	height:42px;

}
#header_bottom .tabs {
	position:absolute;
	width:1000px;
	height:45px;
	top:-4px;
	right:0px;
}
#header_bottom .tabSpacer {
	margin-top: 6px;
}
#header_bottom .tab {
	position:relative;
	height:45px;
	text-align:center;
	color:#777777;
	float:right;
	margin: 0 30px 0 0;
}

#header_bottom .tabActive {
	position:relative;
	text-align:center;
	background:url(/images/header/tabs/tab.png);
	width:107px;
	height:45px;
	float:right;
	margin: 0 30px 0 0;
}

#header_bottom a.tabActiveLink {
	color:#fff;
	text-decoration:none;
	
}
#MENUtabActive {
	font-size:14px;
	position:relative;
	position:relative;
	text-align:center;
	background:url(/images/header/tabs/MENUtab.png);
	width:107px;
	height:45px;
	float:right;
	margin: 0 30px 0 0;
}

#MENUtabActiveLink a {
	color:red;
	text-decoration:none;
}#MENUtabActiveLink a:hover {
	color:white;
	text-decoration:none;
}
#header_bottom .MENUBLANKtabActive {
	position:relative;
	text-align:center;
	width:20px;
	height:45px;
	float:right;
	margin: 0 30px 0 0;
}

#header_bottom a.MENUBLANKtabActiveLink {
	color:#fff;
	text-decoration:none;
}
#header_bottom a:hover.tabInactiveLink {
	color:red;
	text-decoration:none;
}

#header_bottom a.tabInactiveLink {
	color:#555;
	text-decoration:none;
}

#header_bottom a:hover.tabInactiveLink {
	color:red;
	text-decoration:none;
}

#FullMenu {
	position:relative;
	border-top:#bbbaba 1px solid;
	background:#edecec;
	display:none;
	font-size:11px;
	font-family: Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-weight: bold;
}

#FullMenu .content {
	position:relative;
	min-width:800px;
	margin: 0 auto;
	padding:5px 0 20px 0;
}
#FullMenu .content table {
	width:100%;
}

#FullMenu .content td { 
	vertical-align:top;
	width:15%;
}

#FullMenu .content ul {
	margin:0 0 0 10px;
	padding: 0 0 0 5px;
}
#FullMenu .content li{
	padding: 5px 0 0 0;
	color:red;
}
#FullMenu .content li:hover{
	padding: 5px 0 0 0;
	color:red;
}
#FullMenu .content li a {
	color:#777777;
	text-decoration:none;
}
#FullMenu .content li a:hover {
	color:red;
	text-decoration:none;
}
#FullMenuLink {
	position:relative;
	margin-left:10px;
}

#header_bottom .dash {
	position:absolute;
	color: #777777;
	font-size:11px;
	background: url(/images/header/bottom/dash.gif) repeat-x;
	margin:0;
	width:100%;
	height:15px;
	left:0px;
	bottom:0px;
}
#FullMenuLink a {
	color:#777777;
	text-decoration:none;
	width:100%;
}
#FullMenuLink a:hover {
	color:#ff0000;
	text-decoration:none;
	width:100%;
}


#FullMenuLink a img {
	border: none;
}

#FullMenuLink a div{
	cursor:pointer;
}
#header_bottom a.MENUtabActiveLink {
	color:white;
	text-decoration:none;
}#header_bottom a:hover.MENUtabActiveLink {
	color:black;
	text-decoration:none;
}