/* ------------------------------------------------------------------------------------ *
| NAVIGATION CSS FILE :: For Independent Pictures: Fontend								|
| css/frontend/navigation.css															|
| 																						|
| PROJECT :: www.independent-pictures.ch v2.0											|
| Copyright (C) 2009, QUERIDODESIGN, Switzerland										|
|																						|
+ ------------------------------------------------------------------------------------- +
| Author: Julian Querido + Nathan Querido												|
* ------------------------------------------------------------------------------------- */

/* @group NAVIGATION MAIN :: jsaq ::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.navigation_main ul {
	line-height: 36px;
	height: 36px;
	list-style: none;
	padding: 0 0 0 0;
	float: right;
	display: block;
}

.navigation_main ul li {
	line-height: 36px;
	width: auto;
	height: 36px;
	float: left;
	background: url(../../images/frontend/navigation_split.png) 0 0 no-repeat;
	padding: 0 0 0 3px;
}

.navigation_main ul li:first-child {
	padding: 0;
	background: none;
}

.navigation_main ul li:first-child a {
	padding: 0 33px 0 45px;
	background: url(../../images/frontend/navigation_bg.png) left top no-repeat;
}

.navigation_main ul li:first-child a:hover,
.navigation_main ul li:first-child.active a {
	background: url(../../images/frontend/navigation_bg.png) 0 -36px no-repeat;
}

.navigation_main ul li:first-child a:active {
	background: url(../../images/frontend/navigation_bg.png) 0 -72px no-repeat;
}

.navigation_main ul li a {
	font-size: 12px;
	height: 36px;
	color: #FFF;
	padding: 0 25px;
	background: url(../../images/frontend/navigation_bg.png) -50px top no-repeat;
	display: block;
}

.navigation_main ul li a:hover,
.navigation_main ul li.active a {
	background: url(../../images/frontend/navigation_bg.png) -50px -36px no-repeat;
}

.navigation_main ul li a:active {
	/*color: #EBEBEB;*/
	background: url(../../images/frontend/navigation_bg.png) -50px -72px no-repeat;
}

.navigation_main ul li.box_office a {
	text-indent: 45px;
	padding: 0;
	width: 140px;
	background: url(../../images/frontend/box_office_bg.png) left top no-repeat;
	display: block;
}

.navigation_main ul li.box_office a:hover {
	background: url(../../images/frontend/box_office_bg.png) left -36px no-repeat;
}

.navigation_main ul li.box_office a:active {
	background: url(../../images/frontend/box_office_bg.png) left -72px no-repeat;
}

/*.navigation_main ul li.box_office a span {
	width: 22px;
	height: 36px;
	background: url(../../images/frontend/box_office_icn.png) left center no-repeat;
	padding: 0 10px 0 0;
	display: block;
	float: left;
}

.navigation_main ul li.box_office a:hover span {
	width: 22px;
	height: 36px;
	background: url(../../images/frontend/box_office_icn_over.png) left center no-repeat;
	padding: 0 10px 0 0;
	display: block;
	float: left;
}*/

/* @end  = :::::::: = :::::::: = :::::::: = :::::::: = :::::::: = :::::::: = :::::::: = */

/* @group LANGUAGES MENU :: jsaq :::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.languages {
	position: absolute;
	left: 235px;
	top: 75px;
}

.languages ul {
	display: inline;
	list-style: none;
}

.languages ul li {
	float: left;
	padding-right: 14px;
}

.languages ul li a {
	line-height: 14px;
	color: #CCC;
	border-bottom: 2px solid none;
	padding: 1px 0 0 0;
	display: block;
}

.languages ul li a:hover,
.languages ul li.language_active a {
	border-bottom: 2px solid #CC0000;
}

/* @end  = :::::::: = :::::::: = :::::::: = :::::::: = :::::::: = :::::::: = :::::::: = */
