@CHARSET "UTF-8";

/*******************************************************************************
 * file.css
 *
 * DESCRIPTION
 *
 * Author: williammadden
 *
 * Copyright (c) JB Interactive, 2008
 ******************************************************************************/
 
/* -- Navigation -- */

#nav {
	background: url(/img/layout/bg-nav.gif) repeat-x;
	height: 42px;
}

#nav ul {
	width: 902px;
	margin: 0 auto;
	background: url(/img/layout/bg-li.gif) no-repeat right;
	overflow: hidden;
}

#nav a {
	text-align: center;
	float: left;
	width: 180px;
	height: 42px;
	background: url(/img/layout/bg-li.gif) no-repeat left top;
	color: #3d3d3d;
	font-size: 18px;
	line-height: 42px;
	text-shadow: #fff 1px 1px 1px;
}

#nav li {
	float: left;
}

#nav a:hover {
	text-decoration: none;
}

#nav li.over {
	background: url(/img/layout/bg-li-on.gif) repeat-x top;
}

#nav li#current {
	background: url(/img/layout/bg-li-ac.gif) repeat-x top !important;	
}

#nav li#current a {
	color: #fff;
	text-shadow: #333 1px 1px 1px;
}

/* -- Sub-Navigation -- */

#s-nav {
	background: url(/img/layout/bg-s-nav.gif) repeat-x bottom;
	height: 30px;
	padding-left: 1em;
	overflow: hidden;
}

#s-nav li {
	float: left;
}

#s-nav a {
	display: block;
	float: left;
	height: 30px;
	padding: 0 1em;
	line-height: 30px;
	color: #4b4b4b;
	font-size: 14px;
}

#s-nav li.current a {
	float: left;
	color: #fff;
	font-weight: bold;
	background: url(/img/layout/bg-s-nav-on.gif) repeat-x bottom;
	text-shadow: #915f00 1px 1px 1px;	
}
 