
#sitenav {
	position: absolute;
	bottom: 0;
	right: 0;
	
	margin: 0;
	padding: 0;
	
	font-size: 11px;
	}
	
#sitenav a.root {
	display: block;
	padding: 0;
	height: 30px;
	
	color: #999;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	line-height: 15px;
	}
	
#sitenav a.root strong {
	display: block;
	float: left;
	margin: 4px 0 0;
	line-height: 22px;
	cursor: pointer;
	}
	
#sitenav li {
	position: relative;
	
	margin: 0;
	padding: 0 0 0 10px;
	height: 30px;
	width: 107px;
	float: left;
	
	list-style: none;
	
	background: #fff url(li.gif) no-repeat 0 0;
	}
	
#sitenav li.over {	background-position: 0 -30px;	}
#sitenav li.over a.root { color: #777;}
#sitenav li.over a.root strong { border-bottom: 4px solid #c71444; }	
	
/* Sub menu */
#sitenav ul {
	display: none; /* Hide sub menus by default */
	
	}
	
#sitenav ul li {
	float: none;
	height: auto;
	width: auto;
	margin: 0 1px;
	padding: 0;
	
	background: none;
	border-top: 1px solid #cdcdcd;
	}
	
	* html #sitenav ul li {
		width: 158px;
		float: left;
		}
	
#sitenav ul a {
	display: block;
	padding: 0 10px;
	
	font-weight: bold;
	font-size: 10px;
	line-height: 25px;
	text-decoration: none;
	text-transform: uppercase;
	
	color: #686868;
	}

#sitenav .level_1 li.over {
	background: #fff;
	}
	
#sitenav .level_1 li.over a {
	color: #c71444;
	}
	
#sitenav .level_1 {
	position: absolute;
	margin: 0;
	padding: 0 10px 11px;
	width: 160px;	
	top: 30px;
	left: -10px;
	
	background: url(sitenav.level_1.png) no-repeat left bottom;
	}
	
.msie #sitenav .level_1 {	background-image: url(sitenav.level_1.gif);	}