@charset "windows-1252";

#menu {
	padding: 0px 0px 0px 3px; /* top right bottom left */
	float:left;
	clear: both;
}

#menu a, #menu h2 {
	font-size: 11px;
	display: block;
	white-space: nowrap;
	padding: 1px 0px 1px 5px; /* top right bottom left */
}

#menu h2 {
	color: #ffffff;
	background-image: url(/images/menubutton.gif);
	border-right: 2px solid #ffffff;
}

#menu a {
	background: #008eca;
	text-decoration: none;
}

#menu a, #menu a:hover, #menu a:visited, #menu a:active {
	color: #ffffff;
}

#menu a:hover {
	background-color: #40587b;
}

#menu h2 a, #menu h2 a:hover {
	background: transparent;
}

#menu ul ul a {
	padding-top: 3px;
	padding-bottom: 3px;
	border: 3px solid #008eca;
}

#menu ul {
	text-transform: uppercase;
	font-weight: bold;
	list-style: none;
	font-size: 11px;
	padding: 0px;
	float: left;
	width: 152px;
}

#menu li {
	position:relative;
}

#menu ul ul li {
	width: 160px;
}

#menu ul ul ul li {
	width: 210px;
}

#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 h2:hover{
}

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 h2.arrow {
	background-image: url(/images/menubuttona.gif);
}

#menu a.arrow {
	background-image: url(/images/menubuttonlia.gif);
}

/*

#menu a.arrow, #menu a.arrow:hover, #menu a.arrow:visited, #menu a.arrow:active {
	background-image: url(/images/menubuttona.gif);
}

*/