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

/* Menu top begins*/
ul#menuTop {
	list-style:none;
	padding: 0;
	float: right;
	
}
ul#menuTop li {
	width: 80px;
	float: left;
}
ul#menuTop a {
	display: block;
	line-height: 50px;
	text-decoration: none;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

ul#menuTop a:hover {
	background:url(images/m1.gif) no-repeat;
	color: #D67E02;
}
ul#menuTop .first {
	width: 90px;
	text-align: center;
	float:left;
}
