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

#menu {
	background: url(images/menu_background.jpg) repeat-y center;
	clear:both;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Arial, sans-serif;
	width:780px;
	height:21px;
	}

#menu li a{
	display:block;
	text-decoration:none;
	color:#FFF;
	padding-top:3px;
	padding-bottom:3px;
	width:128px;
	height:15px;
	}

#menu ul{
	margin-left:6px;
	text-align:center;
	list-style: none;
	width:768px;
	}

#menu ul li{
	padding:0px;
	list-style: none;
	display:inline;
	text-decoration: none;
	float:left;
	}

#m1 {
	background-color:#20A100;
	}

#m1 a:hover{
	background-color:#0C0;
	border:1px solid #CCC;
	width:126px;
	height:13px;
	}

#m2 {
	background-color:#0056A1;
	}

#m2 a:hover{
	background-color:#09C;
	border:1px solid #CCC;
	width:126px;
	height:13px;
	}

#m3 {
	background-color:#A40031;
	}

#m3 a:hover{
	background-color:#E60000;
	border:1px solid #CCC;
	width:126px;
	height:13px;
	}

#m4 {
	background-color:#E6CC21;
	}

#m4 a:hover{
	background-color:#F0F000;
	border:1px solid #CCC;
	width:126px;
	height:13px;
	}

#m5 {
	background-color:#8A21E6;
	}

#m5 a:hover{
	background-color:#96F;
	border:1px solid #CCC;
	width:126px;
	height:13px;
	}

#m6 {
	background-color:#99CCCC;
	}

#m6 a:hover{
	background-color:#9CF;
	border:1px solid #CCC;
	width:126px;
	height:13px;
	}
