.chromestyle{
	/*background: #505f76;  		 					--- SET MENU BACKGROUND COLOR  --- */
/*	height: auto; */ 					 			/* --- MENU  BAR HEIGHT  --- */
	width: 100%; 								/* --- SET MENU BAR WIDTH  --- */
	color: #fff;        						/* --- SET FONT COLOR  --- */
	font-family: Arial, Helvetica, sans-serif;	

	font-size: 125%;        						/*	 --- SET FONT SIZE  --- */
	font-weight: normal;        						/* --- SET FONT WEIGHT  --- */
	text-align: left;        							/* --- SET FONT ALIGN  --- */
	text-decoration: none;        			/* --- SET FONT DEC  --- */
	letter-spacing: 0px;        				/* --- SET FONT SPACING  --- */
	margin-left: 0; 								/* --- MENU LEFT inset SPACING  --- */
	margin-right: 0; 								/* --- MENU RIGHT inset SPACING  --- */
}

.chromestyle ul li a{
	/*background-color: #000;				--- SET MENU BACKGROUND COLOR as above for overflow  --- */
/* 	border-right: 1px solid #637692; --- MENU DIV LINE COLOUR AND THICKNESS SETTING  --- */
	background-image:url(images/menu_div.jpg); background-position:right; background-repeat:no-repeat;
	line-height:34px;				 		/* --- TEXT  LINE HEIGHT  --- */
	color: #E0E4EB;  				     		/* --- FONT COLOR  --- */
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	overflow: hidden;
	float: left;
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block;
	visibility: hidden;
	clear: both; 
}
.chromestyle ul{
	border: 0px solid #BBB;
	width: 100%;
	padding:0;
	margin:0;
	text-align: center;
}
.chromestyle ul li{
	display: inline;
}
.chromestyle ul li a:hover{
	color: #fff;
	background: #db5238; /*3A4556; */	text-decoration: underline;
/*background: url(chromebg-over12.gif) center center repeat-x; /*THEME CHANGE HERE*/
}
.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ---------------- Style for Drop Down Menu ---------------------------------------------- */
.dropmenudiv{
	width: 240px;					 	/* --- SET WIDTH FOR SUB MENU BLOCK  --- */
	background-color: #505F76;  		/* --- SET SUB MENU BACKGROUND COLOR  --- */
	position: absolute;
	top: 0;
	z-index: 100;
	visibility: hidden;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 118%;  
}
.dropmenudiv a{
	display: block;
	border-top: 1px solid #637692; /* --- MENU  DIV LINE SETTING  --- */
	color: #E0E4EB;						 /* --- SET FONT COLOR --- */
	padding: 4px;						 /* --- SET BLOCK PADDING COLOR --- */
	width: auto;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	text-indent: 3px;
}
* html .dropmenudiv a {/*IE only hack*/
	width: 100%;
	color: #fff;						/* --- SET FONT COLOR --- */
	background-color: #000;
}

.dropmenudiv a:hover{ 			
	color: #f1f1f1;					/* --- SET SUB MENU HOVER FONT COLOR --- */
	background-color: #3A4556;		/* --- SET SUB MENU HOVER BACKGROUND COLOUR ---*/
	text-decoration: underline;
}
