.chromestyle{
	width: 100%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.overMenu
{
	height:20px;
	padding:8px 15px 0 14px;
	border-left-width:0; 
	float:left;
	cursor:pointer;
}
.chromestyle ul{
	
	width: 100%;
	margin:0 0 0 10px;
	padding-left:15px;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;

	
/*	color:#FFE8E8;
	background-image:url(../images/menuLine.jpg); 
	background-repeat:no-repeat; 
	background-position:left top;*/
}


.chromestyle ul li a{
	color:#fff;
	margin: 0;
	padding-bottom:5px;
	text-decoration: none;
}

.chromestyle ul li a:hover{
	color: #f1f1f1;	
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "  ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	margin-left:-15px;
	top: 0;
	border: 1px solid #aaa; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	line-height:18px;
	z-index:100;
	background-color: #eee;
	width: 200px;
	visibility: hidden;
	color: #FFFFFF;
	border-left:10px solid #eee;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{

	color: #005596;
	display: block;
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 1px 2px 3px 5px;
	border-bottom: 1px solid #666; 
	text-decoration: none;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #005596;
color:#FFFFFF;

}


/* ######### Style for Language Drop Down Menu ######### */

.chromeLangstyle{
	width: 100%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
}

.chromeLangstyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromeLangstyle ul{
	
	width: 100%;
	padding: 4px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromeLangstyle ul li{
	display: inline;
	color:#FFE8E8;
	
	background-repeat:no-repeat; 
	background-position:left top;
	margin-right:30px;

}

.chromeLangstyle ul li a{
	color:#fff;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
}

.chromeLangstyle ul li a:hover{
	color: #FFFFFF;	
}

.chromeLangstyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}



.chromeLangstyle ul li a{
	color:#fff;
	padding: 8px 0 0 25px;
	margin: 0;
	width:100px;
	text-decoration: none;
	/*background-color:#003399;*/
}

.chromeLangstyle ul li a:hover{
	color: #FFFFFF;	
	
}



.langDropDiv{
	position:absolute;
	top:0;
	border: 1px solid  #aaa; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:7px;
	font-size:12px;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 185px;
	visibility: hidden;
	
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}


.langDropDiv a{

	color: #666;
	display: block;
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 1px 2px 3px 5px;
	border-bottom: 1px solid #aaa; 
	text-decoration: none;
	
	
	
}

* html .langDropDiv a{ /*IE only hack*/
width: 100%;
}

.langDropDiv a:hover{ /*THEME CHANGE HERE*/
background-color: #999;
color:#fff;

}


