#menu, #menu ul, #menu a, #menu li, #menu li ul, #menu li ul li, #menu li li li, #menu ul ul #menu ul li ul li {

}	
	
#menu {
width: 190px; /* set width of menu */
float: left;
padding-left: 15px;
position: relative;
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#menu  h2{
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 0px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
padding-left: 10px;
}

#menu {
color: #fff;
text-align: left;
}

#menu a {
font: bold 12px/16px arial, helvetica, sans-serif;
display: block;
border-width: 0px;
border-style: solid;
margin: 0;
padding-left: 0px;
color: #ffffff;
padding-top: 6px !important;
margin-left: 15px;
text-decoration: none;
}

#menu a:hover {
color: #ccccff;
}


#menu ul li ul li ul li a{
font-size: 0.8em;
text-align: left;
margin-left: 20px;
}

#menu ul li ul li ul li {
overflow: hidden;
width: 200px;
padding-right: 10px;
}

#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
height: 29px;
background: url('../images/btn.png') no-repeat;
} 


#top_btn
						{
						background: url('../images/top_btn.png') no-repeat;
						height: 33px;
						}		
#link_btn
						{
						background: url('../images/bottom_btn.png') no-repeat;
						height: 37px;
						}							


#menu ul ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* 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;
}




