/* navigation bar layout */

.nav_lef	
{
	float: left;
	border-collapse: collapse;
}



/* Top Level Menu Items Home, Performers, Interviews, Galleries, Events, On Set, PR, Links, Mail */

.menu1
{
	background-color: #000055;
	color: #FFFFFF;
	height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: left;
	width: 15%;
	border-bottom: 2px solid #FFFFFF;
}

.menu1 a:link
{
	color: #FFFFFF;
	text-decoration: none;
}

.menu1 a:hover
{
	color: #666666;
	text-decoration: underline;
}

.menu1 a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}



/* Sub Level Menu Items */

.menu2
{
	background-color: #485480;
	color: #FFFFFF;
	height: .10em;
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left: 1.1em;
	border-bottom: 1px solid #FFFFFF;
}

.menu2 a:link
{
	color: #FFFFFF;
	text-decoration: none;
}

.menu2 a:hover
{
	background-color: #000E42;
	color: #FFFFFF;
	text-decoration: underline;
}

.menu2 a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}


.menu3
{
	background-color: #485480;
	color: #FFFFFF;
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	border-bottom: 1px solid #FFFFFF;
}

.menu3 a:link
{
	color: #FFFFFF;
	text-decoration: none;
}

.menu3 a:hover
{
	color: #304277;
	text-decoration: underline;
}

.menu3 a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

.menu4
{
	background-color: #000044;
	color: #FFFFFF;
	height: 1.4em;
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-shadow: #CCCCCC;
	padding-left: .5em;
	padding-top: .25em;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-collapse: collapse;

}

.menu5
{
	background-color: #000055;
	color: #FFFFFF;
	height: .98em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .95em;
	text-align: center;
	width: 15%;
	border-bottom: 2px solid #FFFFFF;
}

.menu5 a:link
{
	color: #FFFFFF;
	text-decoration: none;
}

.menu5 a:hover
{
	color: #666666;
	text-decoration: underline;
}

.menu5 a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

.menu6
{
	background-color: #000044;
	color: #FFFFFF;
	height: 1.4em;
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	text-shadow: #CCCCCC;
	padding-left: .5em;
}

.menu6 a:link
{
	color: #00CCFF;
	text-decoration: none;
}

.menu6 a:hover
{
	color: #666666;
	text-decoration: underline;
}

.menu6 a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}



/* Press Release Menu Bar Specifics */

.nav_col
{
	background-color: #00002a;
	vertical-align: top;
}

.nav_col2
{
	background-color: #00002a;
	vertical-align: top;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;

}

/* Gallery Navigation bar */

.gal_nav
{
	background-color: inherit;
	color: inherit;
	font-weight: 250;
	font-size: 1.25em;
	font-family: Verdana, sans-serif;
	text-align: center;
}

.gal_nav a:link
{
	color: #00CCFF;

}

.gal_nav a:hover
{
	color: #00CCFF;
	text-decoration: underline;

}

.gal_nav2
{
	background-color: inherit;
	color: inherit;
	font-weight: 250;
	font-size: 1.25em;
	font-family: Verdana, sans-serif;
	text-align: left;
}

.gal_nav2 a:link
{
	color: #00CCFF;

}

.gal_nav2 a:hover
{
	color: #00CCFF;
	text-decoration: underline;

}

	
