/* CSS Document */

#nav {
	clear: both;
	text-align: center;
	background:url(../images/brown_bg.gif) repeat-x;
	width:100%;
	height:24px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
* html #nav {
	clear: both;
	text-align: center;
	background:url(../images/brown_bg.gif) repeat-x;
	width:100%;
}
#nav ul {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav li { float: left; 
	margin:0px;
}




#nav a {
	position: relative;
	top: 0;
	margin: 0px 0px 0 0;
	float: left;
	border-right: 1px solid #fff;
	padding: 4px 36px 4px 36px;
	text-decoration: none;
	color: #fff;
	font-weight:bold;
}

#nav a:hover {
	
	position: relative;
	background:url(../images/bg_hover.gif) repeat-x;
	top: 0;
	padding: 4px 36px 4px 36px;
	margin-top: 0px;
}

#nav a.active {
	position: relative;
	top: 1px;
	float: left;
	background:url(../images/bg_login.gif) repeat-x;
	padding: 4px 36px 4px 36px;
	text-decoration: none;
	color: #fff;
	font-weight:bold;
	background-color: transparent;
}

#nav a.active:hover {
	
	border-right: 1px solid #fff;
}
#nav a.login {
	position: relative;
	top: 1px;
	float: left;
	background:url(../images/brown_bg.gif) repeat-x;
	padding: 3px 33px 4px 33px;
	text-decoration: none;
	color: #000;
	font-weight:bold;
	border:none;
	background-color:#fff;
}

#nav a.login:hover {
		color: #fff;
	position: relative;
	top: 1px;
	float: left;
	background:url(../images/brown_bg.gif) repeat-x;
	padding: 3px 33px 4px 33px;
}