/**
* CSS for {@link MenuBar}.
*
* @package Site
* @subpackage CSS
* @authorPavel "Papi" Jartsev <papi@digitalfruit.ee>
* @filesource
*/

/************/
/*  Common  */
/************/
/*
div.menu1_menuBar,
div.menu1_menuBar a.menuButton,
div.menu1_menu,
div.menu1_menu td.menuItem a
{
	border-bottom: 1px dashed #CCC;
	color: #000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
*/

div.menu1_menuBar
{
	background: #11506f url("../tmpl/img/menu1.png") repeat-x 0 0;
	border: 1px solid #86bcce;
	border-left: 0;
	float: left;
	margin-bottom: 5px;
	width: 869px;
}



/*************/
/*  1.level  */
/*************/

div.menu1_menuBar a.menuButton
{
/* 	background: #FFF url("../tmpl/img/menu_menu1_l1.gif") no-repeat 20px 50%; */
/* 	border-top: 1px dashed #CCC; */
	border-left: 1px solid #86bcce;
	color: #fff;
	float: left;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	left: 0;
	line-height: 100%;
	padding: 10px 18px;
	position: relative;
	margin: 0;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	top: 0;
	z-index: 100;
}
div.menu1_menuBar a.menuButton:hover,
div.menu1_menuBar a.menuButtonActive,
div.menu1_menuBar a.menuButtonActive:hover
{
/* 	background: #F8F8F8 url("../tmpl/img/menu_menu1_l1.gif") no-repeat 20px 50%; */
	background-color: #1b1b1b;
/* 	border-top: 1px dashed #CCC; */
	color: #fff;
/* 	padding: 4px 0 4px 30px; */
	text-decoration: none;
}


/*******************************/
/*  Container of other levels  */
/*******************************/

div.menu1_menu
{
	background-color: #1b1b1b;
	border: 1px solid #86bcce;
	left: 0;
	margin: 0;
	padding: 5px 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 101;
}
div.menu1_menu_shadow
{
	background-color: transparent;
	border-bottom: 2px solid #CCC;
	border-right: 2px solid #CCC;
	left: 0;
	margin:0;
	padding:0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 200;
}


/***************************/
/*  Items of other levels  */
/***************************/

div.menu1_menu td.menuItem a
{
	background: #1b1b1b url("../tmpl/img/menu1_l2.gif") no-repeat 18px 50%;
	color: #fff;
	display: block;
	font-weight: normal;
	padding: 5px 18px 5px 40px;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
}
div.menu1_menu td.menuItem a:hover
{
	color: #86bcce;
}
div.h1_menu td.menuItemHover
{
	background-color: #86bcce;
}

div.h1_menu td.menuItemArrow
{
	padding-right: 5px;
}

div.menu1_menu div.menuItemSep
{
	margin: 4px 2px;
}
