@charset "utf-8";
/* CSS Document */


/* style the dropdown menus */
.dmenu {
display: none; /* REQUIRED dont display them to begin with */
position: absolute; /* REQUIRED enables javascript to position them below the right tab */
z-index: 100; /* REQUIRED makes sure they appear on top of other content on the page */
margin: 40px 0 0 0; /* display them 21px below the top of the tabs. this is a kind of average value for the height of the tabs, which seems to vary slightly between browsers */
padding: 0px; /* put some space around the contents */
float:none;
background:#7c7f28;
text-align: left; /* just in case */
}


ul#tabbar { list-style:none; margin:0px 0px 0px 263px; padding:0px; }
ul#tabbar li { float:left; margin:0px; padding:0; }
ul#tabbar li a { 
	float:left;
	height:40px;
	display:block;
	vertical-align:middle;
	text-transform:Capitalize;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:0px 10px 0px 10px;
	text-align:center;
	font-size:16px;
	font-family:Arial;
	line-height:40px;
 }

ul#tabbar li a span { display:none; }
ul#tabbar li a img { border:none; }

div#menu div.dmenu ul li.page_item ul { padding-left:10px; }

div#menu div.dmenu ul { margin:0px; padding:0px; }
div#menu div.dmenu ul li.page_item { float:none;list-style:none; }
div#menu div.dmenu ul li.page_item a {
	display:block;
	padding:0px 9px 0px 9px;
	color:#FFF;
	text-decoration:none;
	border-left:none;
	border-right:none;
	vertical-align:middle;
	float:none;
	font-size:15px;
	font-weight:normal;
	text-align:left;
	height:30px;
	line-height:30px;	
}
div#menu div.dmenu ul li.page_item a:hover, div#menu div.dmenu ul li.current_page_item a {
	background:#919436;
}


ul#tabbar li a:hover { background:#7c7f28; }

li.current_page_item a { color:#FFF; text-decoration:none; }


#realtors_other_links_menu { width:190px; }
#articles_menu { width:262px; }
#mortgages_menu { width:145px; }