.horizontalcssmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	font-family: verdana;
}

/*Top level list items*/
.horizontalcssmenu ul li {
	position: relative;
	display: inline;
	float: left;
	width: 25%;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a {
	display: block;
	padding: 0px 0px;
	border-left-width: 0;
	text-decoration: none;
	color: black;
	font-size: 13px;
	font-weight: bold;
	/*line-height: 45px;*/
	color: #ffffff;
	text-align: center;
}

.horizontalcssmenu ul li a span{
	padding-top:10px;
}

.horizontalcssmenu ul ul li a {
	color: #003663;
}

.horizontalcssmenu ul li ul li {
	padding-top: 0px;
	width:100%;
}

.horizontalcssmenu ul li ul li a {
	line-height: 15px;
	background-position: 0 -11px;
}

.horizontalcssmenu ul li a:hover{
	
	
}	

.horizontalcssmenu ul li.mcompany a:hover {
	background-color: #6aa033;
}

.horizontalcssmenu ul li.mproducts a:hover {
	background-color: #6cacdf;	

}

.horizontalcssmenu ul li.mpeople a:hover {
	background-color: #c95626;

}

.horizontalcssmenu ul li.mnews a:hover {
	background-color: #c18a36;
		height:45px;
}

.horizontalcssmenu ul li.mcompany ul li a:hover {
	background-color: #fff;
	color: #6aa033;
}

.horizontalcssmenu ul li.mproducts ul li a:hover {
	background-color: #fff;
	color: #6cacdf;
}

.horizontalcssmenu ul li.mpeople ul li a:hover {
	background-color: #fff;
	color: #c95626;
}

.horizontalcssmenu ul li.mnews ul li a:hover {
	background-color: #fff;
	color: #c18a36;
}

/*Sub level menu*/
.horizontalcssmenu ul li ul {
	left: 0;
	top: 0;
	/*	border-top: 1px solid #202020;*/
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
	background: #ffffff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: progid : DXImageTransform . Microsoft . Alpha(Opacity = 80);
	opacity: 80;
	opacity: 0.8;
	padding-bottom: 5px;
	padding-top: 0px;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li {
	display: inline;
	float: none;
}

.horizontalcssmenu ul li ul li a {
	width: 100%; /*width of sub menu levels*/
	font-weight: bold;
	border-width: 0;
	font-size: 10px;
	letter-spacing: 0.1px;
	padding: 10px 0 0;
}

.horizontalcssmenu ul li a:hover {
	background: url(menubgover.gif) center center repeat-x;
}

.horizontalcssmenu ul li ul li a:hover {
	background: #cde686;
}

.horizontalcssmenu ul li ul li a {
	text-align: center;
}

.horizontalcssmenu ul li a span {
	padding-right: 0;
}

.horizontalcssmenu ul li ul li a span {
	/*padding-right: 25%;*/
}

.horizontalcssmenu ul li ul li a span span {
	padding-right: 0;
	/*background: #FFFFFF url(/common/images/arrow.gif) no-repeat scroll right	center;*/
}

.horizontalcssmenu .arrowdiv {
	position: absolute;
	right: 0;
	background: transparent url(menuarrow.gif) no-repeat center left;
}

* html p#iepara {
	/*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}

/*  Hack for IE \*/
* html .horizontalcssmenu ul li {
	float: left;
	height: 1%;
}

* html .horizontalcssmenu ul li a {
	height: 1%;
}
/* End */
