@charset "utf-8";
/* CSS Document */

.Style2 {
	font-size: 10px;
    font-weight: bold;
}
#navigation li
{
	display: block;
	list-style: none;
	width: 87%;
	color:#0000CC;
	background: #99CCFF;
	margin-bottom: 12px;
	text-align: center;
	line-height: 16px;
	
}
#navigation li a 
{
	display: block;
	background: #99CCFF;
	color: #000066;
	text-align:center;
	font-family: "arial";
	line-height: 16px;
    text-decoration: none
    
}

  #navigation li a:hover, #navigation li a:focus,  #navigation li a:active 
	
	{
	background: #FFCC00;
	color: #CC0000;
	text-decoration: underline ;
	
	
}

