
	ul#nav {list-style:none;margin:0;padding:0;}
	ul#nav li {float:left;width:100px;margin:0;padding:0;text-align:center;}
	ul#nav li a {display:block;padding:5px 10px;height:100%;color:#FFF;text-decoration:none;border-right:1px solid #CCC;}
	ul#nav li a:hover, li a:focus, li a:active {background-position:-150px 0;}
	#nav a {background:url('/img/header/bg_nav.png') repeat 0 0;}

#menu {
		background:url('/img/header/nav_bar.png') repeat 0 0;
		width: 910px;
		padding: 0 0 0 60px; 
		height:35px;
		margin-bottom:20px;
	}

div.hoverBtn {
	position: 		relative;
	float:			left;
}
div.hoverBtn a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 			100px;
	height: 		30px;
	line-height: 		30px;
	text-align: 		center;
	font-size:		0.8em;
	text-transform: uppercase;
	text-decoration:	none;
	font-family: Trebuchet MS, tahoma, Arial, geneva;
	color:			#FFF;
	background:		transparent none repeat-x 0 0 scroll;
}

div.hoverBtn div {
	display:		none;
	position: 		absolute;
	z-index: 		1;
	top: 			0px;
	background:		white url(/img/header/navHover.png) repeat-x 0 0 scroll;
}

