/* Menu */
div.menu
{
	/* this weird combination of margins and paddings is here to help out our retarded friend IE6 */
	padding-bottom: 9px;
	margin-bottom: 1px;
}

ul#menuList {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 36px;
	background: url(../images/main_nav/nav_bg.png) repeat-x;
	position: relative;
}
ul#menuList li { list-style: none; float:left; }
ul#menuList a { text-decoration: none; display: block; text-indent: -1000px; overflow: hidden; outline: none; height: 36px; }
ul#menuList a:hover { background-position: left bottom; }

ul#menuList .home { width: 81px; background: url(../images/main_nav/nav_home.png) no-repeat; }
ul#menuList .listRoom { width: 143px; background: url(../images/main_nav/nav_listmyroom.png) no-repeat; }
ul#menuList .contactus { width: 124px; background: url(../images/main_nav/nav_contactus.png) no-repeat; }
ul#menuList .current { background-position: left -36px; }

ul#menuList .menuRight { float: right; line-height: 18px; }
ul#menuList .menuRight a 
{
	text-indent: 0px;
	width: 81px;
	height: 18px;
	margin-top: 8px;
	margin-bottom: 0px;
	color: White;
	font-size: 15px;
}
ul#menuList .menuRight a.login { text-align: right; margin-right: 10px; }
ul#menuList .menuRight span
{
	margin-right:10px;
	text-align:right;
	color:Black;
	font-size:15px;
	height:18px;
	margin-bottom:0px;
	margin-top:8px;
	text-indent:0;
	width:281px;
	display: block;
	overflow: hidden;
}

ul#menuList .menuRight a.register  
{
	width: 60px; 
	padding-right: 20px; 
	border-left: 1px Solid #8DC5E2; 
	padding-left: 10px; 
}
ul#menuList li.register a, ul#menuList .menuRight a.login
{
	text-decoration: none;
}
ul#menuList li.register a:hover, ul#menuList .menuRight a.login:hover
{
	text-decoration: underline;
}
ul#menuList a.shortlistnum span 
{
	display: block;
	width: 19px;
	text-align: center;
	cursor: pointer;
	position: relative;
	left: 87px;
	top: -6px;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial;
	text-indent: 0%;
	color: #2978A3;
}
ul#menuList a.shortlistnum span.ten { font-size: 12px; left: 86px; }
ul#menuList a.shortlistnum span.more { font-size: 11px; top: -5px; letter-spacing: -1px; }

/* Links list */
ul.links 
{
	list-style: none;
	padding: 0px;
	margin: 5px 0px 23px 0px;
}
ul.links li 
{
	list-style: none;
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	line-height: 19px;
}
ul.links li a 
{
	font-size: 13px;
}