															
						
#content #btns ul li a
						{
						padding-left: 30px;	
						color: #000;
						font-size: 13px;					
						text-decoration: none;
						font-weight: bold;
						}		
						
#content #btns ul li a:hover
						{
						color: #cc0033;
						}																																														
						
#content #btns .btn
						{
						overflow: visible;
						height: 30px;
						background: url('../images/btn.jpg') no-repeat;	
						}				

	#menu {
width: 265px; /* set width of menu */
float: left;
z-index: 200;
position: relative;
padding-left: 10px;
padding-top: 20px;
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
z-index: 300;
}

/* style, color and size links and headings to suit */
#menu a, #menu  h2{
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 0px;
margin: 0;
padding: 2px 3px;
padding-left: 10px;
}

#menu {
color: #fff;
text-align: left;
padding-top:35px;
}

#menu a {
color: #fff;
padding-top: 9px;
text-decoration: none;
}

#menu a:hover {
color: #cc0033;
}

#menu li ul li {
/* make the list elements a containing block for the nested lists */
position: relative;
padding: 0px;
margin: 0px;
height: 35px;
padding-bottom: 10px;
background: url('../images/btn.jpg') no-repeat;
z-index: 300;
} 						

#menu li ul li ul{
margin: 0px;
background: #000;
padding: 10px;
border-left: none;
padding-right: 0px;
}

#menu li ul li ul li{
padding-bottom: 0px;
height: 40px;
margin-bottom: 2px;
}

#menu ul ul ul {
position: absolute;
top: 0px;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
z-index: 300;

}



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;
}





