/* @override http://www.property10.net.au/chrometheme/chromestyle.css */

/* @override http://www.property10.net.au/chrometheme/chromestyle.css */

.chromestyle {
	width: 860px;
	font: normal 14px Helvetica, Arial, sans-serif;
	padding:15px 0px 0px 32px;
}

.chromestyle ul {
	background-color: #000; 
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-align: left;
	width: 860px;
}
.chromestyle ul li {
	display: inline;
}
.chromestyle ul li a {
	color: #fff;
	padding: 12px 11px 11px 11px;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
}
.chromestyle ul li a:hover {
	background-color: #2a3742;
	padding: 12px 11px 11px 11px;
	color: #fff;
}

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

.dropmenudiv {
	text-align: left;
	background-color: black;
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	font:normal 12px Helvetica, Arial, sans-serif;
	line-height:28px;
	z-index:100;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA, direction=135, strength=4); /*Add Shadow in IE. Remove if desired*/
		color: #fff;
}
.dropmenudiv a {
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #2a3742; /*THEME CHANGE HERE*/
	padding: 2px 0 2px 8px;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
	color: #fff;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #2a3742;
	color: #fff;
}
