.chromestyle{
width: 99%;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 100%; /*THEME CHANGE HERE*/
	padding: 10px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	font: 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.chromestyle ul li{
	display: inline;

}

.chromestyle ul li a{
	color: #FFFFFF;
	padding: 4px 12px;
	margin: 0;
	text-decoration: none;
	letter-spacing: 1px;
}

.chromestyle ul li a:hover{
	color: #999999;
	background: #000 url(../images/button_bg.gif) repeat-x center top;
}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	z-index:100;
	width: 150px;
	visibility: hidden;
	background: #000000 url(../images/menu_bg.gif) repeat-x center top;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=135,strength=2); /*Add Shadow in IE. Remove if desired*/
	font: 10px/18px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 12px;
padding: 8px 0;
text-decoration: none;
	letter-spacing: 1px;
color: #CCCCCC;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #FFFFFF;
	background: url(../images/button_bg.gif) repeat-x center center;

}
.enq_info {
	padding: 5px;
	background-color: #EFEFEF;
	border:1px solid #CC0000;
}
.enq_info p {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.enq_info li {
	margin-left: -15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
}
.enq_info input {
	float: right;
	padding: 1px;
	font-size: 10px;
	border: 1px solid #999999;
	background-color: #ECE9D8;
}
.key_images {
	vertical-align:text-bottom;
	border:1px solid #CCCCCC;
	display:inline;
	padding:1px;
}
