/* *************************************************************
   CMS Custom Colors and settings 
************************************************************* */
.cmsMenu {
	text-align: right;
    padding: 0px;
    margin: 0px;

    line-height: 1.1em;
	font-weight: normal;
	
	height: 20px;
}

/******************************************************************
*   HORIZONTAL MENU (menulist) - BEAUTY STYLES
******************************************************************/
#listMenuRoot {
 height: auto;
 position: relative;
 text-align: right;
 z-index: 100;
 font-family:'Trebuchet MS',verdana,arial,sans-serif;
 font-size: 11px;
} 

.menulist {
    float: right;
}

/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

.menulist ul {
 top: 2.0em; /* I'm using ems rather than px to allow people to zoom their font */
 left: 1em;
 width: 148px;
 font-size: 11px;
 border-bottom: 1px solid #bbbbbb;
 border-right: 2px solid #bbbbbb;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: 0px;
 left: 150px;
 background-image: none;
 border-bottom: 1px solid #bbbbbb;
 border-right: 2px solid #bbbbbb;
}

.menulist li {
}

.menulist ul li {
 text-align: left;
}

/* Links inside the menu */
.menulist a {
 padding: 3px;
 padding-left: 5px;
 padding-right: 5px;
 color: #FFF;
 font-weight: bold;
 text-decoration: none;
 background: transparent;
}

.menulist ul a {
 padding: 4px 5px;
 color: #000;
 text-decoration: none;
 font-weight: normal !important;
 background-color: #FFF;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist ul a:hover, .menulist ul a.highlighted:hover {
 background-color: #EEE;
 text-decoration: none;
}

.menulist ul a.highlighted {
 background-color: #EEE;
 text-decoration: none;
}

.seperator {
 padding-top: 3px;
}

/******************************************************************
* HORIZONTAL MENU (menulist) - FUNCTION STYLES (CAUTION!!!!)
******************************************************************/
/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 visibility: hidden;
 position: absolute;
 padding-bottom:1px;
}

/* All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
   positioned relatively to correctly offset submenus. Also, they have overlapping borders. */
.menulist li {
 float: left;
 position: relative;
 margin-right: -1px;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin-bottom: -1px;
}

/* Links inside the menu */
.menulist a {
 display: block;
}

.menulist ul a {
 display: block;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display:  none;
}
.menulist ul a .subind {
 display:  block;
 float: right;
 padding-right: 7px;
 z-index: 99;
}

/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li {
 float: left;
 height: 1%;
}
* html .menulist  ul a {
 height: 1%;
}
/* End Hack */

/******************************************************************
*  VERTICAL MENU (menulistVert) - BEAUTY STYLES
******************************************************************/
/* All <ul> tags in the menu including the first level */
.menulistVert, .menulistVert ul {
 margin: 0;
 padding: 0;
 width: 204px;
 list-style: none;
}
.menulistVert {
 margin-left: 21px;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
.menulistVert ul {
 top: 5px;
 left: 206px;
}

.menulistVert li {
 vertical-align: middle;
}

.menulistVert li ul {
 background-color: #ff9999;
 border: 1px solid black;
}
.menulistVert li li {
 margin-bottom: 3px;
 background-image: none;
 background-color: inherit;
}

/* Links inside the menu */
.menulistVert a {
 text-decoration: none;
 padding-left: 5px;
 margin-left: 15px;
 padding-top: 7px;
 font-weight: bold;
}

.menulistVert ul a {
 padding: 2px;
 margin-top: 0;
 font-weight: normal;
}

.menulistVert a img { /* corrects image padding caused by text adjustment */
 margin-left: -5px;
}

/* Lit items: 'hover' is mouseover, 'highlighted' are parent items to visible menus. */
.menulistVert a:hover, .menulistVert a.highlighted:hover, .menulistVert a:focus {
 text-decoration: underline;

}
.menulistVert a.highlighted {
 text-decoration: none;
}

/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulistVert a .subind {
 float: right;
 margin-right: 7px;
}

/******************************************************************
*  VERTICAL MENU (menulistVert) - FUNCTIONAL STYLES (CAUTION!!!)
******************************************************************/
/* All <ul> tags in the menu including the first level */
.menulistVert, .menulistVert ul {
 z-index: 100;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
.menulistVert ul {
 visibility: hidden;
 position: absolute;
}

/* All menu items (<li> tags) are relatively positioned to correctly offset their submenus.
   They have borders that are slightly overlaid on one another to avoid doubling up. */
.menulistVert li {
 position: relative;
 margin-bottom: 0px;
}
.menulistVert ul>li:last-child {
 margin-bottom: 1px;
}

/* Links inside the menu */
.menulistVert a {
 display: block;
}

/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulistVert li {
 float: left;
 height: 1%;
}
* html .menulistVert a {
 height: 1%;
}
.menulistVert .disabled { color: #888; }
/* End Hack */


/*************************************************
 File browser options
*************************************************/

/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
#browsermenu_fm UL, #browsermenu_go UL {
 visibility: hidden;
 position: absolute;
 top: 3px;
 left: 0;
 width: 170px;
}

#browsermenu_fm UL LI A, #browsermenu_go UL LI A {
 padding: 0;
 margin: 0;
}
