﻿/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/.yuimenu {
	top: -999em;
	left: -999em;
}
.yuimenubar {
	position: static;
}
.yuimenu .yuimenu, .yuimenubar .yuimenu {
	position: absolute;
}
.yuimenubar li, .yuimenu li {
	list-style-type: none;
}
.yuimenubar ul, .yuimenu ul, .yuimenubar li, .yuimenu li, .yuimenu h6, .yuimenubar h6 {
	margin: 0;
	padding: 0;
}
.yuimenuitemlabel, .yuimenubaritemlabel {
	text-align: left;
	white-space: nowrap;
}
.yuimenubar ul {
 *zoom:1;
}
.yuimenubar .yuimenu ul {
 *zoom:normal;
}
.yuimenubar > .bd > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	line-height: 0;
}
.yuimenubaritem {
	float: left;
}
.yuimenubaritemlabel, .yuimenuitemlabel {
	display: block;
}
.yuimenuitemlabel .helptext {
	font-style: normal;
	display: block;
	margin: -1em 0 0 10em;
}
.yui-menu-shadow {
	position: absolute;
	visibility: hidden;
	z-index: -1;
}
.yui-menu-shadow-visible {
	top: 2px;
	right: -3px;
	left: -3px;
	bottom: -3px;
	visibility: visible;
}
.hide-scrollbars * {
	overflow: hidden;
}
.hide-scrollbars select {
	display: none;
}
.yuimenu.show-scrollbars, .yuimenubar.show-scrollbars {
	overflow: visible;
}
.yuimenu.hide-scrollbars .yui-menu-shadow, .yuimenubar.hide-scrollbars .yui-menu-shadow {
	overflow: hidden;
}
.yuimenu.show-scrollbars .yui-menu-shadow, .yuimenubar.show-scrollbars .yui-menu-shadow {
	overflow: auto;
}
.yui-overlay.yui-force-redraw {
	margin-bottom: 1px;
}
/* yui skin sam */
.yuimenubar {
	font-size: 93%;
	line-height: 2;
 *line-height:1.9;
	border: solid 1px #808080;
	background: url('../images/sprite.png') repeat-x 0 0;
}
.yuimenubarnav .yuimenubaritem {
	border-right: solid 1px #ccc;
}
.yuimenubaritemlabel {
	padding: 0 10px;
	color: #000;
	text-decoration: none;
	cursor: default;
	border-style: solid;
	border-color: #808080;
	border-width: 1px 0;
 *position:relative;
	margin: -1px 0;
}
.yuimenubaritemlabel:visited {
	color: #000;
}
.yuimenubarnav .yuimenubaritemlabel {
	padding-right: 20px;
 *display:inline-block;
}
.yuimenubarnav .yuimenubaritemlabel-hassubmenu {
/*background: url(http://yui.yahooapis.com/2.8.0r4/build/menu/assets/skins/sam/menubaritem_submenuindicator.png) right center no-repeat;*/
}
.yuimenubaritem-selected {
/*background: url(http://yui.yahooapis.com/2.8.0r4/build/assets/skins/sam/sprite.png) repeat-x 0 -1700px;*/
}
.yuimenubaritemlabel-selected {
	border-color: #7D98B8;
}
.yuimenubarnav .yuimenubaritemlabel-selected {
	border-left-width: 1px;
	margin-left: -1px;
 *left:-1px;
}
.yuimenubaritemlabel-disabled, .yuimenubaritemlabel-disabled:visited {
	cursor: default;
	color: #A6A6A6;
}
.yuimenubarnav .yuimenubaritemlabel-hassubmenu-disabled {
/* background-image: url(http://yui.yahooapis.com/2.8.0r4/build/menu/assets/skins/sam/menubaritem_submenuindicator_disabled.png);*/
}
.yuimenu {
	font-size: 12px;
	line-height: 1.5;
}
.yuimenubar .yuimenu, .yuimenu .yuimenu {
	font-size: 100%;
}
.yuimenu .bd {
 *zoom:1;
	_zoom: normal;
	border: solid 1px #cccccc;
	background-color: #fff;
}
.yuimenu .yuimenu .bd {
 *zoom:normal;
}
.yuimenu ul {
	padding: 3px 0;
	border-width: 1px 0 0 0;
	border-color: #ccc;
	border-style: solid;
}
.yuimenu ul.first-of-type {
	border-width: 0;
}
.yuimenu h6 {
	font-weight: bold;
	border-style: solid;
	border-color: #ccc;
	border-width: 1px 0 0 0;
	color: #a4a4a4;
	padding: 3px 10px 0 10px;
}
.yuimenu ul.hastitle, .yuimenu h6.first-of-type {
	border-width: 0;
}
.yuimenu .yui-menu-body-scrolled {
	border-color: #ccc #808080;
	overflow: hidden;
}
.yuimenu .topscrollbar, .yuimenu .bottomscrollbar {
	height: 16px;
	border: solid 1px #808080;
	background: #fff url('../images/sprite.png') no-repeat 0 0;
}
.yuimenu .topscrollbar {
	border-bottom-width: 0;
	background-position: center -950px;
}
.yuimenu .topscrollbar_disabled {
	background-position: center -975px;
}
.yuimenu .bottomscrollbar {
	border-top-width: 0;
	background-position: center -850px;
}
.yuimenu .bottomscrollbar_disabled {
	background-position: center -875px;
}
.yuimenuitem {
	_border-bottom: solid 1px #fff;
}
.yuimenuitemlabel {
	padding: 0 20px;
	color: #000;
	text-decoration: none;
	cursor: default;
}
.yuimenuitemlabel:visited {
	color: #000;
}
.yuimenuitemlabel .helptext {
	margin-top: -1.5em;
*margin-top:-1.45em;
}
.yuimenuitem-hassubmenu {
	/*background-image: url(http://yui.yahooapis.com/2.8.0r4/build/menu/assets/skins/sam/menuitem_submenuindicator.png);*/
	background-position: right center;
	background-repeat: no-repeat;
}
.yuimenuitem-checked {
	/*background-image: url(http://yui.yahooapis.com/2.8.0r4/build/menu/assets/skins/sam/menuitem_checkbox.png);*/
	background-position: left center;
	background-repeat: no-repeat;
}
.yui-menu-shadow-visible {
	background-color: #000;
	opacity: .12;
	filter: alpha(opacity=12);
}
.yuimenuitem-selected {
	background-color: #B3D4FF;
}
.yuimenuitemlabel-disabled, .yuimenuitemlabel-disabled:visited {
	cursor: default;
	color: #A6A6A6;
}
.yuimenuitem-hassubmenu-disabled {
/*background-image: url(http://yui.yahooapis.com/2.8.0r4/build/menu/assets/skins/sam/menuitem_submenuindicator_disabled.png);*/
}
.yuimenuitem-checked-disabled {
/*background-image: url(http://yui.yahooapis.com/2.8.0r4/build/menu/assets/skins/sam/menuitem_checkbox_disabled.png);*/
}

.yui-menu-shadow.yui-menu-shadow-visible {
    display: none;
}
div#divLanguageMenu {
    box-shadow: rgba(0, 0, 0, 0.560784) 3px 3px 20px 0px;
	top: 37px !important;
}
