@charset "UTF-8";

.holosfind  #navigation .MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;

	text-align:left;
}
/* 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 */
.holosfind  #navigation .MenuBarActive
{

	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
.holosfind  #navigation .MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	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) */
.holosfind  #navigation .MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	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 */
.holosfind  #navigation .MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	margin-top:20px;
	left:auto;
	position: absolute;
	clear:both;

}
/* Menu item containers are same fixed width as parent */
.holosfind  #navigation .MenuBarHorizontal ul li
{




}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
.holosfind  #navigation .MenuBarHorizontal ul ul
{
	position: absolute;
	margin-left:185px;
	margin-top:-10px;
	background-color:#eae8e8;
}





/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */

/* ----*/


.holosfind  #navigation .MenuBarHorizontal ul li a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	width: 18em;
	padding:2px;
	border-bottom:#666666 1px solid;
	background:#eae8e8;
	color:#363636;
	text-transform:none;
	font-weight:bold;
}


.holosfind  #navigation .MenuBarHorizontal li em {
	display:block;
	text-decoration:none;
	float:left;
	border-top:#C8CCCE 1px solid;
	padding-left:4px;
	padding-right:4px;
	height:15px;
	font-style:normal;
	padding-top:2px;
}
.holosfind  #navigation .MenuBarHorizontal li a {
	color:#ef6612;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
	float:left;
	text-decoration:none;
	background:url(/images/menu/bg.gif) repeat-y right;
	cursor:pointer
}
.holosfind  #navigation .MenuBarHorizontal li a strong.tabLeft {
	background:url(/images/menu/left.gif) bottom;
	width:5px;
	height:17px;
	float:left;
}

.holosfind  #navigation .MenuBarHorizontal  li a strong.tabRight {
	background:url(/images/menu/right.gif) bottom;
	width:7px;
	height:17px;
	float:left;
}


.holosfind  #navigation .MenuBarHorizontal li a:hover {
	color:#FFF;
	background:#ef6612  ;

	}

.holosfind  #navigation .MenuBarHorizontal li a:hover em{
border-top:#FDB800 1px solid;
}
.holosfind  #navigation .MenuBarHorizontal li a:hover strong.tabLeft {
	background:url(/images/menu/hover_left.gif) no-repeat left ;
}

.holosfind  #navigation .MenuBarHorizontal li a:hover strong.tabRight {
	background:url(/images/menu/hover_right.gif) no-repeat left ;
}


.holosfind  #navigation .MenuBarHorizontal li a.active,
.holosfind  #navigation .MenuBarHorizontal a.MenuBarItemSubmenuHover

{
	color:#FFF;
	padding-bottom:1px;
	background:url(/images/menu/hover_bg.gif) repeat-x left;
	}

.holosfind  #navigation .MenuBarHorizontal li a.active em,
.holosfind  #navigation .MenuBarHorizontal a.MenuBarItemSubmenuHover em

{
	border-top:#FDB800 1px solid;
}
.holosfind  #navigation .MenuBarHorizontal li a.active strong.tabLeft,
.holosfind  #navigation .MenuBarHorizontal a.MenuBarItemSubmenuHover strong.tabLeft

{
	background:url(/images/menu/hover_left.gif) no-repeat left ;
}

.holosfind  #navigation .MenuBarHorizontal li a.active strong.tabRight,
.holosfind  #navigation .MenuBarHorizontal a.MenuBarItemSubmenuHover strong.tabRight
 {
	background:url(/images/menu/hover_right.gif) no-repeat left ;
}

ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #33C;
	color: #CC3300;
}


/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/



/* Submenu containers have borders on all sides
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #EEE;
	padding: 0.5em 0.75em;
	color: #333;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #33C;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #33C;
	color: #FFF;
}

 */

/*******************************************************************************

 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;
}
/* 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;
		background: #FFF;
	}
}
