@charset "UTF-8";


ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	width:840px;
}

ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
    font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	color:#FFFFFF;
	cursor: pointer;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: -1000em;	
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */

ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}
/* <--sub mene-menue--> */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -0 0 0 100%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}


/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/


ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
ul.MenuBarHorizontal a:hover
{
	display: block;
	cursor: pointer;
	text-align:center;
	color:#FFFF66;
	text-decoration:none;
}

/* Sub Menu Edit */
ul.MenuBarHorizontal li li a
{

	color:#333333;
	background: transparent;
    background-color: #FEFFE6;
    opacity: .8;
    filter:alpha(opacity=80); 
	text-align:left;
	font-size:10px;
	padding-left:10px;
	height:16px;
	line-height:16px;
	text-decoration:none;
	display:block;
	border: solid #e6b30a 0px;
	}

ul.MenuBarHorizontal li li a:hover
{
	text-align:left;
	background: transparent;
    background-color: #FEFFE6;
    opacity: .8;
    filter:alpha(opacity=80); 
	color:#66CC33;
	text-decoration:none;
	
}



ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}










/* Menu Left */


ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	width:180px;
}
/* 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.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
    margin-left:130px;
    margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding:0px;
	list-style-type: none;
	position: absolute;
	z-index: 1020;
	cursor: default;
	left: -1000em;
	top: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 130px;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border: 0px solid #CCC;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 0px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background:#ffffff;
	text-align:left;
	color:#66CC33;
	font-size:12px;
	padding-left:10px;
	height:20px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
}

ul.MenuBarVertical a:hover
{
	display: block;
	cursor: pointer;
	background:#ffffff;
	text-align:left;
	color:#66CC33;
	height:20px;
	text-decoration:none;
}

/* Sub Menu Edit */
ul.MenuBarVertical li li a
{
	color:#66CC33;
	background:#f8c102;
	text-align:left;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left:10px;
	line-height:20px;
	text-decoration:none;
	display:block;
	border: solid #e6b30a 0px;
	}

ul.MenuBarVertical li li a:hover
{

	text-align:left;
	background:#f8c102;
	color:#66CC33;
	line-height:20px;
	text-decoration:none;
	border: solid #e6b30a 0px;
	
}

/*******************************************************************************

 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.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
}


@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background:url(1.gif)		
	}
}