/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#navigation {
	height: 33px;
	margin-left: 41px;
	background: #0a3467 url(../images/background/navigation_bg.gif) repeat-x;
}

#navigation_right {
	border-right: solid #0a3467 1px;
	position: relative;
	width: 230px;
	height: 33px;
	float: right;
	background: #dfeaf8 url(../images/background/navigation_bg_right.gif) repeat-x;
}

#navigation_right #find_a_property {
	display: block;
	height: 33px;
	line-height: 33px;
	font-size: 1.2em;
	text-align: right;
	color: #0a3467;
	width: 200px;
	padding: 0 15px;
	background-image: url(../images/icons/magnifying_glass.png);
	background-repeat: no-repeat;
	background-position: 95px center;
}

#navigation ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#navigation ul li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

#navigation ul li a {
	display: block;
	height: 33px;
	line-height: 33px;
	font-size: 1.2em;
	color: #FFF;
	background: #0a3467 url(../images/background/navigation_bg.gif) repeat-x;
	margin: 0 15px;
	padding: 0 15px;
}

#navigation ul li a:hover {
	background-image: url(../images/background/navigation_bg_hover.gif);
	color: #0a3467;
}

#navigation ul li ul {
	z-index: 100;
	position: absolute;
	top: 34px;
	left: 15px;
	background: #0a3467;
	display: none;
}

#navigation ul li ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#navigation ul li ul li a {
	display: block;
	font-size: 1.1em;
	color: #FFF;
	background: #0a3467;
	border: solid #0a3467 1px;
	background-image: none;
	padding: 5px 15px;
	margin: 0;
	line-height: 1.2em;
	height: auto;
	width: 150px;
}

#navigation ul li ul li a:hover {
	color: #0a3467;
	background-color: #faee1f;
	background-image: none;
}
