/* begin main navigation css, this is the normal layout (ie, no sub headings) */

.menu {
			position: absolute;
			top: 35px;
			left: 510px;
			height: 42px;
			width: 800px;
			}
			
.cssnav	{
						position:relative;
						float: left;
						margin: 0px; 
						padding: -1px;
						font-family: arial, helvetica, sans-serif;
						font-variant: small-caps;
						font-weight: 700;
						background: url(../images/menu_on_1.png) no-repeat;
						width: 122px;
						height: 42px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
.cssnav a {
						display: block;
						color: #000000;
						font-size: 11px;
						width: 122px;
						height: 42px;
						display: block;
						float: left;
						color: black; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			
.cssnav a:hover {
						color: red;
			}
			

.cssnav img {width: 122px; height: 42px; border: 0; }
* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden}

.cssnav span {
					    position: absolute;
					    left: 0px;top: 15px;
					    text-align: center;
					    width: 122px;
					    cursor: pointer;   
				}
				
/* end navigation css */

/* begin secondary nav (ie, with subheadings */

/* nav2 is TOURING  */
.menu2 {
			position: absolute;
			top: 78px;
			left: 631px;
			height: 34px;
			width: 122px;
			}
			
.cssnav2	{
						position:relative;
						float: left;
						margin-top:0px; 
						padding: -1px;
						font-family: arial, helvetica, sans-serif;
						font-variant: small-caps;
						font-weight: 700;
						
						width: 122px;
						height: 34px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
.cssnav2 a {
						display: block;
						color: #000000;
						font-size: 11px;
						width: 122px;
						height: 34px;
						display: block;
						float: left;
						color: black; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			
.cssnav2 a:hover {
						color: red;
			}
			

.cssnav2 img {width: 122px; height: 34px; border: 0; }
* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden}

.cssnav2 span {
					    position: absolute;
					    left: 0px;top: 10px;
					    text-align: center;
					    width: 122px;
					    cursor: pointer;   
				}
	
/* nav3 is BIOGRAPHY  */			
				
.menu3 {
			position: absolute;
			top: 78px;
			left: 754px;
			height: 34px;
			width: 122px;
			}
	
	

.cssnav3	{
						position:relative;
						float: left;
						margin-top:0px; 
						padding: -1px;
						font-family: arial, helvetica, sans-serif;
						font-variant: small-caps;
						font-weight: 700;
						
						width: 122px;
						height: 34px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}	
			
.cssnav3 a {
						display: block;
						color: #000000;
						font-size: 11px;
						width: 122px;
						height: 34px;
						display: block;
						float: left;
						color: black; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			
.cssnav3 a:hover {
						color: red;
			}
			

.cssnav3 img {width: 122px; height: 34px; border: 0; }
* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden}

.cssnav3 span {
					    position: absolute;
					    left: 0px;top: 10px;
					    text-align: center;
					    width: 122px;
					    cursor: pointer;   
				}
/* end navigation css */

