.yuimenubar /* Entire bar */ 
{
  margin:0;
  float:right;
  background-color: #182355;
  
}

.yuimenuitem
{
	z-index: 100;
}
.yuimenubarnav
{
	background-image: url(images/menu/menubargradient.gif);
}

.yuimenu /* Sub container */ 
{
  background-color: #182355;
}

.yuimenu a 
{
  text-decoration: none;
  background-color: #182355;
  color:white!important;
  
}

a.yuimenubaritemlabel /* Bar item link */ 
{
  padding: 5px 24px;
  padding-left: 10px;
  color: #fff;
  font-size: 0.9em;
  color:white!important;
  
}

a.yuimenubaritemlabel:hover
{
	text-decoration: none;
}

a.yuimenuitemlabel /* Sub item link */ 
{
	padding: 4px 24px;
	color: #fff;
	padding-left: 10px;
	font-size: 0.9em;
	min-width: 150px;
}

.yuimenubar li.first-of-type .yuimenubaritemlabel {
  border-width: 0; /* No border on the first bar item link */
}

.yuimenubaritem
{
	background-image: url(images/menu/menubargradient.gif);
}

.yuimenubaritem-hassubmenu /* Add down arrow to bar item */ 
{

 /*  background: url(images/menu/menubaritem_submenuindicator_selected.png) right center no-repeat; */
}

.yuimenuitem-hassubmenu /* Add right arrow to sub item */ 
{
  background-color: #182355;
  background: url(images/menu/menuitem_submenuindicator_selected.png) right center no-repeat;
}
a.yuimenuitemlabel-hassubmenu 
{
background-color: #182355;
}
/* Selected MenuItem */

li.yuimenubaritem-selected /* Bar menu item */ {
	background-color: #182355;
	background-image: url(images/menu/menubargradient_on.gif);
}

li.yuimenuitem-selected  /* Sub menu item */ {
  color: #fff
}

a.yuimenubaritemlabel-selected, /* Bar menu item link selected */ {
  text-decoration: none;
  color: #fff;
}

a.yuimenuitemlabel-selected  /* Sub menu item link selected */ 
{
  text-decoration: none;
  color: white;
  background-color: #44488b;
}

.yuimenubaritem-hassubmenu-selected /* Change down arrow on bar item */
{
  background-image: url(images/menu/menubaritem_submenuindicator_selected.png) right center no-repeat;
}

.yuimenuitem-hassubmenu-selected /* Change right arrow on sub item */
{
  background: #94a3e6 url(images/menu/menuitem_submenuindicator_selected.png) right center no-repeat;
}

a.yuimenuitemlabel-hassubmenu-selected {background: none;}

.menuborderbottom
{
	height:0px;
/*
	background-color: #182355;
	background: url(images/menubottomcorner.png) right bottom no-repeat;
*/
}

.menuimage
{
	margin-right:6px;
	position: relative;
	top:2px;
	height:16px;
	width:16px;
}

.classname
{
	position: relative;
	left:8px;
	font-weight: bold;
	color:white;
	line-height: 29px;
}
