@charset "UTF-8";

/*/////////////// Sub menu ///////////////////*/
#submenu{
width:235px;
overflow:hidden;
border:1px solid #decc95;
float:left;
padding:0 0 10px 0;
margin:0;
height:130px;
height:auto !important;
min-height:140px;
}

#submenu #header{
margin:0;
list-style:none;
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
color: #898989;
text-decoration:none;
font-weight:normal;
padding:6px 2px 6px 12px;
}

#submenu ul.MenuBarVertical{
margin: 0;
padding: 0;
list-style-type: none;
cursor: default;
width: 235px;
background-color:#ffffff;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive{
z-index: 1000;
padding:0;
margin:0;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li{
margin: 0;
padding: 0 0 0 25px ;
list-style-type: none;
position: relative;
cursor: pointer;
width: 210px;
height:18px;
float:left;
}

#activateme{
background-color:#dfe1ca;
margin: 0;
padding: 0 0 0 25px;
margin:3px 0 3px 0; 
list-style-type: none;
position: relative;
cursor: pointer;
width: 210px;
height:18px;
color:#949c50;
}


#donotactivateme{
margin: 0;
padding: 0;
margin:3px 0 3px 0; 
list-style-type: none;
position: relative;
cursor: pointer;
width: 210px;
height:18px;
color:#949c50;

}


/* Outermost menu container has borders on all sides */

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a{
width:183px;
display: block;
cursor: pointer;
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color: #898989;
text-decoration:none;
font-weight:normal;
padding:2px 2px 2px 16px;
}
ul.MenuBarVertical #activateme a{
color:#949c50;
}


/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color: #949c50;
text-decoration:none;
font-weight:normal;
padding:2px 2px 2px 16px;
}



/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe{
position: absolute;
z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
ul.MenuBarVertical li.MenuBarItemIE{
display: inline;
f\loat: left;
background: #FFF;
}
}
