/*P.special{color:green;border:solid red;}
p.right{text-align:right}
p.center{text-align:center}*/

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul li {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;  
	font-family: Arial, Helvetica, sans-serif;
}
#menu li a {
  /*height: 17px;*/
	color: #000000;
	/*background: url(button-left.jpg) top left no-repeat;*/
	background: url(button-silver.jpg) top left repeat;
	/*background: url(button-right.jpg) top right no-repeat;*/
	border: 1px solid #cccccc;
	/*border-left: 1px solid #cccccc;*/
	border-right: 2px solid #ff0000;
	text-decoration: none;
	display: block;
}
#menu li a.hassub {
	color: #ff0000;
	/*background: url(has-submenu.gif) center right no-repeat;*/
}
#menu li a.issub {
	display: none;
}
#menu li a:hover {
	color: #ffffff;
	background: url(button-red.jpg) top left repeat;
}
#menu li a.hassub:hover {
	color: #ffffff;
	background: url(button-red.jpg) top left repeat;
}

#tswcsstabs ul {
	margin: 0 0 10 0;
	padding: 0;
	list-style: none;
	/*display: inline;*/
}
#tswcsstabs ul li {
	margin: 0;
	padding: 0;
	display: inline;
	text-align: center;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
#tswcsstabs li {
	/*padding: 2px;*/
	color: #000000;
	background: url(button-silver.jpg);
	/*border: 1px outset #000;*/
	border: 1px solid #cccccc;
	border-bottom: 2px solid #ff0000;
	text-decoration: none;
	display: inline;

  /*height: 17px;*/
	/*background: url(button-left.jpg) top left no-repeat;*/
	/*background: url(button-right.jpg) top right no-repeat;*/
}
#tswcsstabs li a:hover {
	color: #ffffff;
	background: url(button-red.jpg) top left repeat;
}
