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

/************/
/*  Common  */
/************/

div.menu1_menuBar
{
	clear: both;
	float: left;
	margin-bottom: 30px;
}


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

div.menu1_menuBar a.menuButton
{
	background-color: transparent;
	color: #fff;
	cursor: pointer;
	float: left;
	text-decoration: none;
	white-space: nowrap;
	width: 10em;
}
div.menu1_menuBar a.menuButton .b1,
div.menu1_menuBar a.menuButton .b2,
div.menu1_menuBar a.menuButton .b2 b,
div.menu1_menuBar a.menuButton .b3,
div.menu1_menuBar a.menuButton .b3 b
{
	display: block;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}
div.menu1_menuBar a.menuButton .b1
{
	background: #fff;
	border-left: 1px solid #848481;
	border-right: 1px solid #848481;
	margin: 0 1px;
}
div.menu1_menuBar a.menuButton .b2
{
	background: #fff;
	border-left: 1px solid #848481;
	border-right: 1px solid #848481;
}
div.menu1_menuBar a.menuButton .b2 b
{
	background: #000;
	border-left: 1px solid #686868;
	border-right: 1px solid #686868;
	margin: 0 1px;
}
div.menu1_menuBar a.menuButton .b3
{
	background: #6e6e6e;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
}
div.menu1_menuBar a.menuButton .b3 b
{
	background: #000;
/* 	border-left: 1px solid #d4d4d4; */
/* 	border-right: 1px solid #d4d4d4; */
}
div.menu1_menuBar a.menuButton .b-content
{
	background: #000 url("../tmpl/img/menu1.gif") no-repeat 10px 50%;
	border: 0 solid #fcfcfc;
	border-width: 0 1px;
	color: #fff;
	display: block;
	padding: 2px 10px 2px 26px;
	text-decoration: none;
}


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

div.menu1_menu
{
	left: 0;
	margin: 0;
	padding: 1px 0 0 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 101;
}


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

div.menu1_menu td.menuItem a
{
	background: #000 url("../tmpl/img/menu1_l2.png") no-repeat 10px 50%;
	color: #fff;
	display: block;
	font-weight: normal;
	padding: 4px 10px 4px 27px;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
	width: 195px;
}
div.menu1_menu td.menuItem a:hover
{
	background-color: #fefcd9;
	color: #000;
}
div.h1_menu td.menuItemHover
{
	background-color: #fefcd9;
}

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

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