body {
	background: #E3E3E3;
	font: 11px verdana, arial, helvetica, sans-serif;
	margin-top: 10px;	
}

div#main {
	width: 800px;
}

div#nav_tab {
	background: #E3E3E3 url('nav_bg.gif') repeat-x; 
	height: 34px; width: 100px; 
	border-right: 1px solid #582A0F;
	float: left;
	text-align: center;
	
	mouse: hand;
	position: static;
}

div#nav_tab:hover {
	background: #E3E3E3 url('nav_bg_h.gif') repeat-x; 
	height: 34px; width: 100px; 
	border-right: 1px solid #293741;
	mouse: hand;
}

a {
	mouse: hand;
	color: #FFF;
	text-decoration: none;
}