.h_menulist a {
 display: block;
 position: relative;
 padding: 3px;
 color: #FFFFFF;
 text-decoration: none;
}

.h_menulist a:hover {
 color: #FFCC00;
 background-color: #DDF;
}

.h_menudiv {
	position: absolute;
	visibility: hidden;
	z-index: 1000;
	border: 1px outset #FFFFCC; 
	border-color: #333333 #000000 #000000 #333333;
	background-color: #C00F19;
	layer-background-color: #C00F19;
	padding: 2px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.h_menudiv a {
	display: block;
	color: #FFFFFF;
	border-bottom: 1px solid #333333;
	text-indent: 5px;
	text-decoration: none;
	padding: 2px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;	
}

.h_menudiv a:hover {
	border-color: #000000;
	background-color: #880000;
	color: #FFCC00;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.h_menudiv a:active {
 background-color: #880000;
 color: #FFCC00;	
}

.h_menudiv .highlighted {
 background-color: #336699;
 border-color: #336699;
 color: #FFCC00;
}

.h_trigger a {
	font: bold 10px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #003366;
	text-decoration: none;
}

.h_trigger a.h_highlighted {
 color: #CC9966;
}


.menulist, .menulist ul {
 margin: 0;
 padding: 0;
 width: 100px;
 list-style: none;
 border: 0px solid #36C;
 border-bottom-width: 0;
 background: #EEF;
}

/* Submenus ('ul' tags) */
.menulist ul {
 position: absolute;
 top: 0;
 left: 155px;
 display: none;
}

/* All menu items ('li' tags) */
.menulist li {
 position: relative;
 border-bottom: 1px solid #36C;
}

/* Links inside the menu, with 'hover' lightup, and a 'highlighted' class the script applies */
.menulist a {
 display: block;
 position: relative;
 padding: 3px;
 color: #036;
 text-decoration: none;
}
.menulist a:hover {
 color: #F63;
 background-color: #DDF;
}
.menulist a.highlighted {
	color: #E9E9E9;
}

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

/* RULES FOR THE "MENUDIV" OBJECT */

/* This is more complicated CSS, as it will downgrade to NS4 support. */


/* An absolutely positioned and hidden DIV (treated as a layer in NS4). */
.menudiv {
	position: absolute;
	visibility: hidden;
	z-index: 1000;
	border: 1px outset #FFFFCC; /* Borders:     Top    Right  Bottom    Left   */
	border-color: #c0c0c0 #666633 #666633 #c0c0c0;
	background-color: #E9E9E9;
	layer-background-color: #E9E9E9;
	padding: 2px;
	font: 10px/11px Verdana, Geneva, Arial, Helvetica, sans-serif; /* Here's a cool effect, try uncommenting this: */
}


/* 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: 1px solid Gray;
	padding-bottom: 2px;
	margin-bottom: 5px;
	background-color: #CFCFCF;
	color: #D9171F;
}

.menudiv a {
	display: block;
	color: #003333;
	border-bottom: 1px solid #CDCDCD;
	text-indent: 5px;
	text-decoration: none;
	padding: 2px;
}

/* I'm using :hover and :active pseudo-classes for link mouse effects. */
.menudiv a:hover {
	border-color: #CCCCCC Gray Gray #CCCCCC;
	background-color: Silver;
	color: #FFFFFF;
}
.menudiv a:active {
 border: 1px solid #003366;
 border-color: #000000 #3366CC #3366CC #000000;
 background-color: #003366;
 color: #FFFFFF;
}

/*
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 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #003366;
	text-decoration: none;
}

/* Likewise, style active trigger links */
.trigger a.highlighted {
 color: #CC9966;
}
.TxtMenu {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EFEFEF;
	font-weight: bold;
	text-decoration: none;
} 

.TxtMenu:hover{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EFEFEF;
	font-weight: bold;
	text-decoration: none;
}