/* 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;
}
#nav
{
	/* this weird combination of margins and paddings is here to help out our retarded friend IE6 */
	padding-bottom: 9px;
	margin-bottom: 0px;
	margin-top:0px;
}
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; }
/*---:[ nav menu styles ]:---*/
#tabs { list-style: none; border: 1px solid #ddd; border-width: 0 0 0px 0px;padding: 0;margin-top:0px;font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0; width: 100%; background:#3C3CFF; height: 34px; position:relative; }
	#tabs li { padding-top:0px;margin-bottom: 0em; background: #3C3CFF /*#efefef*/;height: 31px; border: 1px solid #000000; border-left: 0; float: left;margin-top:0px; }
	#tabs .current_page_item, #tabs .current-cat { padding-bottom: 0.1em; /*background: #fff*/; border-bottom: 0; }
		#tabs a { display: block; color: #ffffff;height:18px;text-transform: uppercase; letter-spacing: 2px;text-decoration: none; }
		#tabs a:hover { color: #ffffff; text-decoration:margin-bottom:2px;none;height:18px;background: #0909FF;text-decoration: none;}
		#tabs .current_page_item a, #tabs .current-cat a { cursor: text; }
		#tabs .current_page_item a:hover, #tabs .current-cat a:hover { text-decoration: none; }
/*---:[ nav menu styles ]:---*/
ul#tabs li a { font-size: 1.1em; padding: 0.545em 0.818em; }
/* 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;
}
