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

#menu_holder {
margin:0;
padding:0;
float:left;
width:908px;
text-align:left;
}



#menu ul {
float:left;
text-align:left;
width:171px;
}

#menu li {
display: inline;
float:left;
text-align:left;
width:141px;
border: 0px solid #999999;
padding:0px;
margin-right:10px;

}



#menu1 a {
	float: left;
	text-align:left;
	text-indent: -5000px;
	height: 30px;
	width:141px;
	text-decoration: none;
	background: url(../images/menu1.png) center no-repeat;

}
 #menu1 a:hover {
	background: url(../images/menu1_active.png) center no-repeat;

}
#menu2 a {
	float: left;
	
	text-indent: -5000px;
	height: 30px;
	width:141px;
	text-decoration: none;
	background: url(../images/menu2.png) center no-repeat;

}
 #menu2 a:hover {
	background: url(../images/menu2_active.png) center no-repeat;

}
#menu3 a {
	float: left;
	
	text-indent: -5000px;
	height: 30px;
	width:141px;
	text-decoration: none;
	background: url(../images/menu3.png) center no-repeat;

}
 #menu3 a:hover {
	background: url(../images/menu3_active.png) center no-repeat;

}
#menu4 a {
	float: left;
	
	text-indent: -5000px;
	height: 30px;
	width:141px;
	text-decoration: none;
	background: url(../images/menu4.png) center no-repeat;

}
 #menu4 a:hover {
	background: url(../images/menu4_active.png) center no-repeat;

}
#menu5 a {
	float: left;
	
	text-indent: -5000px;
	height: 30px;
	width:141px;
	text-decoration: none;
	background: url(../images/menu5.png) center no-repeat;
}
 #menu5 a:hover {
	background: url(../images/menu5_active.png) center no-repeat;

}

#menu6 a {
	float: left;
	
	text-indent: -5000px;
	height: 30px;
	width:141px;
	text-decoration: none;
	background: url(../images/menu6.png) center no-repeat;
}
 #menu6 a:hover {
	background: url(../images/menu6_active.png) center no-repeat;

}


#topmenu {
font-family: "Arial Narrow", helvetica;
width:300px;
float:right;
list-style: none;
margin-top:5px;
padding:0;
font-size:12px;
font-weight:bold;
text-transform: uppercase;
}

#topmenu li {
display: inline;
float:right;
padding:0px;
margin-left:15px;
border:0;
}

#topmenu ul {
list-style:none;
margin:0;
padding:0;
}

#topmenu a {
font-size:12px;
	float: left;
	text-decoration: none;
	color:#fff;

}
#topmenu a:hover {
color:#ff6600;

}

