/* CSS Document */

/* Menu
--------------------------------------------------------*/
/* Core CSS, don't edit */
#menu {display:block; margin-top: 3px;width: 713px;}
#menu ul {margin: 0 auto;padding:0;border:0;list-style-type:none; width:713px;}
#menu li {margin:0;padding:0;border:0;display:block;float:left;position:relative;}
#menu a {display:block; font-size:78%;}
#menu li li {width:100%;}
#menu li li ul {top:0;left:0;}
#menu li li:hover ul {left:100%;}
#menu li ul {display:none;position:absolute;z-index:10;}
#menu li:hover>ul {display:block;}
#menuList:after {content:".";height:0;display:block;visibility:hidden;overflow:hidden;clear:both;}
/* Clear-fix for IE5/Mac \*//*/
#menu a {float:left;}
#menuList {display:inline-block;}
/*  */
/* dropdown structure stuff */

#menu ul ul {
	border-bottom: 2px solid #ffd51d;
	}	
ul#buyList {
	width: 125px;
	}
ul#rentList {
	width: 104px;
	}
ul#financeList {
	width: 150px;
	}
ul#aboutList {
	width: 115px;
	}
#menu li li a {
	padding: 2px 15px !important;
	}
	
/*submenu background colour*/
#menu ul ul {
	background-color: #013a5c;
	}
/*submenu buttons*/
#menu li li a {
	border: none;
	text-transform: none;
	color: #fff;
	text-decoration:none;
	}
#menu li li a:hover {
	background-color: #00263d;
	}
	
	
#menuList a#mm_home,
#menuList a#mm_buying,
#menuList a#mm_selling,
#menuList a#mm_renting,
#menuList a#mm_finance,
#menuList a#mm_aboutus,
#menuList a#mm_contactus {height: 32px;}	
#menuList a span {display:none}	

#menuList a#mm_home {
	background: url(../imgs/mm_home.gif) 0 0 no-repeat;
	width: 85px;
	}
#menuList a#mm_buying {
	background: url(../imgs/mm_buying.gif) 0 0 no-repeat;
	width: 110px;
	}
#menuList a#mm_selling {
	background: url(../imgs/mm_selling.gif) 0 0 no-repeat;
	width: 103px;
	}
#menuList a#mm_renting {
	background: url(../imgs/mm_renting.gif) 0 0 no-repeat;
	width: 104px;
	}
#menuList a#mm_finance {
	background: url(../imgs/mm_finance.gif) 0 0 no-repeat;
	width: 103px;
	}
#menuList a#mm_aboutus {
	background: url(../imgs/mm_aboutus.gif) 0 0 no-repeat;
	width: 105px;
	}
#menuList a#mm_contactus {
	background: url(../imgs/mm_contactus.gif) 0 0 no-repeat;
	width: 103px;
	}
#menuList a#mm_home:hover,
#menuList a#mm_buying:hover,
#menuList a#mm_selling:hover,
#menuList a#mm_renting:hover,
#menuList a#mm_finance:hover,
#menuList a#mm_aboutus:hover,
#menuList a#mm_contactus:hover {
	background-position: 0 -32px;
	}
	
#menu ul ul#buyList ul {
	left: 125px;
	width: 200px;
	}
#menu ul ul#rentList ul {
	left: 104px;
	width: 200px;
	}