/* CSS Document */
#button {
	width: 150px;
	font-size: 80%; 
	font-family: Arial,Helvetica,sans-serif;
	line-height: 18px;
	background-color: #EBCE76;
	color: #000;
	}
	
#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#button li {
		border-bottom: 1px solid #FFF;
		border-width: 2px;
		margin: 0;
		}

#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		vertical-align: bottom; /* This fixes the IE5 Win gap! */
		background-color: #EBCE76;
		color: #000;
		text-decoration: none;
		width: 100%;
		}
		
html>body #button li a {
		width: auto;
		}


#button li a:hover {

		background-color: #EEE8AA;
		color: #000;
		}
#current a {
	color: #CC0000 !important;
 	border: 2px dotted #999 !important;
	}	
#currentTop a {
	color: white !important;
 	border: 2px dotted #999 !important;
	}			
#current2 a {
	color: #CC0000 !important;
 	border: 2px dotted #999 !important;
	}
#currentBLUE a {
 	color: #000 !important;
 	background-color: #006699!important;
 	border: 1px dotted #999 !important;
 } 
 
#currentGOLD a {
 	color: #FFFFFF !important;
 	background-color: #EBCE76!important;
 	border: 1px dotted #999 !important;
 } 
 
 #currentLT_GOLD a {
 	color: #FFFFFF !important;
 	background-color: #EEE8AA!important;
 	border: 1px dotted #999 !important;
 } 
