/* CSS Document */



#header{
	background:url(../images/homePage_header.jpg) 0 0 no-repeat;
	}

#subMenu a{
	color:#ed6e02;
	text-decoration:none;
	display:block;
	height:1%;
	border-bottom:10px solid #fff;
	padding-right:15px;
}

html > body #subMenu a{
	height:auto;
}


#subMenu a:hover{
	background:url(../images/orange_arrow.gif) right center no-repeat;
}

#about_link{
	background-position:0 -21px;
}



