@charset "utf-8";
body, html
{
	padding: 0px;
	margin:0px;

}
#headerWrapper {
	position: relative;
	width: 100%;
	background-image: url('images/upperShadow.png');
	background-repeat: repeat-x;
	background-position: center 45px;
	padding: 0;
	margin: 0;
	z-index: 1000;
	background-color: #FFFFFF;
}
#headerWrapper #menuWrapper {
	padding: 0px;
	height: 50px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 0px;
	position: relative;
	vertical-align: bottom;
	z-index: 10;
}

#headerWrapper #menuWrapper a:link,
#headerWrapper #menuWrapper a:visited,
#headerWrapper #menuWrapper a:active,
#headerWrapper #menuWrapper a
{
       display:block;
       padding: 2px 7px 0 7px;
       text-decoration: none;
       color: #000000;    
}

#headerWrapper #menuWrapper a:hover
{
	text-decoration: none;
	color: #000000;
}

#headerWrapper #grayLine {
	background-image: url('images/backDown.png');
	background-repeat: repeat-x;
	position: relative;
	height: 19px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 9;
}

#headerWrapper #menuWrapper #logo {
	display: inline;
	position: relative;
	bottom: 0;
	padding: 0;
	margin: 0;
	top: -25px;
	clear: none;
	float: left;
	left: -3px;
	width: 210px;
}
#headerWrapper #menuWrapper #telephone
{
	position: absolute;
	right: 25px;
	top: -20px;
}

#leftEdge {
	position: relative;
	display: inline;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	bottom: 0px;
	height: 28px;
	width: 9px;
	clear: none;
	float: left;
	top: 22px;
}
#headerWrapper #menuWrapper #rightEdge {
	display: inline;
	position: relative;
	height: 28px;
	width: 7px;
	margin: 0px;
	padding: 0px;
	clear: none;
	float: left;
	top: 22px;
	background-color: #FFFFFF;
}
.contentButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
	background-color: #e6e6e6;
	bottom: 0px;
	display: inline;
	float: left;
	padding-top: 4px;
	/*padding-right: 6px;*/
	padding-bottom: 6px;
	/*padding-left: 6px;*/
	top: 26px;
	overflow: visible;
	cursor:pointer;
	position: relative;
	height: 14px;
}

.office_space_nav {
	width: 100px;
}

.virtual_offices_nav {
	width: 105px;
}

.conf_rooms_nav {
	width: 140px;
}

.about_nav {
	z-index: 9;
	width: 230px;
}

.contact_nav {
	width: 90px;
}

.contentButton:hover
{
	/*background-color: #fcb415;*/
	background-color: #8eb807;
}

#whyBusiness:hover
{
	/*background-color: #fcb415;*/
	background-color: #8eb807;
}

#whyBusiness:hover #whySubMenu
{
	display:block;
}

#whySubMenu
{
	display:none;
}

#aboutSubMenu
{
	display:none;
}

#aboutAlliance:hover #aboutSubMenu
{
	display:block;
}

.topShadow {
	background-image: url('images/topEdgeButton.png');
	background-repeat: repeat-x;
	position: absolute;
	height: 4px;
	width: 100%;
	top: -4px;
	left: 0px;
}
.sub-menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	left: 0px;
	/*top:0px;*/
	top:100%;
	position: absolute;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	/*border-right-color: #fcb415;
	border-bottom-color: #fcb415;
	border-left-color: #fcb415;*/
	border-right-color: #8eb807;
	border-bottom-color: #8eb807;
	border-left-color: #8eb807;
	display:none;
}

.sub-menu2
{
	
	left: 100%;
	position: absolute;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	/*border-right-color: #fcb415;
	border-bottom-color: #fcb415;
	border-left-color: #fcb415;*/
	border-right-color: #a9cc52;
	border-bottom-color: #a9cc52;
	border-left-color: #a9cc52;
	/*display:none;*/
}

#ASubmenu
{
	top: 10px;
	display:block;
}

#contentSubMenu2, #contentSubMenu3
{
	display:none;	
}

#servicesButton:hover #ASubmenu #contentSubMenu2
{
	display:block;
}

#BISubmenu
{
	top:70px;
	display:block;
}

#brokerButton:hover #BISubmenu #contentSubMenu3
{
	display:block;
}

#contentSubMenu1, #contentSubMenu2, #contentSubMenu3
{
	/*background-color: #fcb415;*/
	background-color: #a9cc52;
	width: 150px;
	height:auto;
	top: 0px;
	left: 0px;
	filter: alpha(opacity=80);
	opacity: 0.8;
	/*display:block;*/
}

.sub-menu ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right:0px;
	margin-bottom:0px;
}
.sub-menu li {
	font-size: 10px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.sub-menu li:hover {
	font-size: 10px;
	/*background-color:#FFFF66;*/
	background-color: #8eb807;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.hiddenPic {display:none;}

