/* YUI Menu */

/* Vertical */
.yui-skin-sam .yuimenu {	
	font-family: Verdana; /* font name */
	font-size: small; /* font size */
	line-height: 2;
}
.yui-skin-sam .yuimenu .bd {	
	background-color: #F1F1F1;

	/*z-index: 10020;*/
}
.yui-skin-sam .yuimenu h6 {
	font-size: x-small; /* font size */
}
.yui-skin-sam .yuimenu div.first-of-type {
	border: 0px;
}
.yui-skin-sam .yuimenuitem a {
	cursor: pointer;
}
.yui-skin-sam .yuimenuitem-selected {
	background-color: #BA0c2F;
}
.yui-skin-sam .yuimenuitem-hassubmenu-selected {
	background-color: #BA0c2F;
}

/* Horizontal */
.yui-skin-sam .yuimenubar {	
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
}
.yui-skin-sam .yuimenubar .bd {	
	background-color: #F1F1F1;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efefef+0,dbdbdb+50,d1d1d1+51,999999+100 */
background: rgb(239,239,239); /* Old browsers */
background: -moz-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(153,153,153,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(153,153,153,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(239,239,239,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(153,153,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
	
	/*z-index: 10020;*/
}
.yui-skin-sam .yuimenubar h6 {
	font-size: x-small; /* font size */
}
.yui-skin-sam .yuimenubaritem a {
	cursor: pointer;
}
.yui-skin-sam .yuimenubaritem-selected {

	/*background-image: url(my_bg_image.png);*/ /* enter your own image */
}
.yui-skin-sam .yuimenubaritem-hassubmenu-selected {

	/*background-image: url(my_bg_image.png);*/ /* enter your own image */
}
