/* -------------------------------------------------------------- 
	
	navigation.css	
	* Styles for navigation elements
	
-------------------------------------------------------------- */

		/* Navigation with Separate Level One and Sublevel Navigation */
			#levelOneNavigation { }
			
				#levelOneNavigation ul { }
				
					#levelOneNavigation ul li {
						float: left;
						}
					
					/* Lava Lamp Trickery */
					.lavaLamp li {
						float: left;
						list-style: none;
						}

						.lavaLamp li.back {
							height: 88px;
							background-color: #fff;
							filter:alpha(opacity=10);
							-moz-opacity:0.1;
							-khtml-opacity: 0.1;
							opacity: 0.1;
							z-index: 3;
							position: absolute;
							}

							.lavaLamp li a {
								outline: none;
								float: left;
								position: relative;
								overflow: hidden;
								z-index: 4;
							}
					
					#levelOneNavigation ul a {
						float: left;
						height: 88px;
						filter: alpha(opacity=80);
						-moz-opacity: 0.8;
						-khtml-opacity: 0.8;
						opacity: 0.8;
						}
						#levelOneNavigation ul a:hover, #levelOneNavigation ul a:active {
							float: left;
							height: 88px;
							filter: alpha(opacity=100);
							-moz-opacity: 1.0;
							-khtml-opacity: 1.0;
							opacity: 1.0;
						}
						
						#levelOneNavigation ul a span {
							display: none;
						}
						
						a.homeTopNav {
							width: 226px;
							background: url(../../img/layout/spacer.png) top left no-repeat;
						}
		
						a.portfolioTopNav {
							width: 168px;
							background: url(../../img/navigation/navigation.png) 0 0 no-repeat;
						}
		
						a.aboutUsTopNav {
							width: 168px;
							background: url(../../img/navigation/navigation.png) -168px 0 no-repeat;
						}
		
						a.offeringsTopNav {
							width: 168px;
							background: url(../../img/navigation/navigation.png) -336px 0 no-repeat;
						}
		
						a.clienteleTopNav {
							width: 170px;
							background: url(../../img/navigation/navigation.png) -504px 0 no-repeat;
						}
	
			#sublevelNavigation { }
			
				#sublevelNavigation ul {
					padding: 12px 0 12px 0;
					border-bottom: 1px dotted #A69191;
					font-family: "Times New Roman", Times, serif;
					}
					
					#sublevelNavigation ul li {
						padding-bottom: 6px;
					}
					
					#sublevelNavigation ul a {
						display: block;
						padding-left: 14px;
						text-decoration: none;
						color: #333333;
						}
						
						#sublevelNavigation ul a:hover {
							color: #EC1C24;
							border-bottom: none;
						}
						
						#sublevelNavigation ul a span {
							width: 10px; 
							height: 18px;
							background: url(../../img/content-design/subnav-link-popup.png) top left no-repeat;
						}
					
					#sublevelNavigation ul.level2 a {
						font-size: 1.6em;
						}
						
							#sublevelNavigation ul.level2 a:hover {
								background: url(../../img/content-design/subnav-rollover_l2.png) 0 5px no-repeat;
							}
						
					#sublevelNavigation ul.level3 a {
						font-size: 1.4em;
						}
						
							#sublevelNavigation ul.level3 a:hover {
								background: url(../../img/content-design/subnav-rollover_l3.png) 0 3px no-repeat;
							}
						
				#sublevelNavigation ul.level4 {
					border-bottom: none;
					}
					
					#sublevelNavigation ul.level4 a {
						font-size: 1.4em;
						}
						
							#sublevelNavigation ul.level4 a:hover {
								background: url(../../img/content-design/subnav-rollover_l3.png) 0 3px no-repeat;
							}
					
				#sublevelNavigation hr {
					display: none;
				}

		/* Selected States */
			#levelOneSelected { } /* not used */

			#levelTwoSelected {
				color: #EC1C24 !important;
				background: url(../../img/content-design/subnav-rollover_l2.png) 0 5px no-repeat;
			}

			#levelThreeSelected {
				color: #EC1C24 !important;
				background: url(../../img/content-design/subnav-rollover_l3.png) 0 3px no-repeat;
			}

			#levelFourSelected {
				color: #EC1C24 !important;
				background: url(../../img/content-design/subnav-rollover_l4.png) 0 3px no-repeat;
			}

			#sublevelSelected { } /* not used */




/*******************************************************************************************

TITLE: the genius development framework

VERSION: 1.0.0
URI: http://www.geniusswitchstudio.com/
AUTHOR: Christian Alexander Seeber, Principal + User Experience Architect
COPYRIGHT: 2009 genius switch studio llc

DISCLAIMER: Of course the copyright is not worth much to me, 
please feel free to borrow, steal, learn, critique (not critisize). I certainly
borrowed from countless bits i've accumulated over the years to reach this level, and 
i'm sure we'll be making updates as time goes on. I think the world of web dev is a 
great place to share and teach each other, not get pissy about who owns what... That said
we're proud of this framework, and hope if you're reading this far down, that you're gaining 
something here. Metta!

DESCRIPTION: HTML/CSS/JS Framework or Repository created by genius switch 
in order to streamline all our builds. HTML Structure is always the same, 
CSS Structure is always the same, jQuery drives everything. 
Our Markup is nearly identical on every build except for the content, 
our stylesheets, elements and classes are structured nearly identically 
every time with the only difference being the actual stylings.

**********************************************************************************************/
