.small_nav {
font-family: 'Segoe UI', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
font-size:10px; 
font-weight:bolder;
}

body p {
font-family: 'Segoe UI', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
font-size:13px; 
}

A:link { 
color: #990000
}

A:hover { 
color: red 
}

A:active { 
color: blue
}

A:visited {
color: #990000 
}

body li {
	font-family: 'Segoe UI', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}

h1,h2,h3 {
	font-family: 'Segoe UI', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}

#button {
	width: 180px;
	border-right: 1px solid #000;
	padding: 0 0 0 0;
	margin-bottom: 1em;
	font-family: 'Segoe UI', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size:12px;
	background-color: #fcd999;
	color: #CC9900;
	}
#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}		
#button li {
	border-bottom: 3px solid #990000;
	margin: 0;
	}
#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-right: 2px solid #990000;
	background-color: #fcd999;
	color: #990000;
	text-decoration: none;
	width: 100%;
	}

html>body #button li a {
	width: auto;
	}

#button li a:hover {

	background-color: #990000;
	color: #FFFFCC;
	}
