@charset "UTF-8";
/*******************************************************************************
 LAYOUT INFORMATION: Casete, pozitionari, z-order
 *******************************************************************************/

/* Container general - lățime auto fara marjă sau umplutură */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;submen
	
	width: auto;
	text-align: center;
}
/* 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;
	text-align: center;
}
/* Pozitionare relativa submeniuri */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 8em;
	float: left;
}
/* Subemniul trebuie sa apara sub parinte (top: 0) cu numar mare  z-index, initial e in partea stanga (-1000em) */
ul.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;
}
/* Submeniu vizibil - clasa destinatie */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
	box-shadow: 2px 2px 20px 1px #FFF;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #06C;
	background-image: url(fond_panou.png);
}
/* Containere meniu au aceias fixare fata de parinte */
ul.MenuBarHorizontal ul li
{
	width: 8.2em;
}
/* Pozitionare submeniuri ar trebui să apară ușor suprapuse la dreapta (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin-top: 0%;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 99%;
}
/* Submeniu lateral clasa destinatie */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
	box-shadow: 2px 2px 20px 2px #FFF;
}

/*******************************************************************************
 Aspect: culori, border, font
 *******************************************************************************/

/* Submenu panou fundal - initial */
ul.MenuBarHorizontal ul 
{

}
/* Butoane meniu */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	color: #FF9E00;
	text-decoration: none;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right: 1px solid #828282;
	text-shadow: 0 0 3px #000000;
}
/* Hover */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-image: url(fond_meniu.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border-right: 1px solid #D7D7D7;
	color: #FFFFFF;
}
/* Elementele de meniu care sunt deschise cu submeniuri sunt setate pentru a MenuBarItemHover  */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color: #FFF;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-right: 1px solid #FFFFFF;
}

/*******************************************************************************
 INDICAȚII submeniu: stiluri în cazul în care există un submeniu la un meniu dat
 *******************************************************************************/
/* Buton din care iese un submeniu in jos - class designation MenuBarItemSubmenu */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(fond_meniu_sageata_jos_sus.png);
	background-repeat: no-repeat;
	background-position: 95% top;
	color: #FF0;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #036;
}
/* Hover */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(fond_meniu_sageata_jos.png);
	background-position: 95% bottom;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FF0;
	color: #FFF;
}
/*******************************************************************************/
/*******************************************************************************/
/* Buton din care iese subeniu lateral */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(fond_meniu_sageata_dr_sus.png);
	background-repeat: no-repeat;
	background-position: 95% bottom;
	color: #FF0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #036;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
/* Hover */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(fond_meniu_sageata_dr.png);
	background-repeat: no-repeat;
	background-position: 95% bottom;
	color: #FFF;
	border-right-style: solid;
	border-right-color: #FF0;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************
 NU UMBLA daca nu esti 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);
	color: #FFF;
}
/* 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;
	color: #FFF;
	}
}
