body {
	margin: 0px 0px 0px 0px !important;
	padding-top: 8px;
	padding: 0px !important;
}
#e-bar {
	background: transparent url(http://cabal.e-games.com.ph/images/2008/e-bar/e-bar.png) top left repeat-x;
	position: absolute !important;
	z-index: 99 !important;
	top: 0px;
	left: 0 !important; /* IE really is stubborn with the absolute position */
	width: 100%;
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
}
#e-bar a:focus {
	outline: none;
}
#e-nav {
	float: right;
	clear: right;
	position: relative;
	height: 20px;
	right: 10%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif!important;
	font-size: 9px!important;
}
#e-nav ul li.none {
	background:none;
}
#e-nav li a {
	color: #6c6c6c;
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 2px 5px 10px 5px;
}
#e-nav a.navhome {
	background-image:url(http://cabal.e-games.com.ph/images/2008/e-bar/e-home.gif);
	background-position: 0 1px;
	background-repeat: no-repeat;
	width: 8px;
}
#e-nav a.navhome:hover {
	background:url(http://cabal.e-games.com.ph/images/2008/e-bar/e-home.gif) -19px 1px no-repeat;
}
#e-nav a.navhome span {
	display: none;
}
#e-nav a.myaccnt {
	color:#0072bc;
}
#e-bar ul {
	list-style: none;
	margin:0px;
	padding: 0px;
	text-align:left;
}
#e-bar ul li {
	background:url(http://cabal.e-games.com.ph/images/2008/e-bar/e-tm.png) top left repeat-x;
	float: left;
}
#dropnav li.mid {
	background-image:url(http://cabal.e-games.com.ph/images/2008/e-bar/e-dropdown.gif);
	background-repeat: no-repeat;
}
#dropnav {
	font-size:1em;
}
#dropnav, #dropnav ul {
	list-style: none;
}
#dropnav li li {
	text-transform:capitalize!important;
}
#dropnav a, #dropnav a:hover {
	display: block;
	text-decoration: none;
	border:none;
}
#dropnav li {
	float: left;
	list-style:none;
}
#e-nav li a:hover, #dropnav a:hover {
	color:#00aeef;
	text-decoration:none;
}
#dropnav a:active {
	color:#a37f04;
	text-decoration:none;
}
#dropnav div.top {
	background:url(http://cabal.e-games.com.ph/images/2008/e-bar/e-dropdown.gif) 50% 0 no-repeat;
	width: 125px;
	height: 10px;
}
#dropnav div.bottom {
	background:url(http://cabal.e-games.com.ph/images/2008/e-bar/e-dropdown.gif) 50% 100% no-repeat;
	width: 125px;
	height: 10px;
}
/* Dropdown Menus for categories  */	

#dropnav li ul {/*first level dropdown*/
	position: absolute;
	left: 50px;
	display: none;
	z-index: 10;
	height: auto;
	width: 125px;
	top: 17px;
	text-transform:capitalize;
}
#dropnav li.mid {
	background:url(http://cabal.e-games.com.ph/images/2008/e-bar/e-dropdown.gif) 50% 50% no-repeat;
}
#dropnav li ul ul {/*second level dropdown*/
	margin: -2em 0 0 130px;
	display:inline;
}
#dropnav li.listgames {
	background-image: none;
}
#dropnav li.listgames:hover ul {
	display: block;
}
#dropnav li li {
	width: 125px;
	background: transparent;
}
#dropnav li li a {
	text-align: left;
	padding-left: 10px;
	font-weight:normal;
	color:#666;
	display: block;
}
