@charset "utf-8";
/* CSS Document */

/* Dropdown Menu Styles */


#button {
	width:168px;
	margin:0px;
	padding: 0 0 0 0;
	margin-bottom: 1em;
	color: #000000;
	font-size:11px;
	font-weight: bold;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;	
	z-index:1000;
	
	}
	
	#button ul {
		list-style: none;
		margin:0px;
		padding:0px;
		border: none;
		}
		
	#button li {
		border: none;
		margin: 0;
		list-style: none;
		list-style-image: none;
		}
	
	#button li a {
		display: block;
		padding: 5px 1px 5px 5px;
		background-color: #cccccc;
		color: #333;
		text-decoration: none;
		width: 150px;
		}

	html>body #button li a {
		width:auto;
		}

	#button li a:hover {
		background-color: #990000;
		color: #fff;
		}
		
	
/*---------------------------------------*/

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}  			
