/*
	tswnavbar.css	1.0.2
	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: 150px;
}
#tswcssbuttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#tswcssbuttons li {
	margin: 0;
	padding: 5;
	display: block;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
#tswcssbuttons li a {
	color: #fff;
	border: 2px outset #008f00;
	width: 150px;
	text-decoration: none;
	display: block;
	text-indent: 5px;
	background-image: url(navi_bg.png);
	background-repeat: repeat;
}
#tswcssbuttons li a:hover {
	color: #000 ;
	background-color: #bfffbf ;
}
#tswcssbuttons ul ul ul ul li a {
	text-align: center;
}
#tswcssbuttons ul ul ul ul li a {
	text-align: left;
}
#tswcssbuttons ul ul ul ul ul li a {
	text-align: left;
}
