/*----------------- Top Menu --------------------------*/
/* --------------- Change BG Color on hover ------------*/

.topnav {
	width: 189px;
	height: 40px;
	background: #000 url(../images/bg-menu.gif) repeat-x;
	border-right: 1px solid #5e5e5e;
	color: #fdfdfd;
	text-align: center;
}

.topnav a {
	color: #fdfdfd;
	text-decoration: none;
}

.topnav:hover{
	background: #000 url(../images/spacer.gif) no-repeat;
} 

.topnav#selected {
	background: #000 url(../images/spacer.gif) no-repeat;
}

.topnav-recruiter {
	width: 189px;
	height: 40px;
	background: #8e7703 url(../images/bg-menu-recruiter.gif) repeat-x;
	border-left: 1px solid #323431;
	color: #fdfdfd;
	text-align: center;
}

.topnav-recruiter a {
	color: #fdfdfd;
	text-decoration: none;
}

.topnav-recruiter:hover{
	background: #8e7703 url(../images/spacer.gif) no-repeat;
} 

.topnav-recruiter#selected {
	background: #8e7703 url(../images/spacer.gif) no-repeat;
} 