@charset "utf-8";
#homeheader {
	background-image: url(../images/home-banner.jpg);
	height: 400px;
	background-repeat: no-repeat;
	text-align: left;
	background-color: #000000;
	color: white;
}

#mainColumn  ul {
	padding-left: 40px;
}

/* Define styles for TOP MENU (Home Page)------------------------*/

#menuBarTop  li {
	float: left;
	text-align: center;
	list-style-type: none;
	color: #512828;
	font-size: 12px;
}
.tabWidth {
	width: 73px
}
.tabWidth a:link, .tabWidth a:visited {
	color: #ffffb0;
	text-decoration: none;
	display: block;
}
.tabWidth a:hover, .tabWidth a:active {
	color: #512828;
	background-color: #FFFF99;
	background-image: url(../images/hover.png);
	background-repeat: repeat-x;
}