.SiteHeader {
	margin:0px;	padding:0px;
	border:0px solid white; 	
	width:891px;
	height:161px;
	background-image:url(/images/css_new/header_background.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

.SiteHeader .LogoImage{
	float:left;
	margin-left:0px;
	margin-top:8px;
	clear: left;
  	border: 0px black solid;	
}

.SiteHeader .RightMenu{
  	border: 0px black solid;
	width:180px;
	height:90px;
	float:right;
	clear:right;
	margin: 0px; padding:0px;
	margin-top:71px;
	line-height: 12px;
}

.SiteHeader .RightMenu .link1{
	color: #ffffff;
	text-decoration: none;
}

.SiteHeader .RightMenu .link1:hover{
	color: #ffcc00;
	text-decoration: none;
}

.SiteHeader .RightMenu .link2{
	color: #ffcc00;
	text-decoration: none;
}

.SiteHeader .RightMenu .link2:hover{
	color: #ffffff;
	text-decoration: underline;
}

.SiteHeader .RightMenu input[type="image"]{
	vertical-align:middle;
}

.SiteHeader .RightMenu .input{
	color: #333333;
	border: 1px solid #8EABC9;
	font-size:11px;
	font-weight: normal;
}

.SiteHeader .BottomMenu{
	width: 680px;
	height:33px;
	padding:0px 0px 0px 0px;
	margin:0px;	
	margin-top: 62px;
	border:0px solid blue;
	float: left;
	clear: left;
}

.SiteHeader .BottomMenu .MenuItem{
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;	
	margin-left:10px;
	border:0px;
	width:120px;
	height:33px;
	background-image:url(/images/css_new/header_tab_blue.gif);
	background-repeat:no-repeat;	
	background-position:left top;	
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	vertical-align:sub;	
	color:white;
}

.SiteHeader .BottomMenu .SelectedItem{
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;	
	margin-left:10px;
	border:0px;
	width:120px;
	height:33px;
	background-image:url(/images/css_new/header_tab_yellow.gif);
	background-repeat:no-repeat;	
	background-position:left top;	
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	vertical-align:sub;	
	color:white;
}

.SiteHeader .BottomMenu .MenuItem  a{
	color:white;	
	text-decoration:none;		
	line-height:33px;
	vertical-align:mid;
}
.SiteHeader .BottomMenu .SelectedItem a{
	color:black;	
	text-decoration:none;		
	line-height:33px;
	vertical-align:mid;
}
.SiteHeader .BottomMenu .MenuItem  a:hover,
.SiteHeader .BottomMenu .SelectedItem a:hover{
	color:black;	
	text-decoration:none;	
}

.SiteHeaderBar {
	width:891px;
	height:25px; 	 
	border: 0px solid blue;
	background-image:url(/images/css_new/header_bar_background.jpg);
	background-repeat:repeat-x;	
	background-position:left top;
	font-size:11px;	
	text-align:center;
	color: black;
	padding:0px;
	padding-top:6px;
	margin:0px;
}

.SiteHeaderBar .leftCorner {
	float:left;
	clear:left;
	margin: 0px; padding:0px;
	margin-top: -6px;	
	width:5px;
	height:25px;
	background-image:url(/images/css_new/header_bar_left.jpg);
	background-repeat:no-repeat;	
	background-position:left top;	   
}

.SiteHeaderBar .rightCorner {
	float:right;
	clear:right;
	margin: 0px; padding:0px;
	margin-top: -6px;
	width:5px;
	height:25px;   
	background-image:url(/images/css_new/header_bar_right.jpg);
	background-repeat:no-repeat;	
	background-position:right top;		
}

