/* Top Navigation Rules

	The following rules are specific to top navigation
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _*/

.topNav { z-index : 10; }

.topNav ul {
	margin : 0;
	padding : 0;
	height : 45px;
	width : 1004px;
	list-style : none;
	background : url(../images/template/headerBackground.gif) bottom left repeat-x;
	display : block;
	float : left;
	position : relative;
}

.topNav li ul { position : absolute; top : 32px; left : 0; border-top : 1px #c1c1c1 solid; }
.topNav li li ul, .topNav li li li ul { border : none; }

.topNav li {
	margin : 0;
	padding : 0;
	width : auto;
	border : none;
	background : none;
	display : block;
	position : relative;
	float : left;
}

.topNav li li { padding : 0; border-bottom : 1px #999 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;
	display : block;
	float : left;
	clear : none;
}

.topNav a:hover { color : #069; background : url(../images/nav_hover.gif) top right repeat-x; }

.topNav li a { color : #333; }
.topNav li li a, .topNav li li li a, .topNav li li li li a { color : #333; background : url(../images/template/navigationBackground.gif) top left repeat-x; }
.topNav li li a:hover, .topNav li li li a:hover, .topNav li li li li a:hover { color : #069; background : url(../images/template/navigationHover.gif) left repeat-x; }

/* Rules for topNav selected links */

.topNav li.selected { background : url(../images/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/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 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;
	width : 165px;
	list-style : none;
	display : block;
	float : left;
	clear : none;
	z-index : 5;
}

.sideNav ul {
	padding : 241px 2px 0 3px;
	width : 160px;
	min-height : 350px;
	background : url(../images/template/sideNavBackground.jpg) top left no-repeat;
	display : block;
	float : left;
}

.sideNav li {
	margin : 0;
	padding : 0 0 1px 0;
	width : 160px;
	list-style : none;
	border : none;
	background : url(../images/template/sideNavLIBackground.gif) bottom left repeat-x;
	display : table;
	clear : both;
}

.sideNav li a {
	margin : 0;
	padding : .35em 10px .3em 25px;
	width : 125px;
	color : #903;
	text-align : left;
	border : none;
	background : url(../images/template/sideNavLinkBackground.gif) left no-repeat;
	display : block;
	float : left;
}

.sideNav li a:hover { text-decoration : underline; }

/* Graphic Links

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _*/

.topNav a.graphicLink {
	margin : 0;
	padding : 0;
	height : 32px;
	width : auto;
	border : none;
	text-indent : -5000px;
	display : block;
	float : left;
	clear : none;
}

/* 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. */
	
.topNav li a.link1 { width : 92px; background : url(../images/template/navigationLinks.gif) 0px 0px; }
.topNav li a.link2 { width : 143px; background : url(../images/template/navigationLinks.gif) 912px 0px; }
.topNav li a.link3 { width : 87px; background : url(../images/template/navigationLinks.gif) 769px 0px; }
.topNav li a.link4 { width : 87px; background : url(../images/template/navigationLinks.gif) 682px 0px; }
.topNav li a.link5 { width : 109px; background : url(../images/template/navigationLinks.gif) 595px 0px; }
.topNav li a.link6 { width : 148px; background : url(../images/template/navigationLinks.gif) 486px 0px; }
.topNav li a.link7 { width : 168px; background : url(../images/template/navigationLinks.gif) 338px 0px; }
.topNav li a.link8 { width : 170px; background : url(../images/template/navigationLinks.gif) 170px 0px; }

.topNav li a.link1:hover { width : 92px; background : url(../images/template/navigationLinks.gif) 0px 45px; }
.topNav li a.link2:hover { width : 143px; background : url(../images/template/navigationLinks.gif) 912px 45px; }
.topNav li a.link3:hover { width : 87px; background : url(../images/template/navigationLinks.gif) 769px 45px; }
.topNav li a.link4:hover { width : 87px; background : url(../images/template/navigationLinks.gif) 682px 45px; }
.topNav li a.link5:hover { width : 109px; background : url(../images/template/navigationLinks.gif) 595px 45px; }
.topNav li a.link6:hover { width : 148px; background : url(../images/template/navigationLinks.gif) 486px 45px; }
.topNav li a.link7:hover { width : 168px; background : url(../images/template/navigationLinks.gif) 338px 45px; }
.topNav li a.link8:hover { width : 170px; background : url(../images/template/navigationLinks.gif) 170px 45px; }

/* Use this class to create a graphic link dtyle instead of text */

.graphicLink { height : 65px; width : auto; overflow : hidden; }


