/* Global Styles */

body {
	margin:0px;
	
	}
#menu td {
	background-color: #ffffff;
	}
	
a:hover {
	color: #0000CC;
	}
	
/* ID Styles */

#navigation a {
	color: #000000;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:12px;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold; padding-left:10px; padding-right:10px; padding-top:0px; padding-bottom:0px
	}
	
#navigation a:hover {
	color:#999999;
	
	}

/* Class Styles */


.navText {
	font:10px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing:.1em;
	line-height:16px;
	}
/* Class Styles  text-align:left; margin-left:200  */	

	#cssonclickswitch {
	
position:relative;
width: 150px;
margin:20px auto 100px;

}
#cssonclickswitch div {

width:60px;  text-align:left; margin-left:300;
}
#cssonclickswitch a {
display: block;
width:77px;
color: #000;

background-color: #d5d5dd;

text-decoration:none;
text-align:center;
font: bold ;
font-family: arial ;
}
#cssonclickswitch a img {
/*	border: 1px outset #000 ;*/
border:0;

}
#cssonclickswitch a:hover,
#cssonclickswitch a:focus:hover {
color: #d5d9df; 
background:black;
}
#cssonclickswitch a:active,
#cssonclickswitch a:focus {
color:#fff;
 background-color:red; 

}
#cssonclickswitch a span {display: none;}
#cssonclickswitch a:active span,
#cssonclickswitch a:focus span {
display: block;
position: absolute; 
top: 0; 
left: 0px; 
width: 0px;
color:red;
           
background:#fff;
}

/*  */

#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 ;
	           
}
#tswcssbuttons li a {
	color: #000 ;
	background-color: #d5d9df;
/*	border: 1px outset #000 ;*/
	width: 100px ;
	text-decoration: none ;
	
	display: block ;
}
#tswcssbuttons li a:hover {
	color: #fff ;
	background-color: #000 ;
	
}