/* CSS Document */

mbody {
	margin: 0;
	padding: 0;
	background: white;
	font: 65% verdana, arial, sans-serif;
	color: #FFFFFF;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
dl#menu {
position: absolute;
width: 174px;

}
dl#menu dt {
	cursor: pointer;
	margin: 0px 0;
	height: 30px;
	line-height: 30px;
	text-align: left;
	background: #EAE5D9;
	border-bottom: 1px dotted #CCCCCC;
}
dl#menu dd {
	border: 0px solid #E8E1D7;
}
dl#menu li {
	background: #dbd3c7;
	text-align: left;
	line-height: 20px;

}
dl#menu li a, #menu dt a {
color: #454545;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

dl#menu li a:hover, #menu dt a:hover {
background: #ccb49d;

}


dl#menu ul#menuFeaturedBuilders li a {
	font-size:10px;
	margin-left:10px;
	
}



/*.mentions {
position: absolute;
top : 300px;
left : 10px;
color: #000;
background-color: #ddd;
}
*/



