.mainnav {
width: 150px;
height: 100px;
float: left;
border: 1px solid #eee;
}

#tabs ul, #tabs-buying ul, #tabs-loans ul, #tabs-team ul {
clear: left;
width: 170px;
list-style-type:none;
margin-left:5px;
border-right: 1px solid;
}

#tabs-team ul {
margin-top: 0;
}


#tabs ul li, #tabs-buying ul li, #tabs-loans ul li, #tabs-team ul li {
list-style-type:none;
line-height:45px;
border-bottom: 1px dashed;
}

#tabs ul:first-child, #tabs-buying ul:first-child, #tabs-loans ul:first-child, #tabs-team ul:first-child {
border-top: 1px dashed;
}

#tabs ul li a , #tabs-buying ul li a, #tabs-loans ul li a, #tabs-team ul li a {
	display:block;	
	outline:none;
	margin-left: 20px;
/*	padding-left:-20px;*/
}

/*#tabs ul li a:hover {
	display:block;	
	background-color: #D2DFD5;
	text-decoration:none;
	padding-left:20px;
	margin-left:0px;
}*/


#tabs-buying ul li a.specialLinkBuying:hover, #tabs-team ul li a.specialLinkBuying:hover {
	display:block;	
	background-color: #d3dde2;
	text-decoration:none;
	padding-left:20px;
	margin-left:0px;
}

#tabs ul li a.specialLink:hover {
	display:block;	
	/*background-color: #d2dfd5;*/
	background-color:#ffc;
	text-decoration:none;
	padding-left:20px;
	margin-left:0px;
}

#tabs-loans ul li a.specialLinkLoans:hover {
	display:block;	
	background-color: #e1e0ef;
	text-decoration:none;
	padding-left:20px;
	margin-left:0px;
}

#tabs p, #tabs-buying p, #tabs-loans p, #tabs-team p {
padding-right:10px;	
}

#tabs div , #tabs-buying div, #tabs-loans div, #tabs-team div{
width: 538px;
height:370px;
position:relative;
left: 30px;
overflow:auto;
}

*html #tabs div , #tabs-buying div, #tabs-loans div, #tabs-team div{
width:530px;
}

#tabs ul, #tabs div, #tabs-buying div, #tabs-buying ul, #tabs-loans div, #tabs-loans ul, #tabs-team div, #tabs-team ul {
float: left;
}

/*----this changes the link color background on the 3rd tier vertical nav bar*/
.active_buying {
background-color: #d3dde2;
}
.active{
/*background-color: #D2DFD5;*/
background-color:#ffc;
}
.active_loans {
background-color: #e1e0ef;
}

/*-----this controls the 'centering' of the 3rd tier veritical nav bar*/

.BuyTypeTopMargin { margin-top:55px; left:0;}

.BuyStepTopMargin { margin-top:33px; left:0;}

.SellStepMarginTop { margin-top:33px; left:0;}

.LoanTypeTopMargin { margin-top:55px; left:0;}

.LoanStepTopMargin { margin-top:55px; left:0;}

.AboutTeamTopMargin { margin-top:10px; left:0;}