﻿#header {
	width: 100%;
	background-color: #E8E8E8;
	overflow: hidden;
	border-bottom-style: ridge;
	border-bottom-color: #666666;
	border-bottom-width: 2px;
	background-repeat: repeat-x;
	background-image: url('images/bcs_header_bg.png');
	text-align: right;
}

#header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#header li {
	float: right;
	padding: 10px;
}
#header a {
	color: black;
	text-decoration: none;
	text-align: right;
	display: block;
}

#header a:hover		{color: #FF0000; text-decoration: underline;}

#headimg img {
	margin: 7px;
	float: left;
	border-width: 0px;
}
