/*.anylinkmenu
{
	position: absolute;
	left:0;
	top:0;
	display:none;
	border:1px solid #d5d5d5;
	font:12px tahoma;
	line-height:22px;
	background:#efefef;
	width: 215px; 
}

.anylinkmenu ul
{
	margin:0;
	padding:0;
	list-style-type:none;
}

.anylinkmenu ul li a
{	
	width:100%;
	display:block;
	text-indent:8px;
	border-bottom:1px solid #d5d5d5;
	padding:2px 0;
	text-decoration:none;
	color:#00435a;
}

.anylinkmenu a:hover
{ 
	background:#77bed5;
	color:#ffffff;
}*/

#menu {
width: 297px; /* set width of menu */
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
display: block;
border-width: 1px;
border-style: solid;
border-color: #d5d5d5;
margin: 0;
padding: 8px 5px 8px 10px;
}

#menu a {
color: #00435a;
background:#efefef;
text-decoration: none;

}

#menu a:hover {
color: #fff;
background: #77bed5;
}

#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width:215px; /* width is based on the containing block */
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;
}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}



/*Inner Menu */
#menu_inner {
width:211px; /* set width of menu_inner */
} 

#menu_inner ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#menu_inner a, #menu_inner h2 {
display: block;
border-width: 1px;
border-style: solid;
border-color: #d5d5d5;
margin: 0;
padding: 8px 5px 8px 10px;
}

#menu_inner a {
color: #00435a;
background:#efefef;
text-decoration: none;

}

#menu_inner a:hover {
color: #fff;
background: #77bed5;
}

#menu_inner li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#menu_inner ul ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width:215px; /* width is based on the containing block */
}

div#menu_inner ul ul ul,
div#menu_inner ul ul li:hover ul ul
{display: none;
}

div#menu_inner ul ul li:hover ul,
div#menu_inner ul ul ul li:hover ul
{display: block;}
