#sidenav {
	color: #003366;
	list-style: none;
	margin: 9px 0px 0px 10px!important;
	margin: 9px 0px 0px 5px;
	padding: 0px;
	float: left;
	width: 120px!important;
	width: 120px;
}
#sidenav a {
	font: normal 10px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #777;
	display: block;
	text-align: left;
	text-decoration: none;
	width: 113px!important;
	width: 113px;
	padding: 10px 0px 0px 7px;
	text-transform: uppercase;
	margin-bottom: 2px;
}
#sidenav a#home {
	background: url(/images/nav_home.jpg) repeat-x;
}
#sidenav a#faq {
	background: url(/images/nav_faq.jpg) repeat-x;
}
#sidenav a#listing {
	background: url(/images/nav_postjob.jpg) repeat-x;
}
#sidenav a#account {
	background: url(/images/nav_account.jpg) repeat-x;
}
#sidenav a#sjob {
	background: url(/images/nav_searchjob.jpg) repeat-x;
}
#sidenav a#sresumes {
	background: url(/images/nav_searchresumes.jpg) repeat-x;
}
#sidenav a#forum {
	/*background: url(/images/nav_forum.jpg) repeat-x;*/
	display: none;
}
#sidenav a#contact {
	background: url(/images/nav_contact.jpg) repeat-x;
}
#sidenav a#links {
	background: url(/images/nav_links.jpg) repeat-x;
}
#sidenav a#home:hover {
	background: url(/images/nav_home2.jpg) repeat-x;
	color: #fff;
	color: #fff!important;
}
#sidenav a#faq:hover {
	background: url(/images/nav_faq2.jpg) repeat-x;
	color: #fff;
	color: #fff!important;
}
#sidenav a#listing:hover {
	background: url(/images/nav_postjob2.jpg) repeat-x;
	color: #fff;
	color: #fff!important;
}
#sidenav a#account:hover {
	background: url(/images/nav_account2.jpg) repeat-x;
	color: #fff;
	color: #fff!important;
}
#sidenav a#sjob:hover {
	background: url(/images/nav_searchjob2.jpg) repeat-x;
	color: #fff;
	color: #fff!important;
}
#sidenav a#sresumes:hover {
	background: url(/images/nav_searchresumes2.jpg) repeat-x;
	color: #fff;
	color: #fff!important;
}
#sidenav a#forum:hover {
	background: url(/images/nav_forum2.jpg) repeat-x;
	color: #fff;
	color: #fff!important;
}
#sidenav a#contact:hover {
	background: url(/images/nav_contact2.jpg) repeat-x;
	color: #fff;
	color: #fff!important;
}
#sidenav a#links:hover {
	background: url(/images/nav_links2.jpg) repeat-x;
	color: #fff;
	color: #fff!important;
}
/* Fix IE. Hide from IE Mac \*/
* html ul#sidenav li { float: left; height: 1%; }
* html ul#sidenav li a { height: 1%; } 

div#bottomnav {
	height: 21px;
	background: #fff;
	padding-top: 8px!important;
	padding-top: 0px;
	clear: both;
}
div#bottomnav p {
	font: 10px/21px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #777;
	text-align: center;
	margin: 0px;
}
div#bottomnav p a {
	color: #777;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
div#bottomnav p a:hover {
	text-decoration: underline;
}
