﻿/*

Top Strip

*/

.topStrip
{
	margin: auto;
    width: 1000px;
    height: 150px;
	background-image: url(../../images/operahouse.png);
	background-size: 100% 100%;
}

.topStrip #banner
{
	width: 550px; 
	height: 150px;
}

.topStrip .languageOptions
{
    text-align: right;
}

.topStrip .languageOptions p
{
	color: white;
	position: relative; 
	left: -10px;
	top: -150px;
}

.topStrip a
{
	color: white;
}

/*

Top Menu

*/

.topMenuWrapper {
	margin: auto;
	display: table;
	width: 1000px;
	height: 52px;
	font-size: medium;
	background-color: #bee0f8;
}

.topMenuButton a
{
    color: white;
    text-decoration: none;
}

.topMenuButton a:hover
{
    text-decoration: underline;
}

.topMenuButton.clicked a
{
    color: #198ba1;
}

.topMenuButton 
{
	display: table-cell;
	border-right: 5px solid #bee0f8;
	height: 52px;
	background-size: 100% 52px;
	text-align: center;
	vertical-align: middle;
	background-image: url('../../images/menu_unselected.png');
}

.topMenuButton.clicked 
{
	background-image: url('../../images/menu_selected.png');
}

.topMenuButton.last 
{
	border-right: 0px;
}