#mnuMenu
{
}
/* ITEM */
div.mnuItem
{
	clear: both;
	font-size: 11px;
	height: 10px;
  margin: 0 0 6px 0;
  color: #333333;
}
  div.mnuItem a
  {
    color: #333333;
  }

	div.mnuItem div.lbl
	{
		background: url(../img/menu_item_label.jpg);
    background-repeat: no-repeat;
    background-position: 0 4px;
    width: 8px;
    float: right;
    font-size: 11px;
  }

	div.mnuItem div.lnk
	{
		margin: 0 6px 0 0;
		float: right;
		font-size: 11px;
		/*background: #CCCCCC;*/
	}

div.mnuItemSelected
{
	clear: both;
	font-size: 11px;
	height: 10px;
  margin: 0 0 6px 0;
}
  div.mnuItemSelected a
  {
    color: #333333;
  }

	div.mnuItemSelected div.lbl
	{
		background: url(../img/menu_item_label.jpg);
    background-repeat: no-repeat;
    background-position: 0 4px;
    width: 8px;
    float: right;
    font-size: 11px;
  }

	div.mnuItemSelected div.lnk
	{
		margin: 0 6px 0 0;
		float: right;
		font-size: 11px;
    font-weight: bold;
	}

/* SUBITEMS */
div.mnuSubItems
{
	display: none;
	clear: both;
}

div.mnuSubItemsSelected
{
	display: inline;
	clear: both;
}

/* SUBITEM */
div.mnuSubItem
{
	clear: both;
	font-size: 11px;
	height: 10px;
  margin: 0 0 6px 0;
}
  div.mnuSubItem a
  {
    color: #F08D00;
  }

	div.mnuSubItem div.lbl
	{
		/*background: url(../img/menu_item_label.jpg);*/
    background-repeat: no-repeat;
    background-position: 0 4px;
    width: 8px;
    float: right;
    font-size: 11px;
  }

	div.mnuSubItem div.lnk
	{
		margin: 0 6px 0 0;
		float: right;
		font-size: 11px;
	}

div.mnuSubItemSelected
{
	clear: both;
	font-size: 11px;
	height: 10px;
  margin: 0 0 6px 0;
  color: #F08D00;
}

  div.mnuSubItemSelected a
  {
    color: #F08D00;
  }

	div.mnuSubItemSelected div.lbl
	{
		/*background: url(../img/menu_item_label.jpg);*/
    background-repeat: no-repeat;
    background-position: 0 4px;
    width: 8px;
    float: right;
    font-size: 11px;
  }

	div.mnuSubItemSelected div.lnk
	{
		margin: 0 6px 0 0;
		float: right;
		font-size: 11px;
    font-weight: bold;
	}

