/* RULES FOR THE "MENUDIV" OBJECT */


/* An absolutely positioned and hidden DIV (treated as a layer in NS4). */
.menudiv {
 position: absolute;
 visibility: hidden;
 z-index: 1000;
 border: 0px solid #f2f2f2;
 /* Borders:     Top    Right  Bottom    Left   */
 background-color: #f2f2f2;
 padding-left: 0px;
 padding-right: 0px;
 padding-top: 4px;
 padding-bottom: 4px;
margin: 0px; 
overflow: hidden;
 /* Here's a cool effect, try uncommenting this, althought it's non-standard: */
 /* filter: alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8 */
}

/* Formatting to apply to the elements inside the "menudiv" class elements. */
/* Of course, you can put whatever you want within the menu divs, these are just examples. */

.menudiv a {
  font-weight: normal !important;
  font-family: Verdana, Helvetica, sans-serif;
 text-decoration: none;
 display: block;
 /* I've specified borders for each side individually so NS4 ignores this setting */
	font-size: 10px;
	line-height: 15px;
  margin-bottom: 2px;
  margin-left: 0px; 
  margin-right: 0px; 
  margin-top: 2px; 
}
.menudiv a:hover {
  font-weight: normal !important;
	text-decoration: none;
}

/*
.menudiv_menuitem { width: 100%; float: left; }
.menudiv_menuitem_image { width: 14px; float: left; clear: none; padding-top: 8px; padding-left: 12px; }
.menudiv_menuitem_link  { float: left; clear: none; width: 174px; }
.menudiv_menuitem_hover { background-color: #08234e !important; }
.menudiv_menuitem_live  { background-color: #234271; }
.menudiv_menuitem_live a { color: #ff9a00; }
*/
.menudiv_menuitem { width: 150px; background-color: #f2f2f2; } 
.menudiv_menuitem a       { padding-left: 11px; padding-right: 11px; color: #000000 !important; }
.menudiv_menuitem a.open  { background-color: #cacaca !important; }
.menudiv_menuitem a:hover { background-color: #cacaca; } 



.menudiv .header {
 width: 100%;
 font-weight: bold;
 text-align: center;
 border-bottom: 2px dashed #999966;
 margin-bottom: 5px;
}

/*
The script will automatically assign a class of "highlighted" to elements that currently
have an active submenu, so here's a little CSS to format links within a .menudiv element.
*/
.menudiv .highlighted {
 background-color: #336699;
 border-color: #336699;
 color: #FFFFFF;
}

/* The links in the upper-left that pop out 'divMenu' menus. */
.trigger a {
 font: Bold 14px Arial, Helvetica, sans-serif;
 color: #003366;
 text-decoration: none;
}

/* Likewise, style active trigger links */
.trigger a.highlighted {
 color: #CC9966;
}


/* RULES FOR THE "SIDEMENUDIV" OBJECT */


/* An absolutely positioned and hidden DIV (treated as a layer in NS4). */
.smenudiv {
 position: absolute;
 visibility: hidden;
 z-index: 1000;
 border: 0px solid #f2f2f2;
 /* Borders:     Top    Right  Bottom    Left   */
 background-color: #f2f2f2;
 padding-left: 0px;
 padding-right: 0px;
 padding-top: 4px;
 padding-bottom: 4px;
margin: 0px;
overflow: hidden;
 /* Here's a cool effect, try uncommenting this, althought it's non-standard: */
 /* filter: alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8 */
}

/* Formatting to apply to the elements inside the "menudiv" class elements. */
/* Of course, you can put whatever you want within the menu divs, these are just examples. */

.smenudiv a {
  font-weight: normal !important;
  font-family: Verdana, Helvetica, sans-serif;
 text-decoration: none;
 display: block;
 /* I've specified borders for each side individually so NS4 ignores this setting */
        font-size: 10px;
        line-height: 15px;
  margin-bottom: 2px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 2px;
}
.smenudiv a:hover {
  font-weight: normal !important;
  background: transparent url('../../images/arrow_over.gif') no-repeat right;
  text-decoration: none;
}

/*
.menudiv_menuitem { width: 100%; float: left; }
.menudiv_menuitem_image { width: 14px; float: left; clear: none; padding-top: 8px; padding-left: 12px; }
.menudiv_menuitem_link  { float: left; clear: none; width: 174px; }
.menudiv_menuitem_hover { background-color: #08234e !important; }
.menudiv_menuitem_live  { background-color: #234271; }
.menudiv_menuitem_live a { color: #ff9a00; }
*/
.smenudiv_menuitem { width: 225px; background-color: #f2f2f2; }
.smenudiv_menuitem a       { padding-left: 11px; padding-right: 11px; color: #000000 !important; }
.smenudiv_menuitem a.open  { background-color: #cacaca !important; }
.smenudiv_menuitem a:hover { background-color: #cacaca; }



.smenudiv .header {
 width: 100%;
 font-weight: bold;
 text-align: center;
 border-bottom: 2px dashed #999966;
 margin-bottom: 5px;
}

/*
The script will automatically assign a class of "highlighted" to elements that currently
have an active submenu, so here's a little CSS to format links within a .menudiv element.
*/
.smenudiv .highlighted {
 background-color: #336699;
 border-color: #336699;
 color: #FFFFFF;
}

/* The links in the upper-left that pop out 'divMenu' menus. */
.trigger a {
 font: Bold 14px Arial, Helvetica, sans-serif;
 color: #003366;
 text-decoration: none;
}

/* Likewise, style active trigger links */
.trigger a.highlighted {
 color: #CC9966;
}

