/****************************** NAVIGATION ***************************/
#nav
{
	background: url(/images/layout/bg-main-menu-right.gif) no-repeat top right;
	position: absolute;
	top: 66px;
	right: 0px;
	height: 55px;
	width: 665px;
	z-index: 1;
	padding-right: 5px;
}
#nav .inner
{
	background: url(/images/layout/bg-main-menu-middle.gif) repeat-x top left;
}
#nav ul 
{
	list-style-type: none;
	height: 55px;
	margin: 0;
	padding: 0;
}
#nav ul li
{
	float: left;
	margin: 0;
	line-height: 55px;
	height: 55px;
	padding: 0 15px;
}
#nav ul li a 
{
	color: white;
	font-size: 14px;
	text-decoration: none;
	white-space: nowrap;
}
#nav ul li a:hover 
{
	color: #e3d29a;
}
#nav ul li.seperator 
{
	display: none;
}







