﻿/* ************************************************************************* */
/* * Main Menu * */
/* ************************************************************************* */

.clsHeaderMenuContainer 
{
	margin: 10px 0px 28px;
}

.mainMenuFotoFest
{
	display: block;
	width: 480px;
	height: 18px;
	background: url(images/mainMenu.gif) no-repeat;
	padding:0;	
	margin:0;
}

.mainMenuFotoFest li
{
	margin:0;
	padding:0;
	list-style:none;
	display:inline;	
	float: left;
	overflow: hidden;
}
.mainMenuFotoFest li a
{
	display: block;
	margin:0;
	padding: 0;
	overflow: hidden;
	height: 18px;
}
.mainMenuFotoFest li a:hover
{
	text-decoration: none;
}
.mainMenuFotoFest .mainMenuTopLeftCorner 
{
	width: 24px;
	height: 18px;
	overflow: hidden;
}

.mainMenuFotoFest a.mainMenuHome 
{
	width: 50px;
}
.mainMenuFotoFest a.mainMenuHome:hover
{
	color: #999;
	background: url(images/mainMenu.gif) no-repeat -24px -44px;
}

.mainMenuFotoFest a.mainMenuAboutUs
{
	width: 68px;
}
.mainMenuFotoFest a.mainMenuAboutUs:hover
{
	color: #999;
	background: url(images/mainMenu.gif) no-repeat -74px -88px;
}


.mainMenuFotoFest a.mainMenuVolunteers
{
	width: 121px;
}
.mainMenuFotoFest a.mainMenuVolunteers:hover
{
	color: #999;
	background: url(images/mainMenu.gif) no-repeat -142px -132px;
}

.mainMenuFotoFest a.mainMenuArchive
{
	width: 62px;
}
.mainMenuFotoFest a.mainMenuArchive:hover
{
	color: #999;
	background: url(images/mainMenu.gif) no-repeat -263px -176px;
}

.mainMenuFotoFest a.mainMenuStore
{
	width: 49px;
}
.mainMenuFotoFest a.mainMenuStore:hover
{
	color: #999;
	background: url(images/mainMenu.gif) no-repeat -325px -220px;
}

.mainMenuFotoFest a.mainMenuFestival
{
	width: 96px;
}
.mainMenuFotoFest a.mainMenuFestival:hover
{
	color: #999;
	background: url(images/mainMenu.gif) no-repeat -374px -264px;
}


.mainMenuFotoFestBottom
{
	clear: both;
	height: 26px;
	display: block;
	width: 480px;
	background: url(images/mainMenu.gif) no-repeat 0px -18px;
	padding:0;	
	margin:0;
	overflow: hidden;
}

.mainMenuFotoFestBottom li
{
	margin:0;
	padding:0;
	list-style:none;
	display:inline;	
	float: left;
	overflow: hidden;
	vertical-align: top;
}
.mainMenuFotoFestBottom li a
{
	display: block;
	margin:0;
	padding: 0;
	overflow: hidden;
	height: 26px;
}
.mainMenuFotoFestBottom li a:hover
{
	text-decoration: none;
}
.mainMenuFotoFestBottom .mainMenuTopLeftCorner 
{
	overflow: hidden;
	text-align: left;
	width: 24px;
	height: 24px;
}
.mainMenuFotoFestBottom .mainMenuTopLeftCorner img
{
	margin-top: 1px;
	margin-left: 1px;
}
.mainMenuFotoFestBottom a.mainMenuSponsors 
{
	width: 74px;
}
.mainMenuFotoFestBottom a.mainMenuSponsors:hover
{
	color: #025cb9;
	background: url(images/mainMenu.gif) no-repeat -24px -326px;
}
.mainMenuFotoFestBottom a.mainMenuBiennial
{
	width: 143px;
}
.mainMenuFotoFestBottom a.mainMenuBiennial:hover
{
	color: #ff0000;
	background: url(images/mainMenu.gif) no-repeat -98px -370px;
}

.mainMenuFotoFestBottom a.mainMenuExhibitions
{
	width: 125px;
}
.mainMenuFotoFestBottom a.mainMenuExhibitions:hover
{
	color: #ff6600;
	background: url(images/mainMenu.gif) no-repeat -241px -414px;
}

.mainMenuFotoFestBottom a.mainMenuNews
{
	width: 42px;
}
.mainMenuFotoFestBottom a.mainMenuNews:hover
{
	color: #33ad33;
	background: url(images/mainMenu.gif) no-repeat -366px -458px;
}

.mainMenuFotoFestBottom a.mainMenuEducation
{
	width: 70px;
}
.mainMenuFotoFestBottom a.mainMenuEducation:hover
{
	color: #fecb34;
	background: url(images/mainMenu.gif) no-repeat -408px -502px;
}

.clsSearchButton
{
	width: 57px;
	height: 21px;
	border: 0;
	background: url(images/btn_search_off.gif) no-repeat;
}

