@charset "windows-1252";

#menu {
	padding: 0px 0px 0px 300px; /* top right bottom left */
	width: 600px;
	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: #db3f33;
	text-decoration: none;
}

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

#menu a:hover {
	background-color: #efde9c;
	color: #484947;
}

#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 #db3f33;
}

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

#menu li {
	position:relative;
}

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

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

#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);
}

*/





