@charset "windows-1252";

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

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

#menu h3 {
	padding: 0px;
	border-right: 1px solid #ffffff;
	color: #ffffff;
}

#menu a {
	background: #4d88e1;
	text-decoration: none;
}

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

#menu a:hover {
	background-color: #000000;
	color: #ffffff;
}

#menu h3 a, #menu h3 a:hover {
	background: transparent;
	color: #ffffff;
}

#menu h3 a:hover {
	/*background-image: url(/images/h3.gif);*/
}

#menu ul ul a {
	padding-top: 3px;
	padding-bottom: 3px;
	height: auto;
	border: 3px solid #4d88e1;
}

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

#menu ul.btn1 { width: 152px; }
#menu ul.btn2 { width: 112px; }
#menu ul.btn3 { width: 93px; }
#menu ul.btn4 { width: 110px; }
#menu ul.btn5 { width: 111px; }
#menu ul.btn6 { width: 97px; }

#menu li {
	position:relative;
}

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

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

#menu ul ul {
	position: absolute;
	z-index: 500;
	top: auto;
	display: none;
}

#menu ul ul ul {
	top: 0px;
	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{
}

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

*/







