/* Navigation Menu CSS */

#header_nav ul {
	padding: 0px;
	margin: 0px;
}

#header_nav ul li {
	list-style: none;
	float: left;
	padding: 0px;
	margin: 0px;
}

#header_nav ul li a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.9em;
	width: 130px;
	height: 20px;
	overflow: hidden;
	float: left;
	background: url("images/nav.jpg") top left no-repeat;
}

#header_nav ul li a span {
	display: none;
}

#nav_home { width: 130px !important; height: 20px !important; background-position: 0px 0px !important; }
#nav_home:hover { background-position: 0px -20px !important; }

#nav_categories { width: 110px !important; height: 20px !important; background-position: -130px 0px !important; }
#nav_categories:hover { background-position: -130px -20px !important; }

#nav_rules { width: 99px !important; height: 20px !important; background-position: -240px 0px !important; }
#nav_rules:hover { background-position: -240px -20px !important; }

#nav_about_the_ispas { width: 130px !important; height: 20px !important; background-position: 0px -40px !important; }
#nav_about_the_ispas:hover { background-position: 0px -60px !important; }

#nav_sponsorship { width: 110px !important; height: 20px !important; background-position: -130px -40px !important; }
#nav_sponsorship:hover { background-position: -130px -60px !important; }

#nav_judges { width: 99px !important; height: 20px !important; background-position: -240px -40px !important; }
#nav_judges:hover { background-position: -240px -60px !important; }

#nav_news { width: 130px !important; height: 20px !important; background-position: 0px -80px !important; }
#nav_news:hover { background-position: 0px -100px !important; }

#nav_tickets { width: 110px !important; height: 20px !important; background-position: -130px -80px !important; }
#nav_tickets:hover { background-position: -130px -100px !important; }

#nav_press { width: 99px !important; height: 20px !important; background-position: -240px -80px !important; }
#nav_press:hover { background-position: -240px -100px !important; }

#nav_the_event { width: 130px !important; height: 20px !important; background-position: 0px -120px !important; }
#nav_the_event:hover { background-position: 0px -140px !important; }

#nav_nomination { width: 110px !important; height: 20px !important; background-position: -130px -120px !important; }
#nav_nomination:hover { background-position: -130px -140px !important; }

#nav_contact { width: 99px !important; height: 20px !important; background-position: -240px -120px !important; }
#nav_contact:hover { background-position: -240px -140px !important; }

/* Sub Navigation Menu CSS */

#content_left_left ul {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#content_left_left ul li {
	list-style: none;
	background: url("images/arrow.gif") center left no-repeat;
	margin: 2px;
	padding: 0px 0px 0px 18px;
	color: #0033CC;
}

#content_left_left ul li a {
	font-size: 1em;
	line-height: 16px;
	font-weight: bold;
	padding: 0px;
	color: #0033CC;
}

#content_left_left ul li a:hover {
	color: #663399;
}

