﻿/*
	buttons.css	1.0.1
	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: 100px ;
	text-align: center ;
}
#tswcssbuttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#tswcssbuttons li {
	margin: 0 ;
	padding: 0 ;
	display: block ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}
#tswcssbuttons li a {
	color: #ff0 ;
	background-color: #990000 ;
	border: 1px outset #a10048 ;
	width: 100px ;
	text-decoration: none ;
	display: block ;
	border-color:#4F657D #000000 #000000 #4F657D ;
}
#tswcssbuttons li a:hover {
	color: #00f ;
	background-color: #ffff00 ;
}