@charset "UTF-8";


/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	margin-left:10px;
	font:Arial;
	
}
/* 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: 11px;
	font-weight:normal;
	font-family:Arial;
	
	height:26px;
	line-height:26px;
	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:12px;
	padding-right:12px;
	color: #05548e;
	text-decoration: none;
	text-align:center;
	font-weight:bold;
	
	
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{

	color: #ff0909;
	text-align:center;
	font-weight:bold;

}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover
{

	color: #ff0909;
}

/*******************************************************************************

 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{
	float:right;
	font-family:Arial;
	font-weight:normal;
	font-size:11px;
	color:#034676;
	line-height:26px;
	margin-right:10px;
	height:26px;
	vertical-align:middle;
}

/*----------------------------------*/
ul.MenuFooter
{
	margin: 0 auto 0;

	list-style-type: none;
	font-size: 12px;
	cursor: default;
	text-align:center;
	margin-left:150px;
	
}

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: #faf868;
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;

}


/*------------------------------------*/
/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal2
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	margin-left:10px;
	
}
/* 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.MenuBarActive2
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal2 li
{

	list-style-type: none;


	cursor: pointer;
	float: left;
	font-size: 11px;
	font-weight:normal;
	font-family:arial;
	
	height:20px;
	line-height:20px;
	vertical-align:middle;
	
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal2 a
{
	display: block;
	cursor: pointer;
	padding-left:12px;
	padding-right:12px;
	color: #05548e;
	text-decoration: none;
	text-align:center;
	font-weight:normal;
	
	
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal2 a:hover, ul.MenuBarHorizontal2 a:focus
{

	color: #ff0909;
	text-align:center;
	font-weight:normal;

}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover
{

	color: #ff0909;
}

/*******************************************************************************

 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.MenuBarHorizontal2 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.MenuBarHorizontal2 li.MenuBarItemIE
	{
		display: inline;
		float: left;
		background: #FFF;
	}
}
