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

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

/* End */
/* Navigation */
#nav
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 20px;
	background-image: url(../img/nav_space.gif);
	background-repeat: repeat-x;
	background-position: left top;
	z-index: 100;
	overflow: hidden;
}

#nav li
{
	position: relative;
	margin: 0px;
	height: 20px;
	padding: 0px;
	float: left;
}
#nav li a
{
	display: block;
	width: auto;
	color:#fff;
	font-family: Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	height:20px;
	line-height: 20px;	
	padding:0 10px;
	text-decoration: none;
	text-transform: uppercase;
}
#nav li a:hover
{
	color:#ccc;
}
body#home a#home:hover {  }
#nav li a#home:hover {  }
body#press a#press {  }
#nav li a#services:hover {  }
body#services a#services {  }
#nav li a#pro:hover {  }
body#pro a#pro {  }
#nav li a#properties:hover {  }
body#properties a#properties {  }
#nav li a#contact:hover {  }
body#contact a#contact {  }
#nav li a#login:hover {  }
body#login a#login {  }

#nav li.dot
{
	display: block;
	width: 10px;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/dot.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

