﻿/* CSS Document */
#navMenu {
	width: 100px;
	/*height: 18px;*/
	height:auto;
	clear: both;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	z-index: 50;
	top: 5px;
	bottom: 5px;
}
#navMenu ul {
	list-style-type: none;
	font-family: Arial;
	font-size: 16px;
	text-align: center;
	float: left;
	/*height: 18px;*/
	padding: 0px;
	margin: 0px;
}
#navMenu ul a {
	display: block;
	width: 100px;
	height: 60px;
	color: #FFF;
	/*color:#FFFF00;*/
	/*color:#000000;*/
	line-height: 60px;
	text-decoration: none;
	background-image: url('../imgs/big_button.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-weight: bold;
}
#navMenu ul a:hover {
	background-position: 0px -60px;
	color:#FFFF00;
	/*color: #000000;*/
	font-weight: bold;
}
/*#navMenu ul a:active {
	background-position: 0px -37px;
	color: #FFFFFF;
}*/
#navMenu ul li {
	display: inline;
	float: left;
	margin-top:2px;
	margin-bottom:3px;
}

