/**
 * CSS Menu
 */

/**
 * Menu area height
 */
#menucontainer
{
	height: 18px;
}

/**
 * General menu settings
 */
#main_menu 
{
	/* General text alignment */
	text-align: left;
	
	position: relative;
	list-style: none;
	padding: 9px 0 0 0px;
	font-size: 90%;	
}

/**
 * General menu settings
 */
#main_menu ul
{
	color: #5b5b5a;
	font-weight: normal;
	padding-left: 10px;
}

/**
 * General menu item settings
 */
#main_menu li
{
	/* General menu text color */
	color: #5b5b5a;	
	
	/* General menu background */
	background: inherit;
}

/**
 * General menu item settings
 */
#main_menu a, #main_menu h3
{
	/* If changed, IE workaround must be edited as well */
	font: 12px/14px verdana, arial, sans-serif;
	
	margin: 0 0;
	font-weight: bold;
	padding: 0px 7px;
	background: inherit;
	color: #5b5b5a;
}

#main_menu a:active{
	color: #f59f3b;
}

#main_menu a:hover {
	color: #f59f3b;
}



/**
 * General menu link settings
 */
#main_menu a
{
	font-family: myriad pro,Arial, Helvetica, sans-serif;
	font-size: 14px;
	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: #5b5b5a;
	font-size: 12px;
}

#main_menu ul ul li, #main_menu ul ul li
{
	padding: 4px 0;
	margin-left: -1px;
	background: #f6f6f6;
	border: inherit;
}



/**
 * General selected item
 */
#main_menu a:hover, #main_menu h3:hover
{
	color: #f59f3b;
}

/**
 * Menu level 2 frame (not HTML frame) settings
 */
#main_menu ul ul
{
	/* Menu level 2 width */
	padding: 5px 0 0 0;
	width: 181px;
	margin-top: -1px;
	margin-left: -11px;
}

/**
 * Menu level 3 frame (not HTML frame) settings
 */
#main_menu ul ul ul
{
	/* Menu level 3 width */
	width: 130px;
}




.topmenu {
	color: #fff;
	font-size: 90%;
}

/*Fancy submenu decoration*/
.submenu_container
{
	margin: 0;
	margin-left: 10px;
	padding: 0;
	width: 160px;
	border-color: #487197;
	border-width: 0 1px 0 1px;
	border-style: solid;
	background: #f6f6f6;
}

.submenu_topleft
{
	margin: 0;
	padding: 0;
	float: left;
	width: 11px;
	z-index: 100000;
	position: absolute;
	
}

.submenu_topright
{
	margin: 0;
	padding: 0;
	right: -1px;
	float: right;
	display: inline;
	width: 11px;
	z-index: 100000;
	position: absolute;
}

.submenu_bottom
{
	clear: both;
	margin: 0;
	padding: 0;
	width: 160px;
	height: 11px;
	margin-left: 10px;
	overflow: hidden;
}

.submenu_bottommiddle
{
	margin: 0;
	padding: 0;
	width: 141px;
	margin-left: 10px;
	background: #f6f6f6;
	border-color: #487197;
	border-width: 0 0 1px 0;
	border-style: solid;
	height: 10px;
}

.submenu_bottomleft
{
	left: 10px;
	position: absolute;
	bottom: 0;
	width: 11px;
	height: 11px;
	background: url('/_composer/images/submenu_bottomleft.png') left top no-repeat;
}

.submenu_bottomright
{
	right: 9px;
	position: absolute;
	bottom: 0;
	width: 11px;
	height: 11px;
	background: url('/_composer/images/submenu_bottomright.png') left top no-repeat;
}

