a {
  -moz-outline-style: none;
  outline: none;
}
* { margin:0; padding:0; }

/*
.login {
	display:block;
	height:30px;
	width:150px;
    background: url(../images/top-b1.png) no-repeat bottom;
	
}
.login:hover {
	background: url(../images/top-b1-02.jpg) no-repeat bottom;
}*/
.favorite {
				display: block;
				width: 150px;
				height: 30px;
				background: url(../images/top-b3.jpg) no-repeat top;
		}
.favorite:hover {
	background: url(../images/top-b3-02.jpg) no-repeat bottom;
}
.facebook {
				display: block;
				width: 150px;
				height: 30px;
				background: url(../images/top-b2.jpg) no-repeat top;
		}
.facebook:hover {
	background: url(../images/top-b2-2.jpg) no-repeat bottom;
}
#menu {
height:25px;
overflow:hidden;
width:960px;
}
#menu1 {
	margin-top:25px;
height:25px;
overflow:hidden;
width:945px;
}
.headli {
	display:inline;
	float:left;
	list-style-type:none;
	margin-right:0px;
}
.headlil {
	display:inline;
	float:right;
	list-style-type:none;
	margin-right:0px;
}

a.home,a.about,a.promote,a.store,a.contact,a.tobemember{
	display:block;
	height:50px;
	top:0px;
	position:relative;
	width:120px;
}
a.login{
	display:block;
	height:25px;
	position:relative;
	width:150px;
}
a.memberarea {
	display:block;
	height:25px;
	position:relative;
	width:95px;
}
a.logout {
	display:block;
	height:25px;
	position:relative;
	width:55px;
}
div.logout{
	display:block;
	height:60px;
	top:-30px;
	position:relative;
	width:90px;
}

a.home {
	background:url(../images/home.png) no-repeat bottom center;
}

a.about {
	background:url(../images/about.png) no-repeat bottom center;
}

a.promote {
	background:url(../images/promote.png) no-repeat bottom center;
}
a.store {
	background:url(../images/store.png) no-repeat bottom center;
}

a.tobemember {
	background:url(../images/tobemember.png) no-repeat bottom center;
}
a.contact {
	background:url(../images/contact.png) no-repeat bottom center;
}
a.other {
	background:url(../images/other.jpg) no-repeat bottom center;
}
a.login {
	background:url(../images/login.png) no-repeat bottom center;
}
a.logout {
	background:url(../images/logout.png) no-repeat bottom center;
}
div.logout {
	background:url(../images/logout.jpg) no-repeat bottom center;
}
a.memberarea {
	background:url(../images/member.png) no-repeat bottom center;
}

.tobemember1{
	
	display:block;
	width:115px;
	height:25px;
	border:none;
	
	/*background-image:url(images/button/register1.png);*/
	background:transparent url('../images/tobemembernew.png') center top no-repeat;
}
.tobemember1:hover{
	background:transparent url('../images/tobemembernew1.png') center top no-repeat;
}