/**
 * CSS Menu
 */


/**
 * General menu settings
 */
 
#main_menu {
	margin: 0;
	padding: 0;
	font-size: 10pt;
	font-weight: bold;
	z-index: 1000;
	height: 19px;
}
/**
 * General menu settings
 */

#main_menu ul {
	padding: 0;
	margin: 0;
	margin-left: 10px;
	list-style: none;
}

/**
 * General menu item settings
 */
#main_menu li {
	padding-right: 18px;
	padding-top: 1px;
	margin: 0;
	margin-top: 3px;
	color: black;
}

/**
 * General menu item settings
 */

#main_menu a, #main_menu h3 {
	color: #034583;
	/* If changed, IE workaround must be edited as well */
	font: 12px/14px normal verdana, arial, sans-serif;
	text-align: left;
	height: 20px;
}

#main_menu a.active
{
	color: #fff;
}

#main_menu li:hover {
	background: none;
}
 

/**
 * General menu link settings
 */
#main_menu a
{
	text-decoration: none;
}

/**
 * Menu level 2 (and 3 if not otherwise defined) item settings
 */
#main_menu ul ul li a, #main_menu ul ul li h3
{
	color: #fff;
	padding-left: 5px;
}

#main_menu ul ul li.active a
{
	color: #fee101;
}

#main_menu ul ul li a:hover
{
	background: url('/.composer/images/submenu-bg.png');
}

/**
 * General selected item
 */
#main_menu a:hover, #main_menu h3:hover
{
}

/**
 * Menu level 2 frame (not HTML frame) settings
 */
#main_menu ul ul
{
	/* Menu level 2 width */
	width: 150px;
	padding: 0;
	margin: 0px 0px 0px -5px;
	background: url('/.composer/images/submenu-bg.png');
	left: 0;
	border-style: solid;
	border-width: 1px;
	border-color: #0e151b #50a1ee #50a1ee #0e151b;
}

#main_menu ul ul li
{
	border: none;
	padding: 0px 0px;
}

#main_menu ul ul li.has_children
{
	background: url('/.composer/images/has_children.png') no-repeat right;
}

#main_menu ul ul li.first_sub_menu
{
	/* border: 1px solid black; */
}

/**
 * Menu level 3 frame (not HTML frame) settings
 */
#main_menu ul ul ul
{
	/* Menu level 3 width */
	margin: 0px;
	margin-left: 0;
	width: 220px;
	background: url('/.composer/images/submenu-bg.png');
}

#main_menu ul ul ul li
{
	/*
	border: 1px solid black;
	border-top: 0px;
	*/
	border: none;
}

#main_menu ul ul ul li.inactive a
{
	color: #fff;
}





/* DECORATION */
#main_menu ul ul ul
{
	z-index: 1000;
}

.submenu-shade-right
{
	right: -8px;
	top: 1px;
	width: 7px;
	height: 100%;
	position: absolute;
	overflow: hidden;
}

.submenu-shade-right-top
{
	width: 7px;
	height: 8px;
	background: url('/.composer/images/menu-shade-tr.png') no-repeat;
}

.submenu-shade-right-center
{
	width: 7px;
	height: 100%;
	background: url('/.composer/images/menu-shade-r.png');
}

.submenu-shade-bottom
{
	bottom: -9px;
	left: 1px;
	width: 100%;
	height: 8px;
	position: absolute;
}

.submenu-shade-bottom-left
{
	width: 8px;
	height: 8px;
	display: inline;
	float: left;
	background: url('/.composer/images/menu-shade-bl.png');
}

.submenu-shade-bottom-center
{
	height: 8px;
	display: inline;
	float: left;
	background: url('/.composer/images/menu-shade-b.png');
}

#main_menu ul ul .submenu-shade-bottom-center
{
	width: 142px;
}

#main_menu ul ul ul .submenu-shade-bottom-center
{
	width: 212px;
}

.submenu-shade-bottomright
{
	position: absolute;
	right: -8px;
	bottom: -9px;
	width: 7px;
	height: 8px;
	background: url('/.composer/images/menu-shade-br.png') no-repeat;
}

