/*
	--------------------------------------------------
	NAVIGATION STYLES
	--------------------------------------------------
	Client:	RBCM Archives
	Author:	Darren Gould
	Date:	November, 2009
		
*/


/* ===================================================================================== TOP NAVIGATION */
#topNav{
    font-family: 'ScalaSansWebPro', Arial, sans-serif;
}
#topNav .horizNavSeparator {
	padding: 0px 4px;
}

#topNav a, 
#topNav a:active, 
#topNav a:visited {
	color:black;
	text-decoration: none;
}
#topNav a:hover {
	color: #EEB111;
	text-decoration: none;
}



/* ===================================================================================== MAIN NAVIGATION */

/* ========== Global (Level 1) Navigation ========== */

#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
    font-family: 'ScalaSansWebPro', Arial, sans-serif;
}

	#nav li {
		margin: 0;
		padding: 0;
		float: left;
        width: 16.66%;
        text-align: center;
	}
    
    #nav li a
    {
        float: none;
        padding: 10px 1px 0px;
        color: #777;
        text-decoration: none;
        text-shadow: 0 1px 0 #fff;
    }
        #navTab01{border-top: 10px solid #5A7E92;}
        #navTab02{border-top: 10px solid #512D44;}
        #navTab03{border-top: 10px solid #4F8636;}
        #navTab04{border-top: 10px solid #EEB111;}
        #navTab05{border-top: 10px solid #004151;}
        #navTab06{border-top: 10px solid #BF311A;}
		/*#navTab01, 
		#navTab02, 
		#navTab03, 
		#navTab04, 
		#navTab05,
		#navTab06 {
			position: relative;
			float: left;
		}*/
			
			a.mainNavItem, 
			a.mainNavItem:active, 
			a.mainNavItem:visited {
				float: left;
text-align: center;
text-transform: uppercase;
font-size: 11px;
				padding: 0;
				height: 30px;
/*				background-image: url(../en/images/structure/mainNav.gif);
				text-indent: -9999px;
				font-size: 1%;*/
				overflow: hidden;
			}
	
    /*		
			#navTab01 a.mainNavItem { width: 103px; background-position: 0px 0px; }
			#navTab02 a.mainNavItem { width: 138px; background-position: -103px 0px; }
			#navTab03 a.mainNavItem { width: 160px; background-position: -241px 0px; }
			#navTab04 a.mainNavItem { width: 113px; background-position: -401px 0px; }
			#navTab05 a.mainNavItem { width: 95px; background-position: -514px 0px; }
			#navTab06 a.mainNavItem { width: 54px; background-position: -609px 0px; }

			#navTab01 a.mainNavItem:hover { background-position: 0px -30px; }
			#navTab02 a.mainNavItem:hover { background-position: -103px -30px; }
			#navTab03 a.mainNavItem:hover { background-position: -241px -30px; }
			#navTab04 a.mainNavItem:hover { background-position: -401px -30px; }
			#navTab05 a.mainNavItem:hover { background-position: -514px -30px; }
			#navTab06 a.mainNavItem:hover { background-position: -609px -30px; }
			
			#navTab01 a.current { background-position: 0px -60px; }
			#navTab02 a.current { background-position: -103px -60px; }
			#navTab03 a.current { background-position: -241px -60px; }
			#navTab04 a.current { background-position: -401px -60px; }
			#navTab05 a.current { background-position: -514px -60px; }
			#navTab06 a.current { background-position: -609px -60px; }

    */			

