#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

#nav ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	padding: 3px 6px 3px 12px;
	background-image: url(/images/nav-bullet.gif);
        background-repeat: no-repeat;
        background-position: 3px 0.5em;
}

#nav ul li a:link, #nav ul li a:visited {
	color: black;
	text-decoration: none;
}
	
#nav ul li a:hover, #nav ul li a:active {
	color: red;
	background-color: #EEEEEE;
	text-decoration: none;
}

#home_page #home_nav {
display: none;
}

/* Job Listing Styles */

table#job_listing_table {
border: 1px solid #000000;
padding: 2px;
width: 600px;
}


table#job_listing_table tr#job_listing_table_header_row td {
background-color: #333366;
color: white;
font-weight: bold;
}


table#job_listing_table span.job_company_name {
font-weight: bold;
font-size: 18px;
padding-left: 0px;
}


table#job_listing_table span.job_category_name {
font-size: 16px;
padding-left: 9px;
color: #333366;
font-weight: bold;
}


table#job_listing_table a.job_title {
padding-left: 9px;
color: #222222;
}
