/* Basic code - don't modify */
#nav { 
	background: url(../images/layout/blue_fade_bg.png);
	display: block; 
	padding: 0; 
	position: relative;
	width: 680px;
	height: 50px;
	margin: 50px 0 0 0;
	padding: 0;
	float: left;
}
#nav li { 
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	}
#nav a { 
 	display: block;
	float: left;
	background-position: top;
	background-repeat: no-repeat;
	width: 136px;
	height: 50px;
 }
#nav ul { 
	list-style: none;
	display: none; 
	position: absolute; 
	left: 0; 
	margin: 0; 
	padding: 0;
	float: left;
}
* html #nav ul { line-height: 0; } /* IE6 "fix" */
#nav ul a { zoom: 1; } /* IE6/7 fix */
#nav ul li { 
	float: none;
	width: 136px;
	height: 26px;
	background: url(../images/layout/gray_fade_bg.png);
	}
    
/* Essentials - configure this */

#nav ul { width: 136px; }

/* Everything else is theming */
 
#nav *:hover { 

}
#nav a {  }

#nav li.hover a { 
	background-position: bottom;
}
#nav ul { 
  top: 50px;
  width: 136px;
  }
    #nav ul li a {
		height: 22px;
		width: 132px;
		font-size: 14px;
		color: #001d38;
		padding: 4px 0 0 4px;
		}
      #nav ul a.hover { 
	  	background: url(../images/layout/blue_fade_bg.png);
		color: #FFFFFF;
		}
   #nav ul a { }
