li ul 
{
	position:absolute;
	display:none;	
	background-color: #f5f5f5;
} 
ul.style
{
	/*font-weight: bold;*/
	padding: 0;
	margin: 0;
	background-color: #f5f5f5;
	width: 220px;
}
ul.substyle
{
	/*font-weight: bold;*/
	padding: 0;
	margin: 0;
	background-color: #f5f5f5;
	width: 150px;
	border: solid 1px #000001;
}
a.style
{
	text-decoration: none;
}
li.style
{
	/*font-weight: bold;*/	
}
li.substyle
{
	/*font-weight: bold;*/	
	border: 5px;
	width: 90px;
}
li:hover ul 
{
	display:block;
} 
