#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 100;
	}
#navitems li {
	float: left;
	position: relative;
	z-index: 110;
	}
#nav li ul {
	position: absolute;
	left: 0;
	top: 21px;
	display: none;
	}
#nav ul li {
	display: block;
	text-decoration: none;
	}
#navitems li:hover ul, #navitems li.over ul { 
	display: block;
	}
#nav .lists span {
	display: none;
	}
.navdrop {
	background-color: #769c23;
	width: 150px;
	border-top: 1px solid #5e7e19;
	border-left: 1px solid #5e7e19;
	border-right: 1px solid #5e7e19;
	position: relative;
	z-index: 10;
	}
.navdrop li a {
	color: #fff;
	padding: 4px 5px 4px 11px;
	display: block;
	width: 134px;
	font-size: 11px;
	text-decoration: none;
	border-bottom: 1px solid #5e7e19;
	}
.navdrop li a:hover {
	color: #fff;
	background-image: url('../images/nav_libg.gif');
	background-repeat: no-repeat;
	background-position: left;
	background-color: #a2c632;
	border-bottom: 1px solid #c0e158;
	}
/* NAV IMAGES */
#nav .lists #nav_home {
	background: url('../images/nav_home.jpg') no-repeat;
	width: 86px;
	height: 21px;
	}
#nav .lists #nav_home a {
	width: 86px;
	height: 21px;
	display: block;
	}
#nav .lists #nav_pokerrooms {
	background: url('../images/nav_pokerrooms.jpg') no-repeat;
	width: 100px;
	height: 21px;
	}
#nav .lists #nav_pokerrooms a {
	width: 100px;
	height: 21px;
	display: block;
	}
#nav .lists #nav_pokerstore {
	background: url('../images/nav_pokerstore.jpg') no-repeat;
	width: 105px;
	height: 21px;
	}
#nav .lists #nav_pokerstore a {
	width: 105px;
	height: 21px;
	display: block;
	}
#nav .lists #nav_tournaments {
	background: url('../images/nav_tournaments.jpg') no-repeat;
	width: 106px;
	height: 21px;
	}
#nav .lists #nav_tournaments a {
	width: 106px;
	height: 21px;
	display: block;
	}
#nav .lists #nav_gamesrules {
	background: url('../images/nav_gamesrules.jpg') no-repeat;
	width: 111px;
	height: 21px;
	}
#nav .lists #nav_gamesrules a {
	width: 111px;
	height: 21px;
	display: block;
	}
#nav .lists #nav_articles {
	background: url('../images/nav_articles.jpg') no-repeat;
	width: 86px;
	height: 21px;
	}
#nav .lists #nav_articles a {
	width: 86px;
	height: 21px;
	display: block;
	}
#nav .lists #nav_people {
	background: url('../images/nav_people.jpg') no-repeat;
	width: 69px;
	height: 21px;
	}
#nav .lists #nav_people a {
	width: 69px;
	height: 21px;
	display: block;
	}
#nav .lists #nav_culture {
	background: url('../images/nav_pokerculture.jpg') no-repeat;
	width: 114px;
	height: 21px;
	}
#nav .lists #nav_culture a {
	width: 114px;
	height: 21px;
	display: block;
	}
#nav .lists #nav_blog {
	background: url('../images/nav_blog.jpg') no-repeat;
	width: 95px;
	height: 21px;
	}
#nav .lists #nav_blog a {
	width: 95px;
	height: 21px;
	display: block;
	}
#nav .lists #nav_forum {
	background: url('../images/nav_forum.jpg') no-repeat;
	width: 95px;
	height: 21px;
	}
#nav .lists #nav_forum a {
	width: 95px;
	height: 21px;
	display: block;
	}
#nav .lists #nav_news {
	background: url('../images/nav_news.jpg') no-repeat;
	width: 86px;
	height: 21px;
	}
#nav .lists #nav_news a {
	width: 86px;
	height: 21px;
	display: block;
	}



/* NAV OVER */

BODY#home #nav .lists #nav_home {
	background: url('../images/nav_homeovr.jpg') no-repeat;
	width: 86px;
	height: 21px;
	}
BODY#pokerrooms #nav .lists #nav_pokerrooms {
	background: url('../images/nav_pokerroomsovr.jpg') no-repeat;
	width: 105px;
	height: 21px;
	}
BODY#pokerstore #nav .lists #nav_pokerstore {
	background: url('../images/nav_pokerstoreovr.jpg') no-repeat;
	width: 105px;
	height: 21px;
	}
BODY#events #nav .lists #nav_tournaments {
	background: url('../images/nav_tournamentsovr.jpg') no-repeat;
	width: 106px;
	height: 21px;
	}
BODY#games #nav .lists #nav_gamesrules {
	background: url('../images/nav_gamesrulesovr.jpg') no-repeat;
	width: 111px;
	height: 21px;
	}
BODY#articles #nav .lists #nav_articles {
	background: url('../images/nav_articlesovr.jpg') no-repeat;
	width: 86px;
	height: 21px;
	}
BODY#people #nav .lists #nav_people {
	background: url('../images/nav_peopleovr.jpg') no-repeat;
	width: 69px;
	height: 21px;
	}
BODY#culture #nav .lists #nav_culture {
	background: url('../images/nav_pokercultureovr.jpg') no-repeat;
	width: 114px;
	height: 21px;
	}
BODY#blog #nav .lists #nav_blog {
	background: url('../images/nav_blogovr.jpg') no-repeat;
	width: 95px;
	height: 21px;
	}

BODY#news #nav .lists #nav_news {
	background: url('../images/nav_newsovr.jpg') no-repeat;
	width: 86px;
	height: 21px;
	}
