/* style sheet for the menu elements */
table#menuL0
{
    margin: 4px 0px 4px 0px;
    padding: 0px;
    color: white;
	 height: 16px;	
}
table#menuL0 .item 
{
    cursor: pointer;
	 text-align: center;
	 vertical-align: middle;
	 border-right: solid 1px #DFDFDF;	 
	 padding: 0px 10px 0px 10px;
}
table#menuL0 .selected
{
	font-weight: bold;
	color: White;
}
table#menuL0 .last
{
	border-right: 0px;
}
table#menuL0 a
{ 
    color: #DFDFDF;
	 text-decoration: none;
}

div#menuL1 table.menu_items td.menu_item_separator, div#menuL2 table.menu_items td.menu_item_separator
{
	height: 1px;	
	font-size: 0em;
}

div#menuL1 .has_sub_menu a
{
	background-image: url(../mwdpages/images/submenu_marker.gif);
	background-position: right;
	background-repeat: no-repeat;
	display: block;
}

div#menuL1
{
	margin-top: 7px;
}
div#menuL1, div#menuL2  
{
    position: absolute;
    font-size: 0.9em;   
	 color: #808285;
	 margin-left:1px;
	 border-top: solid 1px #CACACA;
	 border-left: solid 1px #CACACA; 
	 border-right: solid 1px #CACACA; 
	 opacity: 0.92;
    -moz-opacity: 0.92;
    filter: alpha(opacity=92);
}
div#menuL2
{
	margin-left: 1px;
}
div#menuL1 table.menu_items .menu_item_l1,
div#menuL2 table.menu_items .menu_item_l1,
div#menuL1 table.menu_items .menu_item_l2,
div#menuL2 table.menu_items .menu_item_l2
{
    padding: 5px 11px 5px 11px;	 	 
	 background-color: White;
	 cursor: pointer;
	 width: 160px!important;
}

div#menuL1 table.menu_items td, div#menuL1 table.menu_items td a, div#menuL2 table.menu_items td, div#menuL2 table.menu_items td a
{
    color: #4F4648;
    text-decoration: none;
}

div#menuL1 table.menu_items td,
div#menuL2 table.menu_items td
{
	border-bottom: solid 1px #CACACA;
}

div#menuL1 table.menu_items td.hover, div#menuL1 table.menu_items td.hover a, div#menuL2 table.menu_items td.hover, div#menuL2 table.menu_items td.hover a
{    
	 color: Black;
}

/* level 2 menu strip */
div#subMenuStrip
{
    margin-left: 16px;
}

div#subMenuStrip table
{
    font-size: 0.9em;    
    margin-left: 0px;
}

div#subMenuStrip table tr.level2
{
    background-color: #a1b69a;
}

div#subMenuStrip table tr.level3
{
    background-color: #b8c8b4;
}


div#subMenuStrip td.menu_bar_item
{
    padding: 1px 10px 0px 10px;
}

div#subMenuStrip td.menu_bar_item, div#subMenuStrip td.menu_bar_item a
{
    cursor: pointer;
    color: White;
    text-decoration: none;
}

div#subMenuStrip td.selected
{
    font-weight: bold;
}

div#subMenuStrip.l3MenuYes tr.level2 td.menu_bar_item
{
    padding: 1px 10px 0px 10px;
}
