@charset "utf-8";

div.main-menu-top {
	padding-top: 5px;
}
div.menu-top-item {
	position: relative;
	float: left;
	width: 92px;
	height: 25px;
	padding-top: 5px;
	z-index: 50;
	background-color: #00ADEE;
}


/*div.main-menu-top div.hover { background-color: #EAEA00 !important;}*/
/*div.main-menu-top div.hover .menu-top-item-link { color: #EAEA00;}*/
/*div.main-menu-top div.hover div.menu-top-item-arrow {	background: transparent url('/css/front/theme/platinum/img/menu-arrow-yellow.png') no-repeat 0 0;}*/

div.main-menu-top div.current { background-color: #EB008B !important;}
div.main-menu-top div.current .menu-top-item-link { color: #EB008B;}
div.main-menu-top div.current div.menu-top-item-arrow {	background: transparent url('/css/front/theme/platinum/img/menu-arrow-pink.png') no-repeat 0 0;}

div.main-menu-top div.pressed { background-color: #00ADEE !important;}
div.main-menu-top div.pressed .menu-top-item-link { color: #00ADEE; background-position: 0 -103px;}
div.main-menu-top div.pressed div.menu-top-item-arrow {	background: transparent url('/css/front/theme/platinum/img/menu-arrow-blue.png') no-repeat 0 0;}


div.menu-top-item-arrow {
	position: absolute;
	width: 10px;
	height: 5px;
	right: 5px;
	top: 10px;
	background: transparent url('/css/front/theme/platinum/img/menu-arrow-black.png') no-repeat 0 0;
	cursor: pointer;
}

div#menu-top-photos { width: 105px; }
div#menu-top-search { width: 177px; }


div.menu-top-item + div.menu-top-item {
	margin-left: 3px;
}
.menu-top-item-link {
	display: block;
	position: relative;
	height: 25px;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0 1px 0 #eee;
	letter-spacing: 1px;
	line-height: 25px;
	text-transform: uppercase;
	color: #333;
	background: transparent url('/css/front/theme/platinum/img/bg-menu.png') repeat-x 0 0;
}
span.menu-top-item-count {
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 9px;
	letter-spacing: 0;
	color: #5d5d5d;
}
div.menu-top-item-active .menu-top-item-link {
	text-decoration: none;
	background-position: 0 -25px;
}
.menu-top-item-link:hover {
	text-decoration: none;
}
div.menu-top-item-active div.menu-top-subitems {
	display: block;
	background: #a6a7a9 url('/css/front/theme/platinum/img/bg-menu.png') repeat-x 0 -50px;
}
div.menu-top-subitems {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	padding: 3px 0;
	z-index: 50;
	white-space: nowrap;
}
a.menu-top-subitem-link {
	display: block;
	padding: 1px 10px;
	font-family: arial, tahoma;
	text-shadow: 0 1px 0 #eee;
	color: #000;
}
a.menu-top-subitem-link:hover {
	text-decoration: underline;
}

div#menu-top-search .menu-top-item-link {
	padding: 0 5px;
}
div#menu-top-search label {
	position: absolute;
	top: 0;
	left: 10px;
	font-family: tahoma, sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #808080;
	text-transform: none;
	text-shadow: 0 0 0;
}
div#menu-top-search input.menu-top-search-input {
	width: 90px;
	margin: 4px 0 0 0;
	//margin: 0;
	padding: 2px 5px;
	border: 0;
	font-size: 11px;
	font-weight: 400;
	color: #000;
}
div#menu-top-search a {
	color: #333;
}
div#menu-top-search a:hover {
	text-decoration: none;
}


/** Menu bottom
------------------------------------------------*/
.menu-bottom {
	float: left;
	overflow: hidden;
}

.menu-bottom .content {padding: 3px 5px 7px 3px;}

.menu-bottom-header {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	text-transform: uppercase;
	color: #00ADEE;
}
.menu-bottom-navigate {width: 166px; margin-right: 6px; overflow: hidden;}
.menu-bottom-navigate .content {overflow: hidden; height: 105px;}
.menu-bottom-support {width: 156px; height: 106px}
.menu-bottom-support  .content{height: 83px}
.menu-bottom-event {width: 156px;}
.menu-bottom-event .content {height: 105px}
.menu-bottom-navigate .menu-bottom-left {
	float: left;
	overflow: hidden;
	width: 90px;
	margin-right: 5px;
}
.menu-bottom-navigate .menu-bottom-right {
	float: right;
	overflow: hidden;
	width: 55px;
}
.menu-bottom a.menu-item {
	display: block;
	font-size: 10px;
	line-height: 15px;
	font-family: arial, tahoma;
}
