﻿.chromestyle#chromemenu {
	background-image: none;
}

.chromestyle ul li a{
	float: left;
	left:0;
	top:0;
	color: #333;
	text-decoration: none;
	font-size: 12px;
	text-indent:0;
	text-align:center;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	padding-right:1px;
	padding-top:1px;
	height:23px;
	width: 90px;	/* this is another IE trick T.K. */
	max-width:79px;
}

#main-menu .chromestyle ul li a:hover{
    color:#EEE;
    background-image: url(../img/menuhigh-int.png); 
}


#main-menu .chromestyle ul li a{
	height: 23px !important;
	padding-top:1px;
}

