/* =NAV
-------------------------------------------------
Also see search_box.css.
-------------------------------------------------*/

#nav {
	float: left;
	display: inline;
	width: 191px;
	background: Transparent url(../img/nav_bg.gif) repeat-y left top;	
	color: #fff;	
	}

/* Nav tweaks for Horizontal templates */

.horizontal #nav {
	float: none;
	clear: both;
	width: auto;
	}

/* Nav tweaks for Fluid templates */

.fluid #nav {
	clear: both;
	margin-top: -10px;
	padding-top: 7px;
	background: transparent url(../img/main_nav_fluid_corner.gif) no-repeat top left;
	}

#fluid-vertical #nav {
	width: 23%;
	}

#fluid-horizontal #nav {
	display: block;
	}

/* NAV HEADERS, P's, and LISTS */

#nav h2, #nav h3, #nav h4,
#nav h5, #nav h6, #nav p {
	color: #fff;
	}

#nav ul {
	margin: 0;
	padding: 7px 10px 7px 17px;
	list-style-image: none;
	}

#nav ul li {
	margin: 0;
	padding: 1px 0;
	}

#nav img {
	padding: 0;
	border: 0;
	background: none;
	}

/* List tweaks for Horizontal templates */

.horizontal #nav ul {	
	display: inline;
	margin: 0;
	padding-left: 20px;
	width: 100%;
	}

.horizontal #nav ul li {
	display: inline;
	margin: 0;
	padding: 5px 15px 0 0;
	line-height: 2.5em;
	}

/* Block tweaks for Fluid templates */

.fluid #nav h2, .fluid #nav h3, .fluid #nav h4,
.fluid #nav h5, .fluid #nav h6, .fluid #nav p {
	color: #600;
	}

/* NAV ANCHORS */

#nav a {
	color: #fff;
	}

#nav ul li a {
	display: block;
	margin: 0;
	padding-left: 15px;
	background: transparent url(../img/nav_bullet_fw.gif) no-repeat 3px .4em;
	}

#nav ul.back li a {
	background: transparent url(../img/nav_bullet_bk.gif) no-repeat 3px .4em;	
	}

#nav ul.back li.last a {
	background: transparent url(../img/nav_bullet_dn.gif) no-repeat 0 .4em;	
	}

/* Anchor tweaks for Horizontal templates */

.horizontal #nav ul li a {
	display: inline;
	padding-left: 10px;
	white-space: nowrap;
	background: transparent url(../img/nav_bullet_fw.gif) no-repeat 0 50%;
	}

/* Anchor tweaks for Fluid templates */

.fluid #nav a {
	color: #600;
	}

#fluid-vertical #nav ul li a {
	background: transparent url(../img/list_bullet_fw.gif) no-repeat 3px .4em;
	}

#fluid-vertical #nav ul.back li a {
	background: transparent url(../img/list_bullet_bk.gif) no-repeat 3px .4em;	
	}

#fluid-vertical #nav ul.back li.last a {
	background: transparent url(../img/list_bullet_dn.gif) no-repeat 0 .4em;	
	}

#fluid-horizontal #nav ul li a {
	background: transparent url(../img/list_bullet_fw.gif) no-repeat 0 50%;
	}

/* =MAIN NAV
-------------------------------------------------

-------------------------------------------------*/

#main-nav {
	background: #497381 url(../img/main_nav_vnav.jpg) repeat-y top left;
	clear: both;
	}

#main-nav {
	height: 1px; /* The old standby. Keeps the background on this div from disappearing in IE 6. */
	}

#nav>#main-nav {
	height: auto; /* For all other browsers, including IE 7. */
	}

#main-nav ul {
	background: transparent url(../img/nav_separator.jpg) no-repeat top right;
	}

/* Main Nav tweaks for Horizontal templates */

.horizontal #main-nav {
	border-bottom: 1px #fff solid;
	background: #543B27 url(../img/main_nav_hnav.gif) repeat-x left top;
	}

.horizontal #main-nav ul {
	background: none;
	}

/* Main Nav tweaks for Fluid templates */

#fluid-vertical #main-nav {
	background: none;
	}

#fluid-vertical #main-nav ul {
	border-bottom: 1px #ccc dashed;
	background: none;
	}

#fluid-horizontal #main-nav {
	border-bottom: 1px #ccc dashed;
	background: none;
	}

/* =SUB NAV
-------------------------------------------------

-------------------------------------------------*/

.sub-nav {
	overflow: hidden;
	font-size: 100%;
	color: #FFFFFF;
	background: Transparent url(../img/sub_nav.gif) repeat-y left top;
	font-family: Arial, Helvetica, sans-serif;
	}

.sub-nav-top {
	background-color: transparent;
	background-image: url(../img/sub_nav_top.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}

.sub-nav-mid {
	background: transparent url(../img/sub_nav_mid.gif) no-repeat top left;
	}

.sub-nav-bot {
	background: transparent url(../img/sub_nav_bot.gif) no-repeat bottom left;
	}

/* Sub Nav tweaks for Fluid templates */

.fluid .sub-nav,
.fluid .sub-nav-top,
.fluid .sub-nav-mid,
.fluid .sub-nav-bot {
	background: none;
	color: #600;
	}

/* SUB NAV LISTS and ANCHORS */

#nav .sub-nav ul {
	margin-left: 0;
	background: transparent url(../img/nav_separator.jpg) no-repeat right top;
	}

#nav .sub-nav a {
	color: #FFFFFF;
	background: transparent url(../img/sub_nav_bullet_fw.gif) no-repeat 3px .4em;
	}

/* Sub Nav Anchor tweaks for Fluid templates */
	
.fluid #nav .sub-nav a {
	color: #600;
	}
