
/* remove border from fieldset and img */
fieldset, img {
	border: none;
}

body {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background-color:#ffffff;
	color:#494848;
}

body a {
	color:#5690cc;
	text-decoration:underline 1px #cccccc;
}
body a:link {
	color:#5690cc;
	text-decoration:underline 1px #cccccc;
}
body a:active {
	color:#5690cc;
	text-decoration:underline 1px #cccccc;
}
body a:visited {
	color:#5690cc;
	text-decoration:underline 1px #cccccc;
}
body a:hover {
	color:#AD8F27;
	text-decoration:none;
}


ul {
	margin:0px 0px 0px 15px;
	padding:0px;
}

ul li#home {
	margin:0px;
	padding:0px;
}
ul li#housing {
	margin:0px;
	padding:0px;
}
ul li#residents {
	margin:0px;
	padding:0px;
}
ul li#landlords {
	margin:0px;
	padding:0px;
}
ul li#properties {
	margin:0px;
	padding:0px;
}
ul li#news {
	margin:0px;
	padding:0px;
}
ul li#about {
	margin:0px;
	padding:0px;
}
ul li#careers {
	margin:0px;
	padding:0px;
}
ul li#contact {
	margin:0px;
	padding:0px;
}


.clearBoth {
	clear:both;
}
.hrLightGray {
	width:100%;
	border-bottom:1px #dfdfdf solid;
}
#header {
	width:1000px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#000000;
	z-index:90;	/*added for flashNav for full height gray background - keeps top nav above it */
}

#headerTop {
	width:1000px;
	height:81px;
	background-image:url("../../images/top_bg1.gif");
	background-repeat:no-repeat;
	position:relative;
}

#header a {
	color:#FFFFFF;
	text-decoration:none;
}
#header a:link {
	color:#FFFFFF;
	text-decoration:none;
}
#header a:active {
	color:#FFFFFF;
	text-decoration:none;
}
#header a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#header a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#headerLeft {
	position:absolute;
	top:19px;
	left:0px;
	width:805px;
	height:63px;
	overflow:hidden;
}

.headerLeftLogo {
	position:absolute;
	top:0px;
	left:0px;
}

#headerLeftSearch {
}

#headerLeftMenu {
	clear:both;
	float:right;
	width:600px;
	height:25px;
	margin-top:9px;
}

#headerRight {
	position:absolute;
	bottom:10px;
	left:854px;
	width:140px;
	overflow:hidden;
}

#headerRight ul.bullets {
	list-style-image:none;
	padding:0px;
	margin:0px;
}

#headerRight li.bullets {
	list-style-image:none;
	padding-bottom:3px;
	margin:0px;
}

#mainMenu {
	position:relative;
	clear:both;
	width:1000px;
	height:30px;
	background-image:url("../../images/bg_top_menu.gif");
	background-repeat:no-repeat;
}
#footer {
	width:1000px;
	height:70px;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:15px;
	color:#494848;
	position:relative;
}
#footer a {
	color:#7096bf;
	text-decoration:none;
}
#footer a:link {
	color:#7096bf;
	text-decoration:none;
}
#footer a:active {
	text-decoration:none;
	color:#7096bf;
}
#footer a:visited {
	text-decoration:none;
	color:#7096bf;
}
#footer a:hover {
	color:#7096bf;
	text-decoration:underline;
}

#footerLeftText1st {
	margin:15px 0px  0px 15px;
	float:left;
	height:20px;
}

#footerLeftTextRest {
	margin:10px 0px  0px 15px;
	float:left;
	color: #494848;
	height:30px;
}

#footerRightText1st {
	margin:15px 15px  0px 0px;
	float:right;
	height:20px;
}

#footerRightTextRest {
	margin:1px 15px  0px 0px;
	float:right;
	color: #494848;
	height:30px;
}
/* navigation styles */
.topNav {
	padding:0px;
	margin:0px 0px 0px 15px;
	list-style-type:none;
	display:inline;
	float:left;
	z-index:90;	/* added for flashNav  */
}
	
.topNav li{
	display:inline;
	float:left;
	list-style-type:none;
}
	
.topNav li A{
	display:block;
		
}

.topNav li a span {
	display:none;
}
.rolloverhome a {
display:block;
width: 95px;
height: 30px;
background: url("../../images/home.png") 0 0 no-repeat;
text-decoration: none;
}
.rolloverhome  a:hover { 
background-position: 0 -60px;
}
.rolloverhome  a:active {
background-position: 0 -30px;
}

