@charset "UTF-8";
/*Level 1 */

div#menu a	{
	text-align: center;
	display: block;
}

div#menu ul.level1
{
	margin: 0;
	padding: 0 0 25px;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 672px;
}



div#menu ul.level2 li a	{
	font-weight: bold;
}

ul.level1 li>a
{
	text-align: center;
	text-transform: uppercase;
	display: block;
	cursor: pointer;
	padding: 7px 3px 7px 7px;
	color: #1E3447;
	text-decoration: none;
}

ul.level1 a:hover, ul.level1 a:focus
{
	color: #9A813A;
	background-image:url(../images/boxbkg.png);
}

ul.level1 ul
{
	border: 1px solid #9A813A;
	background-image:url(../images/bluebkg.png);
}

	
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul:active
{
	z-index: 1000;
}

div#menu ul.level1 li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 65px;
	float: left;
}
div#menu ul.level1 li.first	{
	width: 60px;
}

div#menu ul.level1 li.first a	{
	width: 51px;
}

div#menu ul.level1 li.short	{
	width: 55px;
	
}

div#menu ul.level1 li.long	{
	width: 105px;
}


div#menu ul.level1 li#topguide.submenu	{
	width: 100px;
}

div#menu ul.level1 li#topguide a	{
	width: 100px;
}


/*Level2 Styles */

ul.level1 li.submenu ul.level2
{
	position: absolute;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 100px;
	left: -9px;
	display: none;
	padding-bottom: 10px;
	
}

ul.level1 li#topguide.submenu ul.level2
{
	left: -5px;
	padding-bottom: 10px;
	width: 120px;
}

ul.level1 li.submenu ul.level2 li
{
	width: 100px;
	
	
}

ul.level1 li#topguide.submenu ul.level2 li
{
	width: 120px;
	
	
}
	
ul.level1 li#topguide.submenu ul.level2 li a
{
	padding: 8px 10px;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 10px;
	width: 100px;
	text-align: center;

}

ul.level1 li.submenu ul.level2 li a
{
	padding: 8px 0;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 10px;
	width: 100px;
	text-align: center;
	
}


ul.level1 li:hover ul.level2
{
	display: block;
}




/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.level1 iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.level1 li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
	}
}