.chromestyle{
/*width: 99%;*/
height: 30px;
line-height: 30px;
padding: 0;
text-align: center;
border-bottom: 1px solid #ADC5E1;
/*background: url(../images/menu_bg.jpg) bottom center repeat-x;*/
}
.chromestyle img{
border: none;
}
.chromestyle a:focus {
outline: none
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
text-align: left; /*set value to "left", "center", or "right"*/
list-style-type: none;
height: 30px;
line-height: 20px;
padding: 5px 0;
margin: 0;
}


.chromestyle ul li{
display: inline; 
padding: 0;
margin: 0;
margin-right: 25px;
/*background: url(../images/menu_button_bg.jpg) top right no-repeat;*/
line-height: 20px;
height: 30px;
font-size: 15px;
/*color: #fff;
font-size: 16px;
line-height: 28px;	*/
}


.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*/
font-weight: normal;
height: 30px;
color: #012853;
text-decoration: none;
/*background: url(../images/menu_button_left.jpg) left top no-repeat;*/
padding: 5px 0;
/*padding-bottom: 6px;*/
}

.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: #ADC5E1;*/
color: #6699FF;
}

.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*/

	
	text-align: left;
	/*filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;*/
	/*background: #fff;*/
	border: 1px solid #ADC5E1; /*#C8CFFD;*/
	margin-top: 0px;
	/*margin-top: -1px;*/ /*setting for FF and other standards compliant browsers*/
	/*#margin-top: 0px;*/ /*setting for IE7*/
	/*_margin-top: 0px;*/ /*setting for IE6*/
	
	background: #fff;
}

/* * html .dropmenudiv{
	background-color: #fff;
	back\ground-color: transparent;
	background-image: url(file:///F|/Work/Grebot%20Donnelly/GDA%20-%20Preston%20Manor%20Website/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	_filter: none;
	_background-color: #fff;
}*/

.dropmenudiv a{
width: auto;
padding: 2px 5px;
/*margin-top: 1px;*/
display: block;
text-decoration: none;
/*background-color: #FFFFFF;*/
font-size: 14px;
line-height: 22px;
/*color: #ADC5E1;*//*#C8CFFD;*/
color: #6699FF; 
}

* html .dropmenudiv a{ /*IE only hack*/
width: auto;
}

.dropmenudiv a:hover{ /*Theme Change here*/
color: #fff;
background: #6699FF; /*#C8CFFD; */ /*#80babb*/
text-decoration: none;
}