.rollovercareers a {
display:block;
width: 108px;
height: 30px;
background: url("../../images/careers.png") 0 0 no-repeat;
text-decoration: none;
}
.rollovercareers  a:hover { 
background-position: 0 -60px;
}
.rollovercareers  a:active {
background-position: 0 -30px;
}

.rollovercontact a {
display:block;
width: 108px;
height: 30px;
background: url("../../images/contact.png") 0 0 no-repeat;
text-decoration: none;
}
.rollovercontact  a:hover { 
background-position: 0 -60px;
}
.rollovercontact  a:active {
background-position: 0 -30px;
}

.topNav li#home a, .topNav li#home{
	width:95px;
	height:30px;
	background:url("../../images/home.png") 100% 0px;
}

.topNav li#home a.current {
	width:95px;
	height:30px;
	background:url("../../images/home.png") 100% -30px;
}

.topNav li#home a.hover {
/*.topNav li#products a:hover {	flashNav changes */
	width:95px;
	height:30px;
	background:url("../../images/home.png") 100% -60px;
}


.topNav li#about a, .topNav li#about{
	width:108px;
	height:30px;
	background:url("../../images/about.png") 100% 0px;
}

.topNav li#about a.current {
	width:108px;
	height:30px;
	background:url("../../images/about.png") 100% -30px;
}

.topNav li#about a.hover {
/*.topNav li#products a:hover {	flashNav changes */
	width:108px;
	height:30px;
	background:url("../../images/about.png") 100% -60px;
}

.topNav li#careers a, .topNav li#careers{
	width:108px;
	height:30px;
	background:url("../../images/careers.png") 100% 0px;
}

.topNav li#careers a.current {
	width:108px;
	height:30px;
	background:url("../../images/careers.png") 100% -30px;
}

.topNav li#careers a.hover {
/*.topNav li#products a:hover {	flashNav changes */
	width:108px;
	height:30px;
	background:url("../../images/careers.png") 100% -60px;
}
.topNav li#contact a, .topNav li#contact{
	width:108px;
	height:30px;
	background:url("../../images/contact.png") 100% 0px;
}

.topNav li#contact a.current {
	width:108px;
	height:30px;
	background:url("../../images/contact.png") 100% -30px;
}

.topNav li#contact a.hover {
/*.topNav li#products a:hover {	flashNav changes */
	width:108px;
	height:30px;
	background:url("../../images/contact.png") 100% -60px;
}
.topNav li#housing a, .topNav li#housing{
	width:108px;
	height:30px;
	background:url("../../images/housing.png") 100% 0px;
}

.topNav li#housing a.current {
	width:108px;
	height:30px;
	background:url("../../images/housing.png") 100% -30px;
}

.topNav li#housing a.hover {
/*.topNav li#products a:hover {	flashNav changes */
	width:108px;
	height:30px;
	background:url("../../images/housing.png") 100% -60px;
}
.topNav li#landlords a, .topNav li#landlords{
	width:108px;
	height:30px;
	background:url("../../images/landlords.png") 100% 0px;
}

.topNav li#landlords a.current {
	width:108px;
	height:30px;
	background:url("../../images/landlords.png") 100% -30px;
}

.topNav li#landlords a.hover {
/*.topNav li#products a:hover {	flashNav changes */
	width:108px;
	height:30px;
	background:url("../../images/landlords.png") 100% -60px;
}
.topNav li#properties a, .topNav li#properties{
	width:108px;
	height:30px;
	background:url("../../images/properties.png") 100% 0px;
}

.topNav li#properties a.current {
	width:108px;
	height:30px;
	background:url("../../images/properties.png") 100% -30px;
}

.topNav li#properties a.hover {
/*.topNav li#products a:hover {	flashNav changes */
	width:108px;
	height:30px;
	background:url("../../images/properties.png") 100% -60px;
}
.topNav li#residents a, .topNav li#residents{
	width:108px;
	height:30px;
	background:url("../../images/residents.png") 100% 0px;
}

.topNav li#residents a.current {
	width:108px;
	height:30px;
	background:url("../../images/residents.png") 100% -30px;
}

.topNav li#residents a.hover {
/*.topNav li#products a:hover {	flashNav changes */
	width:108px;
	height:30px;
	background:url("../../images/residents.png") 100% -60px;
}
.topNav li#news a, .topNav li#news{
	width:121px;
	height:30px;
	background:url("../../images/news.png") 100% 0px;
}

