/* CSS Document */
body {
	margin: 0;
	color: #000000;	
}

.menus {
	overflow: hidden;
	
	
	
}
#menu tr{
	font-family:Verdana, Arial, Helvetica,;
	
	
	 }
#menu td{
	list-style-type: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	list-style-image:none;
	width: 100px;
	overflow: hidden;
}
#menu a{
	text-decoration:none;
	color: #ac9166;
	font-size: 12px;
	background-position: left;
	border-top: thin none;
	border-right: thin none;
	border-bottom: thin none;
	border-left: thin none;
	
}
#menu a:hover{
	text-decoration:none;
	color: #999999;
	font-size:12px;
	text-shadow: Black;
	font-style: italic;
}
#menu a:active  {
text-decoration:none;
	color: #999999;
	font-size:12px;
}
