/*
-------------------------------------------
File: 'Blueball Pro Colors' platinum.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{
font-family: tahoma;
letter-spacing: 0.1em;
color: #333333;
  background: transparent url(../../images/background2k.png) right repeat-y;
} 

.photo-links{
  background: #D6D6D6 url(../../images/navbar-background-P.png) top repeat-x;
}


/* @end */


/* @group TOOLBAR */


#nav-container{
background: transparent url(../../images/navbar-background-P.png) top left repeat-x;
border-bottom: 0px solid #7A7A7A;
}

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

#nav ul #current {
background:transparent url(../../images/freccia3.png) center no-repeat;
	color: #999999; 
}

#nav ul #current:hover {
background: #000000 url(../../images/freccia3.png) center no-repeat;
	color: #999999; 
}

#nav li:hover a, #nav li.sfhover a{
	background: #000000 url(../../images/freccia.png) center no-repeat;
  color: #666666;

}

#nav li:hover ul a, #nav li.sfhover ul a{
background: none;
  color: #666666;
}



#nav ul currentAncestor {
	color: #000000;  
}


/* MENUS LEVEL 2 CSS STYLES */


#nav ul ul{
  background-color: #000000;
  opacity: 0.8;
  border-left: 0px solid #555555;
  border-right: 0px solid #555555;
  border-bottom: 0px solid #555555;
color: #ffffff;
}

#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{
color: #000000;
  background-color: #84a8ab;
}

#nav ul ul a{
}

#nav ul ul #current {
	text-decoration: none;
	font-weight: normal;
	color: #cccccc; 
	font-size: 10px;
	background-color: #333333;
	font-family: geneva;
}

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

/* MENUS LEVEL 3 CSS STYLES */


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

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

