/* Standard (top) Navigation Rules

	NOTE! - Rules for creating a side navigation are listed below the standard (top) navigation rules.
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _*/

.sizer {
	margin : 0;
	padding : 0 0 0 113px;
	width : 74px;
	background : url(../images/template/select_text.gif) left no-repeat;
	display : block;
	position : absolute;
	top : 0;
	right : 0;
	z-index : 15;
}

#normal, #large, #xlarge {
	margin : 0;
	padding : 0;
	height : 30px;
	width : 18px;
	text-indent : -5000px;
	display : block;
	float : left;
	clear : none;
	overflow : hidden;
	cursor : pointer;
}

#normal { background : url(../images/template/select_normal.gif) left no-repeat; }
#large { background : url(../images/template/select_large.gif) left no-repeat; }
#xlarge { background : url(../images/template/select_xlarge.gif) left no-repeat; }
#normal.selected { background : url(../images/template/selected_normal.gif) left no-repeat; }
#large.selected { background : url(../images/template/selected_large.gif) left no-repeat; }
#xlarge.selected  { background : url(../images/template/selected_xlarge.gif) left no-repeat; }

/* Standard (top) Navigation Rules

	NOTE! - Rules for creating a side navigation are listed below the standard (top) navigation rules.
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _*/

.navigation {
	margin : 0 auto 0 auto;
	padding : 0;
	width : 760px;
	display : block;
	clear : both;
	position : relative;
}

.navigation a {
	margin : 0;
	padding : .5em 10px .5em 10px;
	width : auto;
	text-align : left;
	font-weight : normal;
	border-right : none;
	display : block;
	float : left;
	clear : none;
}

.navigation ul {
	margin : 0;
	padding : 0;
	width : auto;
	list-style : none;
	display : block;
	float : left;
}

.navigation li {
	margin : 0;
	padding : 0;
	width : auto;
	border : none;
	background : #000;
	display : block;
	float : left;
	clear : none;
	position : relative;
}

/* These rules are the default settings for all levels of sub-navigation */

.navigation li ul, .navigation li li ul, .navigation li li li ul {
	margin : 0;
	padding : 0;
	width : 160px;
	display : none;
	position: absolute;
}

