@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	outline:none;
}

a {
	outline:none;
}

img, div, ul, li, a { behavior: url("/js/png/iepngfix.htc") }

#fancymenu {
	position: relative;
	height: 30px;
	width: 902px;
/*	background: url('../images/bg.gif') no-repeat top; */
	padding: 0px 0px 0px 0px;
	margin: 0px;
	overflow: hidden;
}

#fancymenu ul {
	padding: 0px;
	margin: 0px;
}

/* Don't apply padding here (offsetWidth will differ in IE)
   If you need padding add it to the child anchor */
#fancymenu ul li {
	float: left;
	list-style: none;
}

#fancymenu ul li a {
	text-indent: -200em;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
}

#menu_home a {
	width: 60px;
	background: url('../images/menu_home.png') no-repeat center !important;
}
 
#menu_online a {
	width: 180px;
	background: url('../images/menu_online.png') no-repeat center !important;
}
  
#menu_popular a {
	width: 160px;
	background: url('../images/menu_popular.png') no-repeat center !important;
}
  
#menu_logo a {
	width: 180px;
	background: url('../images/menu_logo.png') no-repeat center !important;
}

#fancymenu li.background {
	background: url('../images/bg_menu_right.png') no-repeat top right !important;
	z-index: 8;
	position: absolute;
	visibility: hidden;
}
  
#fancymenu .background .left {
	background: url('../images/bg_menu.png') no-repeat top left !important;
	height: 30px;
	margin-right: 7px; /* 7px is the width of the rounded shape */
}


