/****************************** MAIN Navigation **/
#navdiv {
	width: 600px;
	height: 61px;
	margin-left: 400px;
	font-size: 11px;
	font-family: Arial;
}

#navdiv ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#nav li {
	height: 61px;
	float: left;
	position: relative;
	background: #ed1c24;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
		
}

#nav li a {
	display: block;
	color: #fff;
	text-decoration: none;
	text-indent: -8888px;
	height: 61px;
	cursor: pointer;
	outline: none;
}

#nav li a:hover {
	color: #000;
	outline: none;
}

/* GRAPHICS headers
************************************/
#home a {
	background: url(../img/nav_1.png) 0 0 no-repeat;
	width: 78px;
}

#aboutus a {
	background: url(../img/nav_2.png) 0 0 no-repeat;
	width: 78px;
}

#listings a {
	background: url(../img/nav_3.png) 0 0 no-repeat;
	width: 113px;	
}

#news a {
	background: url(../img/nav_4.png) 0 0 no-repeat;
	width: 93px;
}

#propertyman a {
	background: url(../img/nav_5.png) 0 0 no-repeat;
	width: 99px;	
}

#contact a {
	background: url(../img/nav_6.png) 0 0 no-repeat;
	width: 89px;	
}

#mediacentre a {
	background:url(../img/nav_4_new1.png) 0 0 no-repeat;
	width: 93px;
}

#home a:hover, #aboutus a:hover, #listings a:hover, #news a:hover, #propertyman a:hover, #contact a:hover, #mediacentre a:hover {
	background-position: 0 -59px;
	outline: none;
}


/*DROP  Styles 
************************************/
#nav li ul {
	position: absolute;
	left: 0px;
	top: 61px;
	display: none;
	width: 200px;
	z-index: 888;
}

#nav li ul li {
	width: 170px;
	height: 30px;
	float: none;
	border-bottom: 1px solid #fff;
}

#nav li ul li a {
	display: block;
	padding: 10px 10px;
	margin: 0px;
	text-align: left;
	text-indent: 0px;
	width: 100%;
	background: none;
	height: 10px;
}

#nav li ul li a:hover {
	background: none;
}


/* The magic
************************************/
#nav li:hover ul, #nav li.over ul {
	display: block;
}

li:hover ul, li.over ul { 
	display: block; }


/* Fix IE. Hide from IE Mac
************************************/
* html ul li {
	float: left;
	height: 1%;
}

* html ul li a {
	height: 1%;
}