.navigation li { background : #555; }
.navigation li li, .navigation li li li, .navigation li li li li { background : #555; }
.navigation li a, .navigation li li a, .navigation li li li a { color : #fff; }

/* Top Navigation Rules

	The following rules are specific to top navigation
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _*/

.topNav { z-index : 10; }

.topNav ul {
	margin : 0;
	padding : 0 194px 0 6px;
	width : 560px;
	list-style : none;
	border-bottom : 1px #000 solid;
	background : url(../images/template/navbar_back.gif) top center no-repeat;
	display : block;
	float : left;
	position : relative;
}

.topNav li ul { top: 2.8em; left: 0; border-top : 1px #000 solid; }
.topNav li li ul, .topNav li li li ul { border : none; }

.topNav li {
	margin : 0;
	padding : 0;
	width : auto;
	border : none;
	display : block;
	position : relative;
	float : left;
}

.topNav li li { padding : 0; border-bottom : 1px #444 solid; background : none; }

/* Rules for topNav standard links */

.topNav a {
	margin : 0;
	padding : .8em 10px .8em 10px;
	width : auto;
	color : #fff;
	text-align : left;
	font-weight : normal;
	border : none;
	background-color : none;
	background : url(../images/template/nav_divide.gif) top right repeat-x;
	display : block;
	float : left;
	clear : none;
}

.topNav a:hover { color : #fff; background : url(../images/template/nav_hover.gif) top right repeat-x; }

.topNav li a { color : #fff; }
.topNav li li a, .topNav li li li a, .topNav li li li li a { background : #555; background-image : none; }
.topNav li li a:hover, .topNav li li li a:hover, .topNav li li li li a:hover { color : #fff; background : url(../images/template/nav_divide.gif) top left repeat-x; }

/* Rules for topNav selected links */

.topNav li.selected { background : url(../images/template/nav_divide.gif) top right no-repeat; }
.topNav li li.selected, .topNav li li li.selected { background : transparent; }
/* Rules for topNav active links */

.topNav li.active { background : url(../images/template/nav_divide.gif) top right no-repeat; }
.topNav li li.active, .topNav li li li.active { background : transparent; }

/* These rules set the values for the different link states for the menu links */

.topNav li a { width : auto; text-align : center; }

.topNav li li a { width : 120px; text-align : left; }

/* a link in a <li> with the leaf class has no children */

.topNav li.leaf a { width : auto; text-align : center; }
.topNav li li.leaf a { width : 140px; text-align : left; }

/* "click" links only allow room for a "+" they do not link to an href, their main purpose is that they
expand to reveal children when clicked */

.topNav a.click { padding : .5em 0 .5em 0; width : 20px; text-align : center; }

/* "hover" links expand to reveal children when hovered over but can also go to an href when clicked */

.topNav li a.hover { width : auto; text-align : center; }
.topNav li li a.hover { width : 140px; text-align : left; }

/* Side Navigation Rules

	The following rules will transform the standard (top) navigation into a side-bar nav when the "sideNav" class is applied
	to both the "#content" div and the ".navigation" div. By applying the "sideNav" class in those to places you force the 
	navigation and the content divs to conform to a set size and float left, note the combined width of the two divs should 
	add up to the width of your wrapper div.
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _*/

.sideNav {
	margin : 0;
	padding : 0 6px 14px 11px;
	width : 143px;
	list-style : none;
	display : block;
	float : left;
	clear : none;
	z-index : 5;
}

#content.sideNav { width : 600px; float : left; clear : right; }

.sideNav ul { width : 143px; }
.sideNav li ul, .sideNav li li ul, .sideNav li li li ul { width : 143px; position : static; background : #555; }

.sideNav li {
	margin : 0;
	padding : 5px 0 0 0;
	width : 143px;
	list-style : none;
	border : none;
	background : url(../images/interior/sidenav_back.gif) top left repeat-y;
	display : table;
	clear : both;
}

.sideNav li li, .sideNav li li li, .sideNav li li li li { padding : 0; background : transparent; }

.sideNav li a {
	margin : 0;
	padding : .8em 0 .8em 10px;
	width : 113px;
	color : #333;
	border : none;
	background : url(../images/template/nav_verticalDivide.gif) bottom left repeat-x;
	display : block;
	float : left;
}

.sideNav li a:hover { color : #930; }
.sideNav li li a:hover, .sideNav li li li a:hover, .sideNav li li li li a:hover { color : #fff; background : url(../images/template/nav_verticalDivide.gif) bottom left repeat-x #777; }

/* Rules for topNav selected links */

.sideNav li.selected { background : url(../images/interior/sidenav_selected.gif) top left repeat-y; }
.sideNav li li.selected, .sideNav li li li.selected { background : transparent; }

/* Rules for topNav active links */

.sideNav li.active { background : url(../images/interior/sidenav_back.gif) top left repeat-y; }
.sideNav li li.active, .sideNav li li li.active { background : transparent; }

/* These rules set the values for the different link states for the menu links */

/* a link in a <li> with the leaf class has no children */

.sideNav li.leaf a { padding : .8em 10px .8em 10px; width : 123px; }

/* "click" links only allow room for a "+" they do not link to an href, their main purpose is that they
expand to reveal children when clicked */

li a.click { padding : .8em 0 .8em 0; width : 20px; text-align : center; }

/* "hover" links expand to reveal children when hovered over but can also go to an href when clicked */

li a.hover { width : 133px; }

/* Fixed Size Navigation Rules and Graphic Links

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _*/

/* These rules set widths for the links in the navigation

	For a top navigation I think it is best to force some kind of restraint on the growth of the text.
	Simply applying widths through classes can make a liquid design maintain some sort of order 
	
	If used in addition to ".graphicLink" you would specify the background images in the seperate classes here.
	
.navigation li.link1 { width : 107px; }
.navigation li.link2 { width : 109px; }
.navigation li.link3 { width : 117px; }
.navigation li.link4 { width : 149px; }
.navigation li.link5 { width : 126px; }
.navigation li.link6 { width : 152px; }

*/

/* Use this class to create a graphic link dtyle instead of text */

.graphicLink { height : 33px; line-height : 100px; overflow : hidden; }