/**
 * CSS Menu
 */

/**
 * Menu area height
 */
#menucontainer
{
	height: 18px;
}

/**
 * General menu settings
 */
#menu 
{
	/* General text alignment */
	text-align: left;
	
	position: relative;
	list-style: none;
	padding: 2px 0 0 0px;
	font-size: 80%;	
}

/**
 * General menu settings
 */
#menu ul
{
	color: #BFAD9B;
	font-weight: bold;
}

/**
 * General menu item settings
 */
#menu li
{
	/* General menu text color */
	color: #BFAD9B;	
	
	/* General menu background */
	background: inherit;	
}

/**
 * General menu item settings
 */
#menu a, #menu h3
{
	margin: 0 0;
	color: #8F7459;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0px 10px 0px 10px;
	
}

/**
 * General menu link settings
 */
#menu a
{
	text-decoration: none;
}

/**
 * Menu level 2 (and 3 if not otherwise defined) item settings
 */
#menu ul ul li a, #menu ul ul li h3
{
	color: #106ABD;
	background: #fff;
}
#menu ul ul li
{
	display: block;
	width: 100%;
	clear: both;
}

/**
 * General selected item
 */

#menu a:hover, #menu h3:hover
{
	color: #0B44A0;
	background: #BFAD9B;
}

/**
 * Menu level 2 frame (not HTML frame) settings
 */
#menu ul ul
{
	/* Menu level 2 width */
	width: 190px;
	padding: 0px;
	margin: 0px;
	border: solid 1px #BFAD9B;
	background: #fff;
}


/**
 * Menu level 3 frame (not HTML frame) settings
 */
#menu ul ul ul
{
	/* Menu level 3 width */
	width: 100%;
	border: none;
	position: absolute;
	z-index: 999;
	left: 191px;
	background: #fff;
	border: solid 1px #BFAD9B;
}

#menu ul ul ul a {
	padding: 0px 15px 0px 15px;
}

html body #menu ul li ul li.has_kids a
{
	background-image: url(/_composer/images/arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
}

html body #menu ul li ul li.has_kids a:hover
{
	background-image: url(/_composer/images/arrow_white.gif);
}


html body #menu ul li ul li.has_kids li a,
html body #menu ul li ul li.has_kids li a:hover
{
	background-image: none;
}











/*




#menu li div
{
	display: none;
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 10000;
}
#menu li:hover div
{
	display: inline;
}


#menu li div table
{
	width: 100%;
}






#menucontainer
{
	height: 18px;
}

#menu2 
{
	text-align: left;
	
	position: relative;
	list-style: none;
	padding: 2px 0 0 0px;
	font-size: 80%;
	clear: both;
}

#menu2 div
{
	color: #BFAD9B;	
	
	background: white;
	font-weight: bold;
}

#menu2 *
{
	display: block;
	float: left;
	position: relative;
}

#menu2 div *
{
	display: none;
	float: none;
}
#menu2 div:hover *
{
	display: block;
}

#menu2 div table
{
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

#menu2 div div div a
{
	padding: 0 10px 0 15px;
}

#menu2 a, #menu2 h3
{
	margin: 0 0;
	color: #8F7459;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0px 10px 0px 10px;
	
}

#menu2 a
{
	display: block;
	width: 100%;
	text-decoration: none;
}

#menu2 ul ul li a, #menu2 ul ul li h3
{
	color: #106ABD;
	background: #fff;
}
#menu2 ul ul li
{
	display: block;
	width: 100%;
	clear: both;
}

#menu2 a:hover, #menu2 h3:hover
{
	color: #0B44A0;
	background: #BFAD9B;
}

#menu2 ul ul
{
	min-width: 130px;
	padding: 0px;
	margin: 0px;
	border: solid 1px #BFAD9B;
	background: #fff;
}


#menu2 ul ul ul
{
	width: 100%;
	border: none;
}

#menu2 ul ul ul a {
	padding: 0px 15px 0px 15px;
}

*/




