/*******************************************************/
/*Menu bar*/
/*******************************************************/
#menu_topnav {
	font-size: 12px;
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Geneva,Arial,Verdana,sans-serif;
	clear: both;
}

#menu_topnav .yuimenuitem-hassubmenu {
	background-image: url(../img/submenu_arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
}

#menu_topnav.yuimenubarnav .yuimenubaritemlabel-hassubmenu {
	background: url(../img/menu_arrow.png) right center no-repeat;
}

#menu_topnav.yuimenubar {
	border: 0;
	height: 30px;
	background: url(../img/menu_bg.jpg) repeat-x;
}

#menu_topnav.yuimenubar li.yuimenubaritem {
	border-right: 1px solid #1583d3;
	font-size: 13px;
}

#menu_topnav.yuimenubar li.yuimenubaritem a {
	border: 0;
	padding-top: 2px;
	text-align: center;
}

#menu_topnav.yuimenubar li.yuimenubaritem a.yuimenuitemlabel {
	font-size: 12px;
	text-align: left;
}

.yuimenubaritemlabel-selected,
.yui-skin-sam .yuimenubaritem-selected {
	background: #0eabfd;
}

#menu_topnav.yuimenubar li.yuimenubaritem a {
	margin: 0;
	border: 0;
	cursor: pointer;
	color: #FFF;
}
#menu_topnav.yuimenubar li.yuimenubaritem a:hover {
	margin: 0;
	border: 0;
	cursor: pointer;
	color: #FFF;
}
.yuimenu .bd ul.first-of-type {
	/*border: 1px solid #1583d3;*/
}

li .first-of-type {
	background: #1583d3;
	list-style-type: none;
}

li .first-of-type li {
	height: 20px;
	list-style-type: none;
	padding-bottom: 5px;
}

.yui-menu-shadow {
	position: absolute;
	visibility: hidden;
	z-index: -1;
}

.yui-skin-sam .yuimenuitem-selected {
	background-color: #0eabfd;
}
