@charset "UTF-8";
/* Public Sub Nav Styles */

.blue_button {
	margin: 5px;	
}


.blue_button ul {
	background-color: #EEEEEE;
	padding: 4px;
	display: block;
	margin: 0px;
	height: 30px;
	border: 1px solid #DDDDDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 120px;
}




.blue_button li {
	list-style-type: none;
	float: left;
	white-space: nowrap;
	width: 120px;
}

.blue_button li a{
	display: block;
	float: left;
	white-space: nowrap;
	padding: 4px;
	text-align: center;
	list-style-type: none;
	background-color: #006699;
	font-weight: bold;
	border: 1px solid #6699CC;
	text-decoration: none;
	color: #FFFFFF;
	margin: 4px;
	width: 100px;	
}

.blue_button li a:hover{

	white-space: nowrap;
	text-align: center;
	background-color: #666666;
	color: #FFFFFF;

}
