@charset "utf-8";
.logo {
	background-image: url(images/logo.jpg);
	margin: 0px;
	padding: 0px;
	float: left;
	height: 232px;
	width: 865px;
}
.themenu{

width: 875px;

height:113px;

margin:0;

padding: 0px;

}



.themenu li{

display:inline;



}



* html .themenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */

width: 113px;

}



.themenu li a:hover{

background:url(images/button1.jpg) no-repeat;

color: #fff;

display:inline;

width: 113px;

height:113px;
margin-top:8px;
padding-top:50px;
margin-left:20px;

font-weight:bold;

text-decoration: none;

text-align: center;

float:left;

font-size:14px;



}

.themenu li a{

background:url(images/button2.jpg) no-repeat;

color: #000;

display:inline;

width: 113px;

height:113px;
margin-top:8px;
padding-top:50px;
margin-left:20px;

font-weight:bold;

text-decoration: none;

text-align: center;

float:left;

font-size:14px;



}



/* Holly Hack for IE \*/

* html .themenu  li { height: 1%; }

* html .themenu  li a { height: 1%; }

