/* 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 outset #FFFFCC;*/
 /* Borders:     Top    Right  Bottom    Left   */
 /*border-color: #FFFFCC #666633 #666633 #FFFFCC;*/
 background-color: #020016;
 padding: 0px;
 font: 11px/17px Tahoma,Verdana,Arial;
 /* Here's a cool effect, try uncommenting this, althought it's non-standard: */
 /* filter: alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8 */
width: 100%;
display: block;
text-indent: 3px;
border: 1px solid #1394AB;
/*padding: 1px 0;*/
font-weight: normal;
color: #f3e1c2;
text-align: left;
}


/* 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%;
display: block;
text-indent: 3px;
border: 1px solid #1394AB;
/*padding: 1px 0;*/
text-decoration: none;
font-weight: normal;
color: #f3e1c2;
text-align: left;
 /*width: 100%;
 font-weight: bold;
 text-align: center;
 border-bottom: 2px dashed #999966;
 margin-bottom: 5px;*/
}


.menudiv a {
/*
display: block;
border: 1px solid #1394AB;
color: #F3E1C2;
text-indent: 5px;
text-decoration: none;
*/

width: 100%;
display: block;
text-indent: 3px;
border: 1px solid #1394AB;
/*padding: 1px 0;*/
text-decoration: none;
font-weight: normal;
color: #f3e1c2;
text-align: left;
 }

/* I'm using :hover and :active pseudo-classes for link mouse effects. */
.menudiv a:hover {
/*
display: block;
 border: 1px solid #1394AB;
 background-color: #020016;
 color: #1394AB;
 */
width: 100%;
display: block;
text-indent: 3px;
border: 1px solid #1394AB;
/*padding: 1px 0;*/
text-decoration: none;
font-weight: normal;
color: #1394AB;
text-align: left;
background-color: #020016;
}

/*
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: #020016;
 color: #1F86A0;
}

.tmpl_menu_text_2 {
	color: #f3e1c2;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}

.tmpl_menu_text_2  a:link {
	color: #f3e1c2;
	font-weight: normal;
}
.tmpl_menu_text_2  a:visited {
	color: #f3e1c2;
	font-weight: normal;
}
.tmpl_menu_text_2  a:hover {
	color: #1394AB;
	font-weight: normal;
}
.tmpl_menu_text_2  a:active {
	color: #f3e1c2;
	font-weight: normal;
}



/* 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: #020016;*/
}
