@charset "utf-8";
/* CSS Document */

body {
font-size:13px;
font-family:Trebuchet MS;
color:#000066;
}

h1 {
font-size:20px;
font-family:Gill Sant MT, Arial, sans-serif;
color:#000066;
}

h2 {
font-size:13px;
font-family:Trebuchet MS;
color:#ff6633;
}

p {
font-size:13px;
font-family:Trebuchet MS;
color:#000066;
}

ul {
font-size:13px;
font-family:Trebuchet MS;
color:#000066;
}


#nav {
	width:109px;
	list-style:none;
	list-style-type:none;
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-type:none;
	width: 109px;

}

#nav a {
	display: block;
	margin-bottom: 6px;
	color: white;
	font: 13px Trebuchet MS;
	text-align:center;
	line-height: 22px;
	text-decoration:none;
	width: 109px;
	height: 22px;
	background: white url(/lwbm_button_16.jpg) no-repeat;
}

#nav li { /* all list items */
	float: left;
	width: 100px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 120px;
	left: -999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul a {
	background: url(/lwbm_button_16.jpg) no-repeat top right;
	width: 109px;
	padding-left: 11px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: 175px;
	margin-top: -28px;
}

#nav a:hover {
    background: url(/lwbm_button_16_mouseover.jpg) no-repeat;
	}

#nav li ul a:hover {
	background: url(/lwbm_button_16_mouseover.jpg) no-repeat top right;
}

#content {
	clear: left;
	color: #ccc;
}

.smallfont {
font-size:10px;
}

a {
color: #000;
} 
