/* primary level */

#navigation {
	float: left;
	margin: 0;
	padding: 0;
	background: #2B2C2E;
	font-size: 1.1em;
	width: 100%;
	clear: both;
	border-top: 1px solid black;
	border-bottom: 1px solid white;
}

#navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: normal;
	background: #2B2C2E;
	text-align: center;
}

#navigation li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	background: #2B2C2E;
	text-align: center;
}

#navigation li.pipe {
	margin: .7em 0 0; 
	padding: 0;
	width: 1px;
	height: 1em;
	background: white;
}

* html #navigation li.pipe {
	margin: .6em 0 0; 
}

#navigation a {
	display: block;
	text-decoration: none;
	color: white;
	padding: .5em 15px;
	height: 100%;
	text-align: center;
}

* html #navigation a {
	padding-top: .6em;
	display: inline;
}

* html #navigation a {
	fl\oat: left;
}

html[xmlns] #navigation a {
	padding: .55em 1em;
}

#navigation a:hover {
	background: #999;
}

/* Set widths for IE 5.x Mac */
*>html #navhome, *>html #navhome a,
*>html #navadmin, *>html #navnavadmin a,
*>html #navprivate, *>html #navprivate a,
*>html #navcompany, *>html #navcompany a,
*>html #navclients, *>html #navclients a,
*>html #navproperties, *>html #navproperties a,
*>html #navcontact, *>html #navcontact a {
	width: .1em;
}

/* You Are Here */
body#home li#navhome,
body#company li#navcompany, body#companypro li#navcompany,
body#client li#navclients,
body#properties li#navproperties,
body#contact li#navcontact {
	background: #555;
}

/* style subnavigaion */
#subnav {
	margin: 0;
	padding: 0 2.8em 0 0;
	border: none;
}

#subnav ul, #subnavnest1 ul {
	font-size: 1.1em;
	margin: 0 0 1em 1em; 
	padding: 0 0 1em;
	list-style: none;
	font-weight: normal;
	text-align: right;
	border-bottom: 1px solid #e6e6e6;
}
#subnavnest1 ul {
	border-bottom: none;
}

#subnav li, #subnavnest1 li {
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: 1.5em;
}

#subnav a, #subnavnest1 a {
	text-decoration: none;
	margin: 0;
	color: gray;
	padding: 0 .2em;
	display: block;
}

#subnav p{
	margin: 0;
	color: gray;
	padding: 0 .2em;
	display: block;
}

/* \*/
* html #leftcol a {
height: 1%;
}
/* Makes IE (PC-only) click entire link */

#subnav a:hover, #subnavnest1 a:hover {
	background: #aaa;
	color: black;
}


/* miscellaneous (admin & private) formatting */
#admin li#navadmin a {
	margin-bottom: -1px;
	border-bottom: 1px solid #93AECB;
}

*>html body#admin li#navadmin a { /* For IE Mac */
	margin-bottom: -2px;
	border-bottom: 2px solid #93AECB;
}
*>html body#admin li#navprivate { /* For IE Mac */
	margin-bottom: -1px;
	border-bottom: 1px solid #E8A630;
}

li#navprivate a { background:#E8A630;color:black; }
li#navadmin a { background:#93AECB;color:black; }
li#navadmin a:hover, li#navadmin a:hover { background: #93AECB; }

