﻿/*
	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: 150px ; height: 30px ;
	text-align: left ;
	text-indent: 12px ;
	line-height: 26px ;
	letter-spacing: 0px ;
	padding:0px 0px 0px 0px;
}
#tswcssbuttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#tswcssbuttons li {
	margin: 0 ;
	padding: 2px ;
	display: block ;
	list-style: none ;
}
#tswcssbuttons li a {
	color: #000 ;
	background-color: #c0c0c0 ;
	border: 1px outset #000 ;
	border-style: inherit ;
	border-color: black ;
	width: 150px ; height: 30px ;
	text-decoration: none ;
	display: block ;
}
#tswcssbuttons li a:hover {
	color: #fff ;
	background-color: #1A2F4A ;
}