﻿#menu
{
	width: 100%;
	background: #524c47;
}
#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 11%;
	float: left;
}
#menu a, #menu h2
{
	font: bold 12px/15px arial, helvetica, sans-serif;
	display: block;
	/*border-width: 0px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;*/
		border-width: 0px;
	border-style: solid;
	border-color: #014f50;
	margin: 0;
	padding: 1px 2px;
}

#menu h2 a
{
	color: #fff;
	background: #524c47;
	text-decoration: none;
	border-width: 0px;
	border-style: none;
	padding: 0px;
	
}


#menu h2
{
	color: #fff;
	background: #524c47; /*text-transform: uppercase;*/
}

#menu a
{
	color: #ffffff;
	background: #524c47;
	text-decoration: none;
}

#menu a:hover
{
	color: #80715d;
	background: #ffffff;
}

#menu h2 a:hover
{
	color: #ffffff;
	background: #80715d;
	border:solid 0px white
}

#menu li
{
	position: relative;
	width: 100%;
}

#menu ul ul ul
{
	position: absolute;
	top: 0;
	left: 100%;
}
#menu ul ul
{
	position: absolute;
	z-index: 500;
}
div#menu ul ul, div#menu ul li:hover ul ul, div#menu ul ul li:hover ul ul
{
	display: none;
}

div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul
{
	display: block;
}


#menu ul li ul li a
{
background:#524c47;
color:#ffffff;
cursor:default;
}


#menu ul li ul li ul li a
{
cursor: pointer;
cursor:hand;
}