@charset "utf-8";
/* CSS Document */
a.nav:link {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
a.nav:visited {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
a.nav:hover {
	color: #42A0FF;
	text-decoration:none;
	font-weight:bold;
}
a.nav:active {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

a.nav1:link {
	color: #333;
	text-decoration:none;
	font-weight:bold;
}
a.nav1:visited {
	color: #333;
	text-decoration:none;
	font-weight:bold;
}
a.nav1:hover {
	color: #42A0FF;
	text-decoration:none;
	font-weight:bold;
}
a.nav1:active {
	color: #333;
	text-decoration:none;
	font-weight:bold;
}

#mainmenu{
	margin-left: 0px;
	padding-left: 0px;
	white-space: nowrap;
	position: absolute;
	height: 30px;
	width: 630px;
	top: 65px;
}
#mainmenu li{
	display:inline;
	list-style-type:none;
}
#mainmenu a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	height: 30px;
	width: 120px;
	padding-top:6px;
	display: inline;
	position: absolute;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
#mainmenu a:hover {
	background-image: url(../images/menu_roll2.gif);
	background-repeat:no-repeat;
	color:#fff;
}
#m1{left: 11px;}
#m2{left: 133px;}
#m3{left: 255px;}
#m4{left: 377px;}
#m5{left: 499px;}
#leftside{
	float: left;
}
<!-- footer -->
a.navft:link {
	font-size:9px;
	color:#fff;
	text-decoration:none;
}
a.navft:visited {
	font-size:9px;
	color:#fff;
	text-decoration:none;
}
a.navft:hover {
	font-size:9px;
	color: #FF6600;
	text-decoration:none;
}
a.navft:active {
	font-size:9px;
	color:#fff;
	text-decoration:none;
}