@charset "windows-1251";
ul.MenuBarHorizontal
{
list-style-type: none;
cursor: default;
width: auto;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 20px;
background-color: #000000;
font-family: Arial;
font-size: 12px;
margin: 0;
padding-right: 0px;
}
ul.MenuBarActive { z-index: 1000; }
ul.MenuBarHorizontal li
{
	list-style-type: none;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: auto;
	float: left;
	color: #CCC;
	font-weight: bold;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 5px;
	margin-left: 5px;
}
ul.MenuBarHorizontal ul
{
list-style-type: none;
z-index: 1010;
cursor: default;
width: 10em;
position: absolute;
left: -1000em;
margin: 0;
padding: 0px;
}
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible { 
left: auto;
}
ul.MenuBarHorizontal ul li
{
width: 19em;
background-color: #111111;
text-align: left;
font-weight: normal;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
padding-top: 0px;
}
ul.MenuBarHorizontal ul li a
{
color: #666666;
text-decoration: none;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 0;

}
ul.MenuBarHorizontal ul li a:hover
{
color: #CC0000;
text-decoration: underline;

}
ul.MenuBarHorizontal ul ul
{
position: absolute;
margin-top: 0%;
margin-right: 0;
margin-bottom: 0;
margin-left: 50%;
}
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
left: auto;
top: 0;
}
/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

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


ul.MenuBarHorizontal ul { background-color: #111111; }
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	color: #666;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #CCC;
	text-decoration: none;
}
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible { color: #cccccc; }
/*******************************************************************************

 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.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* 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.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
background-image: url(../img/SpryMenuBarRight.gif);
background-repeat: no-repeat;
background-position: 95% 50%;
}
/* 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.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
background-image: url(../img/SpryMenuBarDownHover.gif);
background-repeat: no-repeat;
background-position: 95% 50%;
}
/* 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.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
background-image: url(../img/SpryMenuBarRightHover.gif);
background-repeat: no-repeat;
background-position: 95% 50%;
}
/*******************************************************************************

 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);
 visibility: hidden;
}
/* 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;
f\loat: left;
}
}
ul.MenuBarHorizontal ul.MenuBarItemIE
{
display: inline;
f\loat: left;
background: #000000;
}
