@charset "utf-8";
/* CSS Document */

ul#navbar {
	float: inherit;
	list-style: none;
	height: 30px;
	background-color:#036;
	text-align:left;
	padding-top:10px;
}
ul#navbar li {
	display:inline;
	list-style-type: none;
	padding-right:30px;
	padding-left:30px;
	color: #FFF;
	font-size: 110%;
	border-right-width:thin;
	border-right-style: groove;
	border-color:#CCC;
}
ul#navbar li a {
	color: #FFF;
	font-size: 90%;
	text-decoration: none;
}
ul#navbar li a:hover {
	color: #69F;
	font-size: 90%;
	text-decoration:underline;
}
ul#navbar li a.current {
	color: #CCC;
	font-size: 90%;
}
#OrderButton {
	display: block;
	width: 120px;
	height: 28px;
	background: url(../images/OrderButton.gif) no-repeat 0 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#OrderButton:hover {
	background-position: 0 -28px;
	text-align: center;
}
#OrderButton span {
	display: none;
}

