#navigation {
	background:url(../grfx/backgrounds/nav_bg.png) no-repeat;
	background-position: 0 0;
	height: 577px;
	margin-top: -13px;

}

*:first-child+html #navigation {
	margin-top: -5px;
}

* html #navigation {
	margin-top: -5px;
}

#menu {
	width: 180px;	
	padding-top: 100px;
}

	#menu li {
		list-style-type: none;
		color: #fff;
		font-weight: bold;
		font-size: 11px;
		padding: 2px 0 2px 0;
		text-align: right;
		border-bottom: 1px solid #666;
	}
		
		
	
	#menu li a {
		color: #fff;
		text-decoration: none;
	}
	
	#menu li a:hover {
		color: #b3b3b3;
	}

