#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 12px;
}

#nav {
	background: url(http://www.dailyjolt.com/images/nav_off.gif) 0 0 repeat-x;
	width: 898px;
	height: 31px;
	position: relative;
}
#nav a {
	height: 31px;
	line-height: 31px;
	display: block;
	background: url(http://www.dailyjolt.com/images/nav_off.gif) 0 0 repeat-x;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#nav a:hover {
	background: url(http://www.dailyjolt.com/images/nav_on.gif) 0 0 repeat-x;
}
#nav li { /* all list items */
	float: left;
	width: 111px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	font-weight: bold;
	position: absolute;
	width: 111px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul a {
	line-height: 18px;
	height: 18px;
	border-bottom: 1px solid #900;
	font-size: 11px;
	background: url(http://www.dailyjolt.com/images/nav_off.gif);
	width: 109px;
	padding: 0 0 0 2px;
}
#nav li ul a:hover {
	line-height: 18px;
	height: 18px;
	border-bottom: 1px solid #900;
	font-size: 11px;
	background: url(http://www.dailyjolt.com/images/nav_on.gif);
	width: 109px;
	padding: 0 0 0 2px;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #FFF;
}

#forum a{
	background: url(http://www.dailyjolt.com/images/forum_o.gif);
    width: 59px;
	padding: 0 0 0 52px; /* left padding on nav links = width of icon + padding around icon + text. */
}
#forum a:hover{
	background: url(http://www.dailyjolt.com/images/forum_on.gif);
    width: 59px;
	padding: 0 0 0 52px;
}
#listing a{
	background: url(http://www.dailyjolt.com/images/listing.gif);
    width: 67px;
	padding: 0 0 0 44px;
}
#listing a:hover{
	background: url(http://www.dailyjolt.com/images/listing_on.gif);
    width: 67px;
	padding: 0 0 0 44px;
}
#procrast a{
	background: url(http://www.dailyjolt.com/images/procrast.gif) no-repeat;
    width: 90px;
	padding: 0 0 0 21px;
}
#procrast a:hover{
	background: url(http://www.dailyjolt.com/images/procrast_on.gif) no-repeat;
    width: 90px;
	padding: 0 0 0 21px;
}
#events a{
	background: url(http://www.dailyjolt.com/images/events.gif) no-repeat;
    width: 65px;
	padding: 0 0 0 46px;
}
#events a:hover{
	background: url(http://www.dailyjolt.com/images/events_on.gif) no-repeat;
    width: 65px;
	padding: 0 0 0 46px;
}
#food a{
	background: url(http://www.dailyjolt.com/images/food.gif) no-repeat;
    width: 68px;
	padding: 0 0 0 43px;
}
#food a:hover{
	background: url(http://www.dailyjolt.com/images/food_on.gif) no-repeat;
    width: 68px;
	padding: 0 0 0 43px;
}
#resource a{
	background: url(http://www.dailyjolt.com/images/resource.gif) no-repeat;
    width: 75px;
	padding: 0 0 0 36px;
}
#resource a:hover{
	background: url(http://www.dailyjolt.com/images/resource_on.gif) no-repeat;
    width: 75px;
	padding: 0 0 0 36px;
}
#share a{
	background: url(http://www.dailyjolt.com/images/add_s.gif) no-repeat;
    width: 83px;
	padding: 0 0 0 28px;
}
#share a:hover{
	background: url(http://www.dailyjolt.com/images/add_on.gif) no-repeat;
    width: 83px;
	padding: 0 0 0 28px;
}
#login a{
	background: url(http://www.dailyjolt.com/images/login.gif) no-repeat;
    width: 75px;
	padding: 0 0 0 36px;
}
#login a:hover{
	background: url(http://www.dailyjolt.com/images/login_on.gif) no-repeat;
    width: 75px;
	padding: 0 0 0 36px;
}

