#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: 210px; /* set width of menu */
float: left;
position: relative;
z-index: 1000;
padding-top: 0px;
margin-top: 0px;
} 

#menu ul, #menu ul li, #menu ul ul{
position: relative;
top: 0px !important;
margin-top: 0px !important;
}


#menu ul, #menu ul li{
height: 0px;
line-height: 0px;
font-size: 0px;
margin-top: 0px !important;
padding-top: 0px !important;
list-style:none;
}

#menu ul li ul li ul li{
font-size: 15px;
line-height: 15px;
height: 36px;
overflow: none;
margin: 0;
padding: 0;
}

#menu ul, #menu ul li ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}


#menu {
color: #fff;
text-align: left;
padding: 0;
margin: 0;
}

#menu a {
font: bold 12px/16px arial, helvetica, sans-serif;
display: block;
border-width: 0px;
border-style: solid;
margin: 0;
padding-left: 5px;
padding-top: 10px !important;
font-family: tahoma;
text-decoration: none;
margin-left: 25px;
color: #003399;
}

#menu a:hover {
color: #0099FF;
}


#menu ul li ul li ul li a{
font-size: 0.7em;
text-align: left;
margin-left: 20px;
}

#menu ul li ul li ul li {
overflow: hidden;
width: 500px; /*Pop Out Buttons so they can show full cat names*/
padding-right: 10px;
background: url('../images/btn_pop_out.jpg') no-repeat;
}

#menu li ul li{
/* make the list elements a containing block for the nested lists */
position: relative;
height: 36px;
background: url('../images/btn.jpg') no-repeat;
} 
			


#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;
}


#menu .top_btn	{	background: url('../images/left_nav_top.png') no-repeat 0px 0px;
						height: 28px !important;	
						font-size: 15px;
						line-height: 20px;	
						padding-top: 10px !important;	
						text-align: center;
						color: #ffffff;
						font-family: 'arial black' !important;
						font-weight: bold !important;
						padding-left: 0px;
						margin-top: 0px !important;
}


#menu .bot_btn
						{
						background: url('../images/left_nav_btm.jpg') no-repeat;
						height: 34px;
						margin-bottom: 5px;			
						}	
