/*
-------------------------------------------
File: 'Blueball Pro Colors' orange.css Style Sheet
Created: 30, June, 2006
Last Modified: 25, May, 2008
Author: Josh/Charlie Lockhart, Blueball Design
Copyright 2005-2008 Josh/Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/


/* @group CONTENT LAYOUT */


#outer {
  background: #FFFFFF url('../../images/sidebar-background-O.jpg') right repeat-y;
}

.photo-links {	background: #ed6e00 url('../../images/navbar-background-O.jpg') top repeat-x;}

/* @end */


/* @group TOOLBAR */


#nav-container{
background: #ed6e00 url('../../images/navbar-background-O.jpg') top repeat-x;
border-bottom: 1px solid #666666;
}

/* Correct Firefox/Mozilla/Safari inability to properly clear a float - see: www.positioniseverything.net/easyclearing.html. Ignores IE6 */
.clearfix:after{
}

#nav ul{
}

#nav li{
}

#nav a{
  border-right: 1px solid #ed6e00; /* FOR TOP MENUS ONLY */
  border-left: 1px solid #ffc44a; /* FOR TOP MENUS ONLY */
  border-bottom: 0px; /* FOR TOP MENUS ONLY */
  color: #ffffff;
}

#nav li:hover a, #nav li.sfhover a{
  color: #ffc44a;
}

#nav li:hover ul a, #nav li.sfhover ul a{
  color: #222222;
}

#nav ul #current {
	color: #FFFFFF; 
}

#nav ul currentAncestor {
	color: #FFFFFF;  
}


/* MENUS LEVEL 2 CSS STYLES */


#nav ul ul{
  background-color: #ffffff;
  border-left: 1px solid #ed6e00;
  border-right: 1px solid #ed6e00;
  border-bottom: 1px solid #ed6e00;
}

#nav ul ul li{
  border-top: 1px solid #ed6e00;
}

#nav li:hover ul, #nav li.sfhover ul{
}

#nav li:hover ul ul, #nav li.sfhover ul ul{
}

#nav ul ul li:hover, #nav ul ul li.sfhover{
  background-color: #ffc44a;
}

#nav ul ul a{
}

#nav ul ul #current {
	color: #222222; 
	text-decoration: underline;
	font-weight: normal;
	background-color: #ffc44a;
}

#nav ul ul currentAncestor {
	color: #222222;  
	text-decoration: underline;
	font-weight: normal;
	background-color: #ffc44a;
}

/* MENUS LEVEL 3 CSS STYLES */


#nav ul ul ul{
	background-color: #ffffff;
  border-left: 1px solid #ed6e00;
}

#nav ul ul li:hover ul, #nav ul ul li.sfhover ul{
}

#nav ul ul li:hover ul ul, #nav ul ul li.sfhover ul ul{
	background-color: #ffc44a;
}


/* MENUS LEVEL 4 CSS STYLES */


#nav ul ul ul li:hover ul, #nav ul ul ul li.sfhover ul{
}

#nav ul ul ul li:hover ul ul, #nav ul ul ul li.sfhover ul ul{
}


/* MENUS LEVEL 5 CSS STYLES */


#nav ul ul ul ul li:hover ul, #nav ul ul ul ul li.sfhover ul{
}

#nav ul ul ul ul li:hover ul ul, #nav ul ul ul ul li.sfhover ul ul{
}


/* MENUS LEVEL 6 CSS STYLES */


#nav ul ul ul ul ul li:hover ul, #nav ul ul ul ul ul li.sfhover ul{
}

#nav ul ul ul ul ul li:hover ul ul, #nav ul ul ul ul ul li.sfhover ul ul{
}


/* MENUS LEVEL 7 CSS STYLES */


#nav ul ul ul ul ul ul li:hover ul, #nav ul ul ul ul ul ul li.sfhover ul{
}

#nav ul ul ul ul ul ul li:hover ul ul, #nav ul ul ul ul ul ul li.sfhover ul ul{
}


/* @end */

