@charset "UTF-8";
.headright {
	height: 100px;
	width: 450px;
	padding-top: 50px;
	padding-left: 0px;
	left: auto;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 0.6em;
	color: #09F;
	text-decoration: none;
	position: static;
	text-align: center;
	list-style: disc;
	z-index: auto;
	float: right;
	clear: left;
	visibility: visible;
	overflow: auto;
	top: 0px;
	margin: -150px 0px 0px;
	background: url(../2010/wetwild.gif) no-repeat scroll center top;
	line-height: normal;
}


ul.MenuBarVertical
{
	margin: 0.4em 0em 0em;
	padding: 20px 0em 0 1.2em;
	list-style-type: none;
	font-size: 0.8em;
	cursor: auto;
	width: 12em;
	background: url(../2010/sidebutton1.gif);
	font-family: "Arial Black", Gadget, sans-serif;
	color: #039;
	height: 225px;
}

ul.MenuBarActive
{
	z-index: 1000;
}
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 10.5em;
}
ul.MenuBarVertical ul
{
	margin: 0% 0 0 120px;
	padding: 0 0 0 0em;
	list-style-type: none;
	font-size: 0.9em;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 13em;
	left: -1000em;
	top: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-indent: .5em;
	color: #FFF;
	background: #09F;
}
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 12em;
}


/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	padding: 0.2em 0.5em 0.5em 0.75em;
	text-decoration: none;
	background: no-repeat;
	width: 120px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	width: 11em;
	background: #09F;
	color: #FFF;
}
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
}

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

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

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

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background: url(SpryMenuBarRight.gif) no-repeat 95% 50%;
	font-size: 1em;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background: #09F url(SpryMenuBarRightHover.gif) no-repeat 95% 50%;
	color: #FFF;
}

/
ul.MenuBarVertical 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.MenuBarVertical li.MenuBarItemIE
	{
	display: inline;
	f\loat: left;
	}
}
.headlogo {
	height: 145px;
	width: 425px;
	padding-top: 6px;
	clear: right;
}
.twoColElsLtHdr #container #header .headright p .headright {
}
