/* 
This is the default style sheet for the 'lnav.htm' frame 
*/	

body{
	margin:0;
	padding:0;
	font-size: 80%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
}
ul
{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:10px;
	padding-left:10px;
	list-style-type:none;
}
li{
	list-style:outside;
	list-style-type:none;
	background-color: #333;
	border-bottom: 1px solid #333;
}
a
{
	display: block;
	text-decoration:none;
	color: #fff;
	background-color: #333;
	padding: 5px;
	border-bottom: 1px solid #fff;
}

a:hover {
	color: #fff;
	background-color:#ff9900;
}
/* 
Styles for the expanding and contracting nav.
*/	
.hide{
display: none;
}
.show{
display: block;
}
