ul.MenuBarHorizontal
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	margin-left:20px;
	
}
/* 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 a fixed width */
ul.MenuBarHorizontal li
{

	list-style-type: none;


	cursor: pointer;
	float: left;
	font-size: 13px;
	font-weight:normal;
	font-family:Tahoma;
	font-weight:bold;
	height:42px;
	line-height:42px;
	vertical-align:middle;
	
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding-left:20px;
	padding-right:20px;
	color: #ffffff;
	text-decoration: none;
	text-align:center;
	
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #ffff00;
	background-image:url(../images/menutop_hover_bg.png);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	

}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover
{

	color: #ffff00;
}

/*******************************************************************************

 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.MenuBarHorizontal 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.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		float: left;
		background: #FFF;
	}
}

.MenuLanguage{
	font-family:Tahoma;
	font-weight:normal;
	font-size:11px;
	color:#fff500;
	line-height:40px;
	padding-left:5px;
	padding-right:5px;
	vertical-align:middle;
}
.MenuLanguage a{
	color:#fff500;
	text-decoration:none;
}
.MenuLanguage a:hover{

	color:#ff0909;

}
/*----------------------------------*/
ul.MenuFooter
{
	margin: 0 auto 0;


	list-style-type: none;
	font-size: 12px;
	cursor: default;
	text-align:center;
	margin-left:20px;

	
}

ul.MenuFooter li
{

	list-style-type: none;

	float:left;
	cursor: pointer;
	font-size: 12px;
	font-weight:bold;
	font-family:arial;
	
	height:32px;
	line-height:32px;
	vertical-align:middle;

	
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuFooter a
{
	display: block;
	cursor: pointer;
	padding-left:12px;
	padding-right:12px;
	color: #e24b4b;
	text-decoration: none;
	text-align:center;
	
	
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuFooter a:hover, ul.MenuFooter a:focus
{

	color: #021868;
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;

}
/*Menu left*/
.menuleft_static
{
	
	
	height: 35px;

	text-align: left;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	width:175px;

	line-height:35px;
}

.menuleft_static_hover
{
	background-image: url(../images/menu_hover.png);
	background-repeat:no-repeat;
	background-position:left;
	height: 35px;
	line-height:35px;

	text-align: left;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	width:175px;
	color: #ffff00;
}

.menuleft_dynamic
{
	height: 25px;
	width: 160px;


	text-align: left;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	line-height:normal;
	
}
.menuleft_dynamic_hover
{
	background-color:#1f2938;
	height: 25px;
	width: 160px;

	text-align: left;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #ffff00;
	
}

/*****************/
/*Menu top*/
.menutop_static
{
	
	margin-left:0px;
	margin-right:0px;
}

.menutop_static_hover
{

	margin-left:0px;
	margin-right:0px;
}

.menutop_dynamic
{
	height: 25px;
	width: 130px;
	line-height:25px;
	margin-left:0px;
	padding-left:5px;
	text-align: left;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	line-height:normal;
	text-align:left;
	
}
.menutop_dynamic_hover
{
	background-color:#1f2938;
	height: 25px;
	width: 130px;

	text-align: left;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #ffff00;
	
}

/*****************/
.menutop_panel
{
	height:42px;
	line-height:42px;
	margin-left:20px;
	margin-right:20px;
	
}
.menutop_link
{
	font:Tahoma;
	font-size:13px;
	font-weight:bold;
	height:42px;
	line-height:42px;
	text-align:center;
	text-decoration:none;
	color:#ffffff;
	display:block;
	padding-left:12px;
	padding-right:12px;
	
}

.menutop_link:hover
{

	text-decoration:none;
	color:#ffff00;
	background-image:url(../images/menutop_hover_bg.png);
	background-repeat:no-repeat;
	background-position:center;

	display:block;
}