.topNav li#news a.current {
	width:121px;
	height:30px;
	background:url("../../images/news.png") 100% -30px;
}

.topNav li#news a.hover {
/*.topNav li#products a:hover {	flashNav changes */
	width:121px;
	height:30px;
	background:url("../../images/news.png") 100% -60px;
}
.menuDropdown {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#084a90;
}

.menuDropdownTab {
	margin-top: -29px;
}

.menuDropdownTabRight {
	margin-top: -29px;
	float: right;
	margin-right: 1px;
}

.menuDropdownClose {
	position:absolute;
	top:0px;
	right:20px;
	text-align:right;
	width:70px;
}

.menuDropdownClose2 {
	position:relative;
	top:-20px;
	right:20px;
	text-align:right;
}
.menuDropdownTitle {
	font-size:11px;
	line-height:21px;
	color:#084a90;
	text-transform:uppercase;
	font-weight:bold;
}


.menuDropdownBlue a:link {
	color:#FFFFFF;
	text-decoration:none;
}

.menuDropdownBlue a:active {
	color:#FFFFFF;
	text-decoration:none;
}

.menuDropdownBlue a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

.menuDropdownBlue a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

	
.menuDropdownBlue ul.plainList {
	list-style-type:none;
	padding:0px;
	margin:0px;
}


.menuDropdownBlue ul.bulletList {
	list-style-type:disc;
	padding:0px;
	margin:0px;
}


.menuDropdownBlue li.plainList {
	list-style-type:none;
	padding-bottom:5px;
	margin-left:-14px;
}

	
.menuDropdownBlue li.bulletList {
	list-style-type:disc;
}

	

.menuDropdownGray {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	color:#5c5a5a ;
}

.menuDropdownGray a {
	color:#5c5a5a;
	text-decoration:none;
}

.menuDropdownGray a:link {
	color:#5c5a5a;
	text-decoration:none;
}

.menuDropdownGray a:active {
	color:#5c5a5a;
	text-decoration:none;
}

.menuDropdownGray a:visited {
	color:#5c5a5a;
	text-decoration:none;
}

.menuDropdownGray a:hover {
	color:#7096BF;
	text-decoration:none;
}

.menuDropdownGray ul.plainList {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

.menuDropdownGray ul.bulletList {
	list-style-type:disc;
	padding:0px;
	margin:0px;
}

.menuDropdownGray li.plainList {
	list-style-type:none;
	margin-left:-14px;
}

.menuDropdownGray li.bulletList {
	list-style-type:disc;
}

.menuDropdownGray p {
	padding-bottom:10px;
}

	
.topNavAlpha a {
	padding:0px 3px;
}

.topNavAlpha div {
	padding:0px 3px;
}

	

#homeMenu {
	visibility:hidden;
	position:absolute;
	top: 110px;
	left: 15px;
	width:590px;
	z-index:90;
}

#homeMenuTop {
	background-image:url("../../images/menus/productsMenuTop.png");
	background-repeat:no-repeat;
	width:590px;
	height:10px;	
}
* html #homeMenuTop	/* hack for ie6 background png */
{
	background-image:url("../../images/menus/productsMenuTop.gif");
} 

#homeMenuBody {
	background-image:url("../../images/menus/productsMenuMiddle.png");
	background-repeat:repeat-y;
	width:590px;
}
* html #homeMenuBody	/* hack for ie6 background png */
{
	background-image:url("../../images/menus/productsMenuMiddle.gif");
} 

#homeMenuBottom {
	background-image:url("../../images/menus/productsMenuBottom.png");
	background-repeat:no-repeat;
	width:590px;
	height:18px;
	position:relative;
}
* html #homeMenuBottom	/* hack for ie6 background png */
{
	background-image:url("../../images/menus/productsMenuBottom.gif");
} 
	
.homeMenuInner {
	width:569px;
	margin-top:0px;
	margin-left:14px;
}

.homeMenuBlueWide {
	width:376px;
}

.homeMenuInnerLeftBlue {
	width:362px;
	float:left;
	overflow:hidden;
	margin-top:10px;
}

.homeMenuInnerLeft {
	width:130px;
	float:left;
	overflow:hidden;
}

.homeMenuInnerMiddle {
	margin-left:29px;
	width:203px;
	float:left;
	overflow:hidden;
}

.homeMenuInnerMiddleLeft {
	margin-top:10px;
	width:97px;
	float:left;
	overflow:hidden;
}