/* ========== Drop-down (Level 2) Navigation ========== */

		#mainNav ul.dropdown
		{
			display: none;
			position: absolute;
			margin: 0;
			padding: 0;
			left: 0px;
			top: 30px; /* Height of main navigation item */
			list-style-image: none;
			list-style-type: none;
			border-left: solid 1px silver;
			border-right: solid 1px silver;
			z-index: 1000;
		}
		
		#mainNav ul.lastMainNavDropdown 
		{
			left: auto; /* Required for 'right' to work */
			right: 0px;
			border-left: solid 1px silver;
			border-right: solid 1px silver;
		}
			
			#mainNav ul.dropdown li 
			{
				position: relative;
				background-color: #FFF;
				border-bottom: solid 1px silver;
			}
				
			#mainNav ul.dropdown li a, 
			#mainNav ul.dropdown li a:active, 
			#mainNav ul.dropdown li a:visited 
			{
				display: block;
				padding: 3px 5px 3px 5px;
				width: 220px;				
				background-color: #FFF;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				text-decoration: none;
				color: #7DA7D9;
				cursor: pointer;	
			}
					
			#mainNav ul.dropdown li a:hover 
			{
				background-color: #7DA7D9;
				color: #FFF;
			}
			
			
/* ========== Flyouts (Level 3) Navigation ========== */
			
				#nav ul.flyout
				{
					display: none;
					position: absolute;
					margin: 0;
					padding: 0;
					left: 230px;
					top: 0px;
					list-style-image: none;
					list-style-type: none;
					border-left: solid 1px silver;
					border-right: solid 1px silver;
					border-top: solid 1px #8aa032;
					z-index: 1001;
				}
				
				/* Required for the 'right' navigation to flyin */
				#nav ul.lastMainNavDropdown ul
				{
					left: -230px;
					z-index: 1001;
					width: 230px !important;
				}
				
				/* IE 6 only - Drop-down was bumpped to the left 1px */
				* html #nav div ul.lastMainNavDropdown
				{
					left: auto;
					right: -1px;
					z-index: 1001;
				}
				
				#nav ul a.dropdownItemHasFlyout
				{
					background: url(../images/structure/mainnav_arrow_up.gif) 216px 7px no-repeat;
				}
				
				#nav ul a.dropdownItemHasFlyout:hover
				{
					background: url(../images/structure/mainnav_arrow_over.gif) 216px 7px no-repeat;
				}




/* ===================================================================================== SUB NAVIGATION AND  RELATED LINKS */

#subNav,
#relatedLinks 
{
	float: left; /* Contain floated list items */
	margin: 0;
	padding: 0;
	width: 195px;
	list-style-image: none;
	list-style: none;
}
	
	#subNav li,
	#relatedLinks li
	{
		float: left; /* This corrects the */
		width: 100%; /* IE whitespace bug */
		margin: 0;
		padding: 0 0 10px 0;
		list-style-image: none;
		list-style: none;
	}
		
		#subNav a, 
		#subNav a:active, 
		#subNav a:visited,
		#relatedLinks a, 
		#relatedLinks a:active, 
		#relatedLinks a:visited
		{
			display: block;
			padding: 0;
			text-decoration: none;
			color: #808284;	
			cursor: pointer;
		}
		
		#subNav a:hover, #relatedLinks a:hover { color: #333; }
		
		#subNav a.current, #relatedLinks a.current { color: #000; }
			
			#subNav ul,
			#relatedLinks ul {
				margin: 0;
				padding: 0;
			}
				
				#subNav ul li,
				#relatedLinks ul li {
					margin: 0;
					padding: 2px 0 2px 12px;
					background: url(../images/structure/bullet_subnav.gif) 2px 7px no-repeat;
				}
					
					#subNav ul a,
					#subNav ul a:active,
					#subNav ul a:visited,
					#relatedLinks ul a,
					#relatedLinks ul a:active,
					#relatedLinks ul a:visited
					{
						color: #8A1D03;
					}
					
					#subNav ul a:hover, #relatedLinks ul a:hover { color: #8A1D03; text-decoration: underline; }		



/* ===================================================================================== FOOTER NAVIGATION */

#footerNav .horizNavSeparator {
	padding: 0px 6px;
}

#footerNav a, 
#footerNav a:active, 
#footerNav a:visited {
	color: #8B8B8B;
	text-decoration: none;
}

#footerNav a:hover {
	color: #333;
	text-decoration: underline;
}




/* ----- END OF TEMPLATE ----- */