/**************** menu coding *****************/

#menutip {
	font:Calibri, Arial, Helvetica, Verdana;
	font-size: 15px;
	color:#00F;
	width: 390px;
	float:right;
	margin-right: -5px;
	border:0;
}



#menu {
	font:Calibri, Arial, Helvetica, Verdana;
	font-size: 17px;
	color:#00F;
	width: 650px;
	float:right;
	margin-right: -15px;
	border:0;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 130px;
	float: left;
}

#menu a, #menu h2 {
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #fff #888 #555 #bbb;
	margin: 0;
	padding-top: 6px;
	padding-bottom: 6px;
}

#menu h2 {
	color: #000;
	background: #000;
	text-transform: uppercase;
}

#menu a {
	outline:none;
	color:#0A5C2F;
	background: #ffffff;
	text-decoration: none;
}

#menu a:hover {
	color:#063;
	background:#FBFBFB;
}

#menu li {position:relative;}
#menu li li{font-size:15px;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul {
display: none;
}

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:list-item;}