.homeMenuInnerMiddleRight {
	margin-left:14px;
	width:97px;
	float:left;
	overflow:hidden;
}

.homeMenuInnerRightGray {
	margin-left:14px;
	width:192px;
	float:left;
	overflow:hidden;
}

.homeMenuInnerRight {
	margin-left:12px;
	width:165px;
}

	
#homeMenuBottom {
}

.homeMenuBottomInner {
	float:right;
	margin-top:5px;
	margin-right:10px;
}


.homeMenuLightGray {
	background-color:#f6f6f7;
	color:#8d8d8d;
	font-weight:bold;
 margin-left: 1px;
}

	
.homeMenuLightGray strong {
	color:#323233;
	font-weight:bold;
}

	


#housingMenu {
	visibility:hidden;
	position:absolute;
	top: 110px;
	left: 110px;
	width:399px;
	z-index:90;
}

#housingMenuTop {
	background-image:url("../../images/HousingSubMenuTop.png");
	background-repeat:no-repeat;
	height:15px;
	width:399px;
	
}
* html #housingMenuTop	/* hack for ie6 background png */
{
	background-image:url("../../images/HousingSubMenuTop.png");
} 

#housingMenuBody {
	background-image:url("../../images/HousingSubMenuBody.png");
	background-repeat:repeat-y;
	width:399px;
	position:relative;
	
}
* html #housingMenuBody	/* hack for ie6 background png */
{
	background-image:url("../../images/HousingSubMenuBody.png");
} 

#housingMenuBottom {
	background-image:url("../../images/HousingSubMenuBottom.png");
	background-repeat:no-repeat;
	height:35px;
	width:399px;
	position:relative;
}
* html #housingMenuBottom	/* hack for ie6 background png */
{
	background-image:url("../../images/HousingSubMenuBottom.gif");
} 

	
.housingMenuInner {
	width:360px;
	margin-top:0px;
	margin-left:14px;
}

.housingMenuBlueWide {
	width:381px;
}

.housingMenuInnerLeftBlue {
	width:381px;
	float:left;
	overflow:hidden;
	margin-top:10px;
}

.housingMenuInnerLeft {
	width:175px;
	float:left;
	overflow:hidden;
}

.housingMenuInnerMiddle {
	margin-left:29px;
	width:177px;
	float:left;
	overflow:hidden;
}

.housingMenuInnerMiddleLeft {
	margin-top:10px;
	width:100px;
	float:left;
	overflow:hidden;
}

.housingMenuInnerMiddleRight {
	margin-left:17px;
	width:100px;
	float:left;
	overflow:hidden;
}

.housingMenuInnerRightGray {
	margin-left:14px;
	width:173px;
	float:left;
	overflow:hidden;
}

.housingMenuInnerRight {
	margin-left:12px;
	width:148px;
}

	
#housingMenuBottom {
}

.housingMenuBottomInner {
	float:right;
	margin-top:5px;
	margin-right:10px;
}



/* residents TAB */
#residentsMenu {
	visibility:hidden;
	position:absolute;
	top: 110px;
	left: 218px;
	width:399px;
	z-index:90;
}

#residentsMenuTop {
	background-image:url("../../images/HousingSubMenuTop.png");
	background-repeat:no-repeat;
	height:15px;
	width:399px;
}
* html #residentsMenuTop	/* hack for ie6 background png */
{
	background-image:url("../../images/HousingSubMenuTop.png");
} 

#residentsMenuBody {
	background-image:url("../../images/HousingSubMenuBody.png");
	background-repeat:repeat-y;
	width:399px;
	position: relative;
}
* html #residentsMenuBody	/* hack for ie6 background png */
{
	background-image:url("../../images/HousingSubMenuBody.png");
} 

#residentsMenuBottom {
	background-image:url("../../images/HousingSubMenuBottom.png");
	background-repeat:no-repeat;
	height:35px;
	width:399px;
	position:relative;
}
* html #residentsMenuBottom	/* hack for ie6 background png */
{
	background-image:url("../../images/HousingSubMenuBottom.png");
} 
	
.residentsMenuInner {
	width:399px;
	margin-top:0px;
	margin-left:13px;
}

.residentsMenuBlueWide {
	width:358px;
}

.residentsMenuInnerLeftBlue {
	width:358px;
	float:left;
	overflow:hidden;
	margin-top:10px;
}

.residentsMenuInnerLeft {
	width:158px;
	float:left;
	overflow:hidden;
}

