/* CSS Document */

#menu {
	float:right;
	width:585px;
/*	width:785px;
	height:100px;*/
	margin-top:20px;
	margin-bottom:21px;
}

.menu-button {
	height:24px;
	width:188px;
	text-align:center;
	padding-top:5px;
	color:#FFFFFF;
	float:left;
	background-image:url(/graphics/common/button.png);
	background-repeat:no-repeat;
}

.menu-button { behavior: url(iepngfix.htc);}

.menu-button-spacer {
	height:24px;
	text-align:center;
	padding-top:5px;
	color:#CCCCCC;
	float:left;
	margin-left:5px;
	margin-right:5px;
}

.menu-button a {
	color:#FFFFFF;
}

.menu-button a:hover {
	color:#FFFFFF;
}

.menu-button:hover {
	background-image:url(/graphics/common/rollover-button.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
