<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Navigation Bar</title>
</head>

<body>/*
	tswnavbar.css	1.0.0
	Please use the CSS Menu Button Wizard at
		http://www.thesitewizard.com/wizards/css-menu-buttons.shtml
	to generate your own customized menu buttons.
*/

#tswcssbuttons {
	width: 135px ;
	text-align: center ;
}
#tswcssbuttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#tswcssbuttons li {
	margin: 0 ;
	padding: 0 ;
	display: block ;
	list-style: none ;
}
#tswcssbuttons li a {
	color: #ffffcc ;
	background-color: #663300 ;
	border: 1px outset #663300 ;
	width: 135px ;
	text-decoration: none ;
	display: block ;
}
#tswcssbuttons li a:hover {
	color: #663300 ;
	background-color: #ffffcc ;
}

</body>
</html>