.residentsMenuInnerMiddle {
	margin-left:48px;
	width:152px;
	float:left;
	overflow:hidden;
}

.residentsMenuInnerRightGray {
	margin-left:20px;
	width:192px;
	float:left;
	overflow:hidden;
}

.residentsMenuInnerRight {
	margin-left:13px;
	width:163px;
}

	
#residentsMenuBottom {
}

.residentsMenuBottomInner {
	float:right;
	margin-top:5px;
	margin-right:10px;
}


	


#landlordsMenu {
	visibility:hidden;
	position:absolute;
	top: 110px;
	left: 326px;
	width:399px;
	z-index:90;
}

#landlordsMenuTop {
	background-image:url("../../images/HousingSubMenuTop.png");
	background-repeat:no-repeat;
	height:15px;
	width:399px;
}
* html #landlordsMenuTop	/* hack for ie6 background png */
{
	background-image:url("../../images/HousingSubMenuTop.png");
} 

#landlordsMenuBody {
	background-image:url("../../images/HousingSubMenuBody.png");
	background-repeat:repeat-y;
	width:399px;

}
* html #landlordsMenuBody	/* hack for ie6 background png */
{
	background-image:url("../../images/HousingSubMenuBody.png");
} 

#landlordsMenuBottom {
	background-image:url("../../images/HousingSubMenuBottom.png");
	background-repeat:no-repeat;
	height:35px;
	width:399px;
	position:relative;
}
* html #landlordsMenuBottom	/* hack for ie6 background png */
{
	background-image:url("../../images/HousingSubMenuBottom.png");
} 

	
.landlordsMenuInner {
	width:399px;
	margin-top:0px;
	margin-left:13px;
}

.landlordsMenuInnerLeftBlue {
	background-image:url("../../images/top/nav_sup_bg_body_vert_dots.gif");
	background-repeat:repeat-y;
	width:330px;
	float:left;
	overflow:hidden;
	margin-top:10px;
}

.landlordsMenuInnerLeft {
	width:148px;
	float:left;
	overflow:hidden;
}

.landlordsMenuInnerMiddle {
	margin-left:30px;
	width:148px;
	float:left;
	overflow:hidden;
}

.landlordsMenuInnerRightGray {
	margin-left:5px;
	width:189px;
	float:left;
	overflow:hidden;
}

.landlordsMenuInnerRight {
	margin-left:13px;
	width:158px;
}

	
#landlordsMenuBottom {
}

.landlordsMenuBottomInner {
	float:right;
	margin-top:5px;
	margin-right:10px;
}

#propertiesMenu {
	visibility:hidden;
	position:absolute;
	top: 110px;
	left: 434px;
	width:399px;
	z-index:90;
}

#propertiesMenuTop {
	background-image:url("../../images/HousingSubMenuTop.png");
	background-repeat:no-repeat;
	height:15px;
	width:399px;
}
* html #propertiesMenuTop	/* hack for ie6 background png */
{
	background-image:url("../../images/HousingSubMenuTop.png");
} 

#propertiesMenuBody {
	background-image:url("../../images/HousingSubMenuBody.png");
	background-repeat:repeat-y;
	width:399px;

}
* html #propertiesMenuBody	/* hack for ie6 background png */
{
	background-image:url("../../images/HousingSubMenuBody.png");
} 

#propertiesMenuBottom {
	background-image:url("../../images/HousingSubMenuBottom.png");
	background-repeat:no-repeat;
	height:35px;
	width:399px;
	position:relative;
	/*margin-top:10px;*/
}
* html #propertiesMenuBottom	/* hack for ie6 background png */
{
	background-image:url("../../images/HousingSubMenuBottom.png");
} 

.propertiesMenuInner {
	width:399px;
	margin-top:0px;
	margin-left:13px;
}	
	
.propertiesMenuInnerLeft {
	width:153px;
	float:left;
	overflow:hidden;
}

.propertiesMenuInnerRight {
	margin-left:41px;
	width:169px;
	float:left;
	overflow:hidden;
}

	
.propertiesMenuBottomInner {
	float:right;
	margin-top:5px;
	margin-right:10px;
}

#newsMenu {
	visibility:hidden;
	position:absolute;
	top: 110px;
	left: 542px;
	width:399px;
	z-index:90;
}

