
#sitenav {
	position: absolute;
	right: -1em;
	bottom: 0;
	
	margin: 0;
	padding: 0;

	text-shadow: 0 1px 0 #222;		
	}
	
#sitenav li {
	float: left;
	list-style: none;

	padding: 0 1em;	
	}
	
	
#sitenav a {
	display: block;
	
	text-transform: lowercase;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 2em;
	
	padding-bottom: 3px;
	}
	
#sitenav a:hover {
	padding-bottom: 0;
	border-bottom: 3px solid #4fa1ff;
	}	
	

#global-booknow {
	display: block;
	width: 222px;
	height: 27px;
	background: url(global-booknow.gif) no-repeat 0 0;
	text-indent: -9000px;
	margin: 0 -10px 0 0;
	}
	
	#global-booknow:hover {
		border: none !important;
		}