/* Navigation Bar */

.top_nav {
	background-image: url(/en/contestpages/images/top_nav.gif);
	background-repeat: no-repeat;
	height: 37px;
}

.top_nav a, .top_nav span {
	display: block;
	position: relative;
	float: left;
	height: 37px;
}

.top_nav .hidden {
	display: none;
}

.top_nav #home {
	background-image: url(/en/contestpages/images/nav/home.gif);
	width: 84px;
	left: 0;
}

.top_nav #topNav_home {
	width: 84px;
	left: 1px;
}

.top_nav #home:hover, .top_nav .home_highlight {
	background-image: url(/en/contestpages/images/nav/home_highlight.gif) !important;
}

.top_nav #awards {
	background-image: url(/en/contestpages/images/nav/award_button.jpg);
	width: 209px;
	left: 0;
}

.top_nav #topNav_awards {
	width: 209px;
	left: 547px;
}

.top_nav #awards:hover, .top_nav .resources_highlight {
	background-image: url(/en/contestpages/images/nav/award_button_highlight.jpg) !important;
}

.top_nav #resources {
	background-image: url(/en/contestpages/images/nav/resources.gif);
	width: 120px;
	left: 0;
}

.top_nav #topNav_resources {
	width: 120px;
	left: 548px;
}

.top_nav #resources:hover, .top_nav .resources_highlight {
	background-image: url(/en/contestpages/images/nav/resources_highlight.gif) !important;
}

.top_nav #blog {
	background-image: url(/en/contestpages/images/nav/blog.gif);
	width: 81px;
	left: 0;
}

.top_nav #topNav_blog {
	width: 81px;
	left: 549px;
}

.top_nav #blog:hover, .top_nav .blog_highlight {
	background-image: url(/en/contestpages/images/nav/blog_highlight.gif) !important;
}
.top_nav #inspiration {
	background-image: url(/en/contestpages/images/nav/inspiration.gif);
	width: 126px;
	left: 0;
}

.top_nav #topNav_inspiration {
	width: 126px;
	left: 550px;
}

.top_nav #inspiration:hover, .top_nav .inspiration_highlight {
	background-image: url(/en/contestpages/images/nav/inspiration_highlight.gif) !important;
}

/* Second Level nav*/
#topNav_inspiration {
	position: relative;
	cursor: pointer;
	float: left;
}

.top_nav span ul {
	display: none;
	position: absolute;
	list-style-image: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	top: 37px;
	left: 0;
	background-color: #000;
	border: solid 1px #444;
}

.top_nav span ul.last {
	left: auto; /* Required for 'right' to work */
	right: 0;
}

#topNav_home ul, #topNav_home ul li, #topNav_home ul li a,
#topNav_awards ul, #topNav_awards ul li, #topNav_awards ul li a,
#topNav_resources ul, #topNav_resources ul li, #topNav_resources ul li a,
#topNav_blog ul, #topNav_blog ul li, #topNav_blog ul li a,
#topNav_inspiration ul, #topNav_inspiration ul li, #topNav_inspiration ul li a {
	width: 225px;
}

.top_nav span ul li {
	float: left;
	font-size: 12px;
	overflow: hidden;
	list-style-image: none;
	list-style-type: none;		
	margin: 0;
	padding: 0;
}

.top_nav span ul li a {
	height: 27px;
	text-align: center;
	text-decoration: none;
	line-height: 27px;
	font-weight: bold;
	color:#CB1BBA;
	font-family: Verdana,Tahoma,Helvetica;
	font-size: 12px;
}

.top_nav span ul li a:hover {
	color: #fff;
}