/* CSS Menu */

#menu {
	width: 748px;
	height: 32px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #090F49;
	border-right: 1px solid #090F49;
	}	

#menu img {
float: left;
}
	
.menu ul {
	list-style-type: none;
	}

.menu li {
	float: left;
	}	

/*grouped elements from main buttons*/
#mm_home,
#mm_buying,
#mm_selling,
#mm_renting,
#mm_finance,
#mm_news,
#mm_about,
#mm_contact {
	display: block;
	height: 32px;
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -9999em;
	}	

/*main menu buttons*/
#mm_home {
	background-image: url(../img/nav_01.gif);
	width: 75px;
	}

#mm_buying {
	background-image: url(../img/nav_02.gif);
	width: 86px;
	}

#mm_selling {
	background-image: url(../img/nav_03.gif);
	width: 85px;
	}
	
#mm_renting {
	background-image: url(../img/nav_04.gif);
	width: 88px;
	}

#mm_finance {
	background-image: url(../img/nav_05.gif);
	width: 93px;
	}

#mm_news {
	background-image: url(../img/nav_06.gif);
	width: 72px;
	}

#mm_about {
	background-image: url(../img/nav_07.gif);
	width: 103px;
	}

#mm_contact {
	background-image: url(../img/nav_08.gif);
	width: 118px;
	}

	
.menu li a#mm_home:hover,
.menu li a#mm_buying:hover,
.menu li a#mm_selling:hover,
.menu li a#mm_renting:hover,
.menu li a#mm_finance:hover,
.menu li a#mm_news:hover,
.menu li a#mm_about:hover,
.menu li a#mm_contact:hover {
	background-position: bottom left;
	}	
	
/* second-level lists */		
.menu li ul { 
	text-transform: lowercase;
	text-decoration: none; 
	padding:0; 
	margin:0;
	width: 135px;
	}

.menu ul li a {
	display: block; 
	width: 200px; 
	height: auto;
	padding: 4px;
	font-size: 1.5em;
	font-weight:bold;
 	border: 1px solid #8D8EAC;
 	background: #181A55;
	color: #FFFFFF;
	text-decoration: none; 
	-moz-opacity:.95;
    filter:alpha(opacity=95);	
	}
		
.menu ul li a:hover {
	text-decoration: none; 
	border: 1px solid #DFDFE7;
	font-size: 1.5em;
	font-weight:bold;
	background: #8384A3;
	color: #FFF;
	}

/*Activates main button*/
body#home #mm_home,
body#buying #mm_buying,
body#selling #mm_selling,
body#renting #mm_renting,
body#finance #mm_finance,
body#news #mm_news,
body#about #mm_about,
body#contact #mm_contact {
	background-position: bottom left;
	}	
