/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.0
*/
/* Menu styles */
div.yuimenu {
   /*
   background-color: #FFFFFF;
   border: solid 1px #436EC9;
*/
   padding: 0;
   margin: 0;
   width: 228px !important;
}

/* Submenus are positioned absolute and hidden by default */
div.yuimenu div.yuimenu {
   position: absolute;
   visibility: hidden;
}

/*
    Applying a width triggers "haslayout" in IE so that the module's
    body clears its floated elements
*/
div.yuimenu div.bd {
   width: 228px;
   padding: 5px 0 1px 0;
   margin-bottom: 10px;
   background-color: #F1F1F1;
}

/* Matches the UL inside a Menu or MenuBar instance */
div.yuimenu ul {
   list-style-type: none;
   padding: 0;
   margin: 0 0 20px;
   line-height: 0px;
}

/* MenuItem and MenuBarItem styles */
div.yuimenu li {
   cursor: pointer;
   cursor: hand;
   padding: 0;
   margin: 0;
   list-style-type: none;
}

div.yuimenu li.yuimenuitem {
   font: normal 11px Arial, Helvetica, sans-serif;
   padding-left: 16px;
   padding-top: 3px;
   padding-right: 3px;
   padding-bottom: 3px;
   margin: 0;
}

div.yuimenu li.yuimenuitem a {
   outline: none;
   font: normal 11px Arial, Helvetica, sans-serif;
   text-decoration: undeline;
}

/* Matches selected menu items */
div.yuimenu li.selected{
   padding-left: 16px;
   padding-top: 3px;
   padding-right: 3px;
   padding-bottom: 3px;
   margin: 0;
}

/* Styles for the the submenu indicator for menu items */
div.yuimenu li.hassubmenu em.submenuindicator{
   display: -moz-inline-box; /* Mozilla */
   display: inline-block; /* IE, Opera and Safari */
   vertical-align: middle;
   height: 8px;
   width: 8px;
   text-indent: 9px;
   overflow: hidden;
   visibility: hidden;
}

.menu_bordert { background-color: #F1F1F1; }

div.menu_bordert {
   margin-right: 10px;
   padding: 10px 0 20px 0;
   background-color: #F1F1F1;
}

.menu_bordert td { padding: 3px 5px 3px 15px; }

