/* RULES FOR THE "MENUDIV" OBJECT */


/* An absolutely positioned and hidden DIV (treated as a layer in NS4). */
.menudiv {
 border:2px ridge #6C2C20; background:#E0C1A4 url('../images/menuback.jpg') center 50%; position: absolute;
 visibility: hidden;
 z-index: 1000;
 /* Borders:     Top    Right  Bottom    Left   */
 /* layer-background-color is non-standard and NS4 only. */
 layer-background-color: #CCCC99;
 font-variant:normal; font-weight:bold; line-height:150%; font-size:11pt; font-family:Arial; text-align:left; padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px; color:#412A22
}


.rootmenu    { 
adding:0; color: #FFFFFF; font-family:Arial; font-size:11pt; font-weight:bold
 }
 
 
 .rootmenu a {
 display: block;
 /* I've specified borders for each side individually so NS4 ignores this setting */
 color: #FFFFFF;
 text-indent: 5px;
 text-decoration: none; font-family:Arial; font-size:11pt; font-weight:bold; line-height:150%
}



.tabicon{ font-family: Arial; font-size: 10pt; color: #000000; 
               background-color: #C0C0C0; text-align:center }

.tabicon a {
font-family: Arial; font-size: 10pt; color: #000000; 
               text-decoration:none; text-align:center; font-weight:bold
}

.tabicon a:active {
 padding:0; color: #000000; font-family:Arial; font-size:10pt; font-weight:bold; text-align:center
} 

.tabicon a:hover {
 padding:0; color: #FFFFFF; font-family:Arial; font-size:10pt; font-weight:bold
} 

/* 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 .header {
 width: 100%;
 font-weight: bold;
 text-align: center;
 border-bottom: 2px dashed #999966;
 margin-bottom: 5px; font-family:Arial; font-size:11pt
}

.menudiv a {
 display: block;
 /* I've specified borders for each side individually so NS4 ignores this setting */
 color: #3A1711;
 text-indent: 5px;
 text-decoration: none; font-family:Arial; font-size:11pt; font-weight:bold; line-height:150%
}

/* I'm using :hover and :active pseudo-classes for link mouse effects. */
.menudiv a:hover {
 padding:0; border:2px solid #412A22; background-color: #654225;
 color: #FFFFFF; font-family:Arial; font-size:11pt; font-weight:bold
}

/*
.menudiv a:active {
 border-left:1px solid #000000; border-right:1px solid #3366CC; border-top:1px solid #000000; border-bottom:1px solid #3366CC; background-color: #804040;
 color: #FFFFFF; font-family:Arialsans-serif; font-size:10pt; font-weight:bold
}
*/
/*
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 {
  padding:0; border:2px solid #412A22; background-color: #654225;
 color: #FFFFFF; font-family:Arial; font-size:11pt; font-weight:bold
}

/* The links in the upper-left that pop out 'divMenu' menus. */
.trigger a {
 color: #003366;
 text-decoration: none; font-variant:normal; font-size:11pt; font-family:Arial; font-weight:bold
}

/* Likewise, style active trigger links */
.trigger a.highlighted {
 color: #CC9966; font-family:Arial; font-size:11pt; font-weight:bold
}