/* CSS Document */

#nav_wrapper {
	width: 900px;
	margin: 0px;
	height: 30px;
}

#home {
	float: left;
	width: 30px;
	height: 30px;
	margin: 0px -60px 0px 30px;
	background: rgb(0,131,194);
}

#home img {
	position: relative;
	top: 24%;
	left: 16%;
}

#nav {
	float: left;
	width: 870px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 30px;
	text-align: center;
	margin: 0px 30px 0px 61px;
}

#nav a {
	color: #FFF;
	text-decoration: none;
}

#nav a:hover {
	color: #FFF;
	text-decoration: none;
	background: rgb(138,37,41);
}
/*
#menu_home {
	float: left;
	width: 30px;
	border-right: solid #FFF 1px;
	background-color: rgb(0,131,194);
	background-image: url(Images/HomeIcon.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -1000em;
}
#menu_home a:hover {
	background: rgb(138,37,41) url(Images/HomeIcon.png) no-repeat center center;
*/
#menu_suites {
	float: left;
	width: 144px;
	background: rgb(0,101,164);
	border-right: solid #FFF 1px;
}

#menu_overview {
	float: left;
	width: 144px;
	background: rgb(0,101,164);
	border-right: solid #FFF 1px;
}

#menu_communication {
	float: left;
	width: 144px;
	background: rgb(0,101,164);
	border-right: solid #FFF 1px;
}

#menu_location {
	float: left;
	width: 144px;
	background: rgb(0,101,164);
	border-right: solid #FFF 1px;
}

#menu_services {
	float: left;
	width: 144px;
	background: rgb(0,101,164);
	border-right: solid #FFF 1px;
}

#menu_contact {
	float: left;
	width: 144px;
	background: rgb(0,101,164);
}

#menu, #menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	z-index: 5;
}

#menu a {
	display: block;
	text-decoration: none;
}

#menu li {
	float: left;
	position: relative;
}

#menu li img {
	border: 0;
	position: absolute;
	top: 13px;
	left: 125px;
}

#menu ul {
	display: none;
	left: 0;
	position: absolute;
	top: 30px;
	width: 144px;
}

#menu li.selected {
	background: rgb(138,37,41);
}

/* place image classes here */

#menu li ul a {
	width: 155px;
	height: auto;
	float: left;
	text-align: left;
	background: rgb(233,242,254);
	padding: 4px 0 3px 10px;
	color: rgb(74,74,74);
	line-height: 20px;
}

#menu li ul a:hover {
	color: #FFF;
	background: rgb(0,131,194);
}

#menu ul ul {
	top: auto;
}

#menu li:hover ul {
	display: block;
}
