/* this is the main UL element*/
.dropdown{
	visibility:hidden;
	margin:0;
	padding:0;
	list-style:none;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	list-style:none;
	background-color: #000000;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	padding:10px;
	background-color:#000000;
	cursor:pointer;
	margin-right: 40px;
	display: inline;
}

.dropdown li.foreclosure{
	background: #BC0112;
}

#mainBottom {
	margin-top: 15px;
}

.sublist {
	width: 130px;
}


/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration:none;
	color:#FFF;
	width: 100%;
	margin: 0;
}

.dropdown a:hover{
	text-decoration:none;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border:1px solid #444;
	border-top:0;
	margin-left:-1px;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu{
	cursor: default;


}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown ul li.submenu{
	background-image:url('expand_right.gif');
	background-position:center right;
	width:120px;
}

.dropdown ul li.sublist{
	color: #000000;
	background-color: #FFFFFF;
	width: 100%;
	padding: 0;
	z-index: 100;
}
#PrimeSouthFlash {
	z-index: 1;
}

#menu {
	margin-left: 1px;
}



.dropdown ul li.sublist:hover{
	color: #FFF;
	background-color: #BC0112;
}

.dropdown ul li.sublist a{
	color: #000000;
	padding: 10px 5px 10px 5px;
	width: 150px;
}

.dropdown ul li.sublist a:hover{
	color: #FFF;
	background-color: #BC0112;
	padding: 10px 5px 10px 5px;
}

.dropdown li.submenu:hover{
	background-color: #BC0112;
	color: #FFFFFF;
}

.dropdown li:hover{
	background-color: #BC0112;
	color: #FFFFFF;
}	

.dropdown li:hover a{
	color:#FFF;
}

.dropdown li.foreclosure:hover{
	background: #999;
}

#wrap #main {
	float: right;
	width: 665px;
}
