/* CSS Menus - Horizontal CSS Menu with Dropdown and Popout Menus - 20050131 */

*{margin:0;padding:0;border:none;}

/*body{
behavior:url(csshover.htc);
} */

/* Begin CSS Popout Menu */

#menu{
	width:760px;
	float:left;
	background-image: url(../images/hor-bar-green.jpg);
	text-align: center;
}

#menu ul{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width: 11em;
	background-image: url(../images/hor-bar-green.jpg);
}
#menu a, #menu h2 {
	font: bold 0.9em/1.4em arial, helvetica, sans-serif;
	display: block;
	padding: 2px 3px;
	background-image: url(../images/hor-bar-green.jpg);
	background-repeat: repeat-y;
}
/*
#menu a, #menu h2 a:link {
	color: #000000;
	font-weight: bold;
}
#menu a, #menu h2 a:visited {
	color: #000000;
	font-weight: bold;
}
#menu a, #menu h2 a:hover {
	color: #FF0000;
	font-weight: bold;
}
#menu a, #menu h2 a:active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
} */

#menu h2 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
}

#menu a {
	background:#4A7240;
	text-decoration:none;
	font-weight: bold;
}


#menu h2 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
}

#menu h2 a:link {
	color: #FFFFFF;
	font-weight: bold;
}
#menu h2 a:visited {
	color: #FFFFFF;
	font-weight: bold;
}
#menu h2 a:hover {
	color: #a00;
	font-weight: bold;
}
#menu h2 a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#menu a, #menu a:visited{
	color:#000;
	background-image: url(../images/hor-bar-green.jpg);
	font-weight: bold;
}

#menu a:hover{
	color:#a00;
	background:#ddd;
	font-weight: bold;
}

#menu a:active{
	color:#060;
	background:#ccc;
	font-weight: bold;
}

#menu li{
position:relative;
}

#menu ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
}

#menu ul ul ul{
top:0;
left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

/* div#menu h3:hover{
background:#000 url(/css/images/expand3.gif) no-repeat -999px -9999px;
} */

/*
div#menu li:hover{
cursor:pointer;
z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

/*#menu a.x, #menu a.x:visited{
font-weight:bold;
color:#000;
background:#eee url(/css/images/expand3.gif) no-repeat 100% 100%;
}

#menu a.x:hover{
font-weight:bold;
color:#fff;
background:#000;
}

#menu a.x:active{
font-weight:bold;
color:#060;
background:#ccc;
}
*/
