/* CSS Document */

#menu {
	height:29px;
	width:927px; 
	background:#000000; 
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
}

#menu-buttons-background {
	width:927px;
	height:29px;
	background:#000000;
}

.menu-button {
	height:23px;
	width:102px;
	margin-right:1px;
	background-image:url(/graphics/common/button-black-nav.png);
	text-align:center;
	float:left;
	padding-top:6px;
	color:#FFFFFF;
	position:relative;
}

.menu-button a {
	color:#FFFFFF;
}

.menu-button a:hover {
	color:#FFFFFF;
}

.menu-button:hover {
	background-image:url(/graphics/common/button-blue-nav.png);
	background-repeat:repeat-x;
	cursor:pointer;
}

.menu-button:hover a {
	color:#FFFFFF; 
}
