.menustyle{
	width: 100%;
}

.menustyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.menustyle ul li{
	display: inline;
}

.menustyle ul li a{
	color: #fff;
	padding: 0px 16px 2px 3px;
	margin: 0;
	text-decoration: none;
	background:transparent;
}

.menustyle ul li div a:hover{
	/*THEME CHANGE HERE*/
	/* background: #fff !important; */
	color:#C33035 !important;
}


.menustyle ul li.last {
	display: inline;
	margin-right: 0px; 
}


/* ######### Styles for Drop Down Menus ######### */

.dropmenudiv{
	position:absolute;
	line-height:12px !important;
	z-index:100;
	background-color:#464646;
	visibility: hidden;
	padding: 1px 0;	
}

.dropmenudiv a{
	width: auto !important;
	display: block !important;
	text-indent: 8px !important;
	height: 20px !important;
	padding: 5px 5px 0 0 !important;
	text-decoration: none !important;
	color: #fff !important;
	font-size: 12px !important;
	font-weight:normal !important;
	letter-spacing: -0.2px;
	overflow:visible !important;
	line-height:15px;

}

.dropmenudiv a#firstItem {
	border:none !important;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	overflow:visible !important;
}

.dropmenudiv a:hover{
	padding: 5px 5px 0 0 !important;
	display: block !important;
	left:0 !important;
	/* color:#000 !important; */
}

/* IE6 only*/
* html .dropmenudiv span {
	display:block;
	height: 1px !important;
	/* IE hack to fix a transition problem between some menu items and their drop downs*/
	background: url('../images/transparent.gif') top right repeat !important;
	padding:0 !important;
	margin:-6px !important;
	line-height:-10px !important;
	vertical-align:bottom;
	
}
#globalmenu li{padding-right:0;padding-left:0;}