.menustyle{
	font-size: 11px;
	color: #FFFFFF;
	clear: left;
	text-align: center;
	height: 31px;
	float: none;
	text-transform: uppercase;
}

.menustyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.menustyle ul{
	margin: 0;
	text-align: left;
	list-style-type: none;
	float: none;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	line-height: 31px;
}

.menustyle ul li{
	display: inline;
	list-style-type: none;
	text-align: left;
	float: left;
}

.menustyle ul li a{
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 18px;
	padding-bottom: 9px;
	padding-left: 18px;
	list-style-type: none;
	margin-left: 0px;
	text-align: left;
	background-image: url(../img/MenuItemSeperator.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

.menustyle ul li a:hover{
	list-style-type: none;
	color: #FF9900;
	text-decoration: none;
	margin-left: 0px;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0px;
	line-height:20px;
	z-index:100;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
	left: 0px;
	margin-top: -2px;
	text-align: left;
	margin-left: 0px;
	width: 200px;



	filter: Alpha(Opacity=95, FinishOpacity=95, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=100) progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=2);
	-moz-opacity:.95;
	text-transform: capitalize;
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 0px;
	text-decoration: none;
	color: #000000;
	padding-top: 2px;
	padding-right: 5;
	padding-bottom: 2px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	text-align: left;
	border-top-color: #FFFFFF;
	background-image: url(../img/SubMenuBGtrans.png);
	background-repeat: repeat;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	text-align: left;
}
.dropmenudiv a:hover{
	content: ".";
	display: block;
	clear: both;
	color: #393939;
	text-decoration: none;
	background-color: #676767;
}

.MenuDisabled {
	width: auto;
	display: block;
	text-indent: 0px;
	text-decoration: none;
	color: #11283E;
	padding-top: 2px;
	padding-right: 5;
	padding-bottom: 2px;
	padding-left: 5;
	border-top-width: 1px;
	border-top-style: dotted;
	text-align: left;
	border-top-color: #2D689D;
	background-color: #1F486C;
}


/* Language bar styles */
.LanguageContainer {
	position: absolute;
	right: 0px;
	top: 0px;
	margin-top: 3px;
	background-image: url(../img/arrowDown.png);
	background-repeat: no-repeat;
	background-position: 105px 10px;
	border: 1px solid #999999;
	width: 120px;
	float: right;
	overflow: hidden;
	height: 25px;
}
.LanguageContainerOver {
	position: absolute;
	right: 0px;
	top: 0px;
	margin-top: 3px;
	background-image: url(../img/arrowDown.png);
	background-repeat: no-repeat;
	background-position: 105px 10px;
	border: 1px solid #999999;
	width: 120px;
	float: right;
	overflow: visible

}

.LanguagesItem {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	font-size: 12px;
	position: relative;
	text-align: left;
	padding-left: 3px;
	background-image: url(../img/menuBGtrans.png);
	cursor: pointer;
	color: #CCCCCC;
}
.LangGlobal {
	position: relative;
	top: 0px;
	left: 0px;
	width: 934px;
	z-index: 100;
}
.LanguagesItem a {
	text-decoration: none;
	color: #CCCCCC;
}
.LanguagesItem a:hover {
	font-weight: bold;
}
