/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.1
*/

.yuimenu .yuimenu {
	position: absolute;
	visibility: hidden;
	width: 115px;
}

.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 {
	white-space: nowrap;
	letter-spacing: 3px;
	
}

.yui-menu-shadow {
	position: absolute;
	z-index: -1;
}

.hide-scrollbars * {
	overflow: hidden;
}

.hide-scrollbars select {
	display: none;
}

.yuimenu.show-scrollbars {
	overflow: visible;
}

.yuimenu.hide-scrollbars .yui-menu-shadow {
	overflow: hidden;
}

.yuimenu.show-scrollbars .yui-menu-shadow {
	overflow: auto;
}


.yuimenu .bd {
	/* border: solid 0px #808080; */
	/*background-color: #FEFACB;*/
	background-color: #FFEEA9;
	width:125px;
}

.yuimenu ul {
	padding: 1px 0;
	border-width: 0 0 0 0;
	border-color: #ccc;
	border-style: solid;
	
}

.yuimenu ul.first-of-type {
	border-width: 0;
}

.yuimenu h6 {
	font-size: 93%;
	font-weight: bold;
	line-height: 1.5; *
	line-height: 1.45;
	border-style: solid;
	border-color: #ccc;
	border-width: 1px 0 0 0;
	color: #a4a4a4;
	padding: 10px 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(../../../../assets/skins/sam/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;
}

.yuimenuitemlabel {
	
	/*
	font-size: 95%;
	line-height: 1.5; *
	line-height: 1.45;
	padding: 0 20px;
	display: block;
	color: #000;
	text-decoration: none;
	outline: none;
	position: relative; *
	position: static;
	cursor: default;
	*/
	
	white-space: nowrap;
    font-size: 15px;
    display:block;
    color:#339900;
    text-decoration:none;
    padding:2px 0px 2px 10px;
    outline:none;
    position:relative;
    *position: static;
    cursor: default;
    
}

.yuimenuitemlabel .helptext {
	font-style: normal;
	display: block;
	margin: -1.5em 0 0 10em; *
	margin-top: -1.45em;
}

.yuimenuitemlabel .submenuindicator,.yuimenuitemlabel .checkedindicator {
	position: absolute;
	overflow: hidden;
	/*background: url(../../../../assets/skins/sam/sprite.png) no-repeat;*/
}

.yuimenuitemlabel .submenuindicator,.yuimenuitemlabel .checkedindicator{ 
	*position: static; 
	*display: inline-block;
}

.yuimenuitemlabel .submenuindicator {
	display:none;
	
	/*
	top: 50%;
	right: 8px;
	margin-top: -3px;
	height: 7px;
	width: 4px;
	text-indent: 5px;
	background-position: 0 0;
	*/
}

.yuimenuitemlabel .checkedindicator {
	display:none;
	top: 50%;
	left: 8px;
	margin-top: -3px;
	height: 7px;
	width: 7px;
	text-indent: 8px;
	background-position: 0 0px;
}


.visible .yuimenuitemlabel .submenuindicator { 
	*float: right; 
	*margin: -1em 8px 0 8px;
}


.visible .yuimenuitem .hassubmenu { 
	*padding-right: 0;
}


.visible .yuimenuitemlabel .checkedindicator { 
	*float: left; *
	margin: -1em 0 0 -12px;
}


.yui-menu-shadow-visible {
	top: 2px;
	right: -3px;
	left: -3px;
	bottom: -3px;
	background-color: #000;
	opacity: .12; *
	filter: alpha(opacity = 12);
	visibility: visible;
}

.visible .bd,.visible .yuimenuitem {
	_zoom: 1;
}

.visible .yuimenuitemlabel { 
	*zoom: 1;
}

/* style for selected menu item */
.visible .yuimenuitemlabelselected { 
	*zoom: 1;
	background: #ffe600;
}

.yuimenuitem a.selected {
	background: #ffe600;
}

.yuimenuitem-selected {
	background: #ffe600;
}

.yuimenuitem a.disabled {
	cursor: default;
	color: #A6A6A6;
}
/*
.yuimenuitem a.disabled .submenuindicator {
	background-position: 0 -931px;
}

.yuimenuitem a.disabled .checkedindicator {
	background-position: 0 -1031px;
}
*/