.menu {
   	font-family: "Times New Roman", Times, serif;
   	font-size: 16px;
    	font-weight: bold;
   }
   
.menu li {
   	width:111px;
   	}
   
.menu a,menu a:link,.menu a:visited {
   	height:70px;
   	text-decoration: none;
   	color: #333333;
   	padding: 10px 10px 0px 18px; 
   	cursor: pointer;
   	background:url(img/button_up.jpg) top left no-repeat
}

.menu a:hover {
        height:70px;
   	text-decoration: none;
   	color: #333333;
   	padding: 10px 10px 0px 18px; 
   	cursor: pointer;
   	background:url(img/button_down.jpg) top left no-repeat
}
div.horizontal {
	clear: both;
}
div.horizontal br {
	clear: both;
}
div.horizontal ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.horizontal li {
	list-style-type: none;
	display: block;
	float: left;
	clear: none;
	text-align: left;
    position: static;
}
div.horizontal li img {
	border: none;
}
div.horizontal a {
	clear: both;
	display: block;
	margin: 0px;
}
div.horizontal ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both; 
}
div.horizontal ul li ul li {
	clear: both; 
}
div.horizontal ul li ul li a {
	clear: both;
}
.hasImg,
.hasImg a {
	padding: 0px !important;
	margin:	0px	!important;
	border:	none !important;
	outline: none !important;
	background:	transparent !important;
	width: auto !important;
}