#newsMenuTop {
	background-image:url("../../images/NewsSubMenuTop.png");
	background-repeat:no-repeat;
	height:15px;
	width:399px;
}
* html #newsMenuTop	/* hack for ie6 background png */
{
	background-image:url("../../images/NewsSubMenuTop.png");
} 

#newsMenuBody {
	background-image:url("../../images/HousingSubMenuBody.png");
	background-repeat:repeat-y;
	width:399px;

}
* html #newsMenuBody	/* hack for ie6 background png */
{
	background-image:url("../../images/HousingSubMenuBody.png");
} 

#newsMenuBottom {
	clear:both;
	background-image:url("../../images/HousingSubMenuBottom.png");
	background-repeat:no-repeat;
	height:35px;
	width:399px;
	position:relative;
}
* html #newsMenuBottom	/* hack for ie6 background png */
{
	background-image:url("../../images/HousingSubMenuBottom.png");
} 

.newsMenuInner {
	width:399px;
	margin-top:0px;
	margin-left:13px;
}	

		
.newsMenuInnerLeft {
	width:162px;
	float:left;
	overflow:hidden;
}

.newsMenuInnerMiddle {
	margin-left:31px;
	width:164px;
	float:left;
	overflow:hidden;
}

.newsMenuInnerRight {
	margin-left:31px;
	width:163px;
	float:left;
	overflow:hidden;
}

	
.newsMenuBottom {
}

.newsMenuBottomInner {
	float:right;
	margin-top:5px;
        margin-right:10px;
}

	
#aboutMenu {
	visibility:hidden;
	position:absolute;
	top: 110px;
	left: 513px;
	width:399px;
	z-index:90;
}

#aboutMenuTop {
	background-image:url("../../images/AboutSubMenuTop.png");
	background-repeat:no-repeat;
	height:15px;
	width:399;
}
* html #aboutMenuTop	/* hack for ie6 background png */
{
	background-image:url("../../images/AboutSubMenuTop.png");
} 

#aboutMenuBody {
	background-image:url("../../images/HousingSubMenuBody.png");
	background-repeat:repeat-y;
	width:399px;

}
* html #aboutMenuBody	/* hack for ie6 background png */
{
	background-image:url("../../images/HousingSubMenuBody.png");
} 

#aboutMenuBottom {
	clear:both;
	background-image:url("../../images/HousingSubMenuBottom.png");
	background-repeat:no-repeat;
	height:35px;
	width:399px;
	position:relative;
}
* html #aboutMenuBottom	/* hack for ie6 background png */
{
	background-image:url("../../images/HousingSubMenuBottom.png");
} 

.aboutMenuInner {
	width:399px;
	margin-top:0px;
	margin-left:13px;
}	

	
.aboutMenuInnerLeft {
	width:162px;
	float:left;
	overflow:hidden;
}

.aboutMenuInnerMiddle {
	margin-left:31px;
	width:164px;
	float:left;
	overflow:hidden;
}

.aboutMenuInnerRight {
	margin-left:31px;
	width:163px;
	float:left;
	overflow:hidden;
}

	
.aboutMenuBottom {
}

.aboutMenuBottomInner {
	float:right;
	margin-top:5px;
    margin-right:10px;
}

#careersMenu {
	visibility:hidden;
	position:absolute;
	top: 110px;
	left: 376px;
	width:594px;
	z-index:90;
}

#careersMenuTop {
	background-image:url("../../images/menus/aboutMenuTop.png");
	background-repeat:no-repeat;
	height:11px;
	width:594px;
}

#careersMenuBody {
	background-image:url("../../images/menus/aboutMenuMiddle.png");
	background-repeat:repeat-y;
	width:594px;
}

#careersMenuBottom {
	clear:both;
	background-image:url("../../images/menus/aboutMenuBottom.png");
	background-repeat:no-repeat;
	height:18px;
	width:594px;
	position:relative;
}
	
#contactMenu {
	visibility:hidden;
	position:absolute;
	top: 110px;
	left: 376px;
	width:594px;
	z-index:90;
}

#contactMenuTop {
	background-image:url("../../images/menus/aboutMenuTop.png");
	background-repeat:no-repeat;
	height:11px;
	width:594px;
}

#contactMenuBody {
	background-image:url("../../images/menus/aboutMenuMiddle.png");
	background-repeat:repeat-y;
	width:594px;
}

#contactMenuBottom {
	clear:both;
	background-image:url("../../images/menus/aboutMenuBottom.png");
	background-repeat:no-repeat;
	height:18px;
	width:594px;
	position:relative;
}
