/*
-------------------------------------------
File: 'Blueball Pro Colors' slate.css Style Sheet
Created: 30, June, 2006
Last Modified: 20, 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-S.jpg) right repeat-y;
}

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

/* @end */


/* @group TOOLBAR */


#nav-container{
background: #000000 url(../../images/navbar-background-S.jpg) top left repeat-x;
border-bottom: 1px solid #000000;
}

/* 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 #555555; /* FOR TOP MENUS ONLY */
  border-bottom: 1px solid #000000; /* FOR TOP MENUS ONLY */
  color: #BBBBBB;
}

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

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

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

#nav ul currentAncestor {
	color: #FFFFFF;  
}


/* MENUS LEVEL 2 CSS STYLES */


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

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

#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: #AAAAAA;
}

#nav ul ul a{
}

#nav ul ul #current {
	text-decoration: underline;
	font-weight: normal;
	color: #000000; 
	font-size: 11px;
	background-color: #DDDDDD;
}

#nav ul ul currentAncestor {
	text-decoration: underline;
	font-weight: normal;
	color: #000000; 
	font-size: 11px;
	background-color: #DDDDDD;
}


/* MENUS LEVEL 3 CSS STYLES */


#nav ul ul ul{
  border-left: 1px solid #000000;
}

#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{
}


/* 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 */

