.chromestyle{
/*width: 99%;*/

	height: 39px;
	text-align: center;
	
}
.chromestyle a:focus {
	outline: none
}
.chromestyle img {
	border: none;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*border: 0px solid #BBB;
background: url(images/menu_bg.jpg) repeat-x #CCE8FF;
width: 100%;#4sEACE0*/
/*padding-left: 25px;
margin: 0;
margin-left: 0px;
float: left;*/
text-align: center; /*set value to "left", "center", or "right"*/

	list-style-type: none;
	padding: 0;
	margin: 0;

}


.chromestyle ul li{
/*display: inline; */float:left;
	color: #666;
	padding: 0 15px;
	padding-left: 0;
	font-size: 16px;
	line-height: 39px;
	display: block;
}


.chromestyle ul li a{ /* main menu bar buttons */
/*float: left;
color: #0161AE; /* colour of button text */
/*width: 80px 1em;  width of buttons */
/*font-weight: bold;*/
/*padding: 5px 5px 5px 5px; /* top right bottom left */
/*border-left: solid 2px; /* changed from right */
/*border-color: #4EACE0;
text-decoration: none;*/
/* dispay: block; */
/* background: url(../chrometheme/divider.gif) center right no-repeat; /*Theme Change here*/
	color: #666;
	padding-left: 15px;
	text-decoration: none;
}

.chromestyle ul li a:hover{ /* main menu bar buttons - rollover*/
/*background: url(images/menu_bg_over.jpg) repeat-x #0161AE;
color: #FFFFFF;
background-color: #0161AE;*/
color: #333;
}

.chromestyle ul li a[onMouseover]: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{
position: absolute;
text-align: left;
/*Theme Change here
border-bottom-width: 0;*/
z-index:100;
/*background-color: #FFFFFF;*/
width: auto; /*200px;*/
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/ /*Add Shadow in IE. Remove if desired*/
	font-size: 16px;
	text-align: left;
	/*filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;*/
	/*background: #fff;*/
/*	border: 1px solid #6E3F97;*/
	margin-top: 9px;
	
}

/** html .dropmenudiv{
	background-color: #fff;
	back\ground-color: transparent;
	background-image: url(file:///D|/Work/Grebot%20Donnelly/GDA%20-%20RR6%20Website/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	_filter: none;
	_background-color: #fff;
}*/

.dropmenudiv a{
width: auto;
/*margin-top: 1px;*/
display: block;
text-decoration: none;
/*background-color: #FFFFFF;*/
line-height: 39px;
color: #666;
padding: 0 15px;
border-top: #fff 1px solid;
background: url(../images/menu_bg.gif) repeat-x bottom left #ccc;
}

* html .dropmenudiv a{ /*IE only hack*/
width: auto;
}

.dropmenudiv a:hover{ /*Theme Change here*/
color: #333;
text-decoration: none;
}

