


/* There is a version of this file commented in great detail for educational purposes here:* 
http://users.tpg.com.au/j_birch/plugins/superfish/superfish.commented.css
 */

/*** ESSENTIAL STYLES ***/

.nav, .nav * 		{	margin:0; padding:0; list-style:none;}
.nav 			{	line-height:1.5;}
.nav ul 		{	position:absolute; top:-999em; width:130pt; }
.nav ul li, .nav a 	{	width: 100%;}
.nav li 		{	float:left; position:relative; z-index:99;}
.nav a 			{	display:block;}


/**** Position of second tier of nav ****/

.nav li:hover ul, ul.nav li.sfHover ul 
			{	left:-1px; top:3.5em; } 


/**** Position of 3rd tier of nav ****/

.nav li:hover li ul, .nav li.sfHover li ul 
			{	top:-999em;}

.nav li li:hover ul, ul.nav li li.sfHover ul 
			{	left:77pt;top:-1px;}
.superfish li:hover ul, .superfish li li:hover ul 
			{	top: -999em;}


/*** ORIGINAL SKIN ***/

.nav 			{	float:left; text-align: center;margin-bottom:0; color:#333; text-decoration:none; text-transform:uppercase; font-size: 80%; }
.nav li 		{	background: #ffffff url(../images/bg_navigation.jpg) no-repeat; border-left:1px solid #fff; width:78pt;}
#first	 		{	border-left:0px solid #f4f4f4;}
.nav a 			{	color: #333; padding: .60em 0; text-decoration:none; text-indent: 0em; }
.nav li:hover, .nav li.sfHover, .nav a:focus, .nav a:hover, .nav a:active	
			{	background:#ffffdd; color: #038246; }
.nav li li 		{	background:#e4e4e4;}
.nav li li li 		{	background:#f1f1f1;}
.subMenu		{ 	margin-left: 1px;}
.subMenu li		{ 	border-top: 1px solid #ccc; border-left: none; }
.subMenu li a		{	text-align: left; text-indent: 1em;}


.subMenu2		{	margin-left: 75px;}

