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


#sitemenu {
	background-color: #1B3563;
	height: 30px;
	width: 800px;
	font: Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14pt;
	text-align:center;
	vertical-align:middle;
	filter:alpha(opacity=80);   /* Internet Explorer       */
   -moz-opacity:0.8;           /* Mozilla 1.6 and below   */
   opacity: 0.8;               /* newer Mozilla and CSS-3 */
	
}

#sitemenu table tr td {
	text-align: center;
	filter:alpha(opacity=100);   /* Internet Explorer       */
   -moz-opacity:1;           /* Mozilla 1.6 and below   */
   opacity: 1;               /* newer Mozilla and CSS-3 */
	
}

#sitemenu a {
	text-decoration: none;
	color: #FFFFFF;
}

#sitemenu a:hover {
	color:#666666;
}

