@charset "windows-1252";

#menu {
	background-image: url(/images/menu.png);
	background-repeat: no-repeat;
	z-index: 500;
	height: 64px;
	width: 970px;
}

#menu a, #menu h2 {
	white-space: nowrap;
	font-size: 11px;
	display: block;
}

#menu h2 {
	padding: 0px 0px 2px 0px; /* top right bottom left */
	text-align: center;
	color: #ffffff;
}

#menu ul.show {
	display: block;
	z-index: 0;
}

#menu a.btn1, #menu a.btn2, #menu a.btn3, #menu a.btn4, #menu a.btn5, #menu a.btn6 {
	padding: 10px 0px 10px 0px; /* top right bottom left */
	width: 161px;
}

#menu a.btn1, #menu a.btn6 {
	width: 160px;
}

#menu a.btn1, #menu a.btn2, #menu a.btn3, #menu a.btn4, #menu a.btn5 {
	border-right: 1px solid #676767;
}

#menu a.btn1:hover {
	background-image: url(/images/btn-left.png);
	background-repeat: repeat-x;
}

#menu a.btn2:hover, #menu a.btn3:hover, #menu a.btn4:hover, #menu a.btn5:hover {
	background-image: url(/images/btn-middle.png);
	background-repeat: repeat-x;
}

#menu a.btn6:hover {
	background-image: url(/images/btn-right.png);
	background-repeat: repeat-x;
}

#menu a {
	text-decoration: none;
}

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

#menu h2 a, #menu h2 a:hover, #menu h2 a:visited, #menu h2 a:active {
	text-transform: uppercase;
	font-family: Arial Black;
	font-style: italic;
	color: #ffffff;
}

#menu h2 a:hover {
	color: #cfc27b;
}

#menu ul ul a {
	padding-bottom: 5px;
	padding-top: 1px;
}

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

#menu li {
	position: relative;
}

#menu ul ul {
	background-image: url(/images/blank.png);
	position: absolute;
	height: 60px;
	display: none;
	z-index: 500;
	width: 950px;
	top: auto;
}

#menu ul ul li {
	padding: 5px 0px 0px 20px; /* top right bottom left */
	background-color: #d90101;
	width: 125px;
	float: left;
}

#menu ul.sub1 { left: 10px; }
#menu ul.sub2 {	left: -150px; }
#menu ul.sub3 {	left: -311px; }
#menu ul.sub4 {	left: -472px; }
#menu ul.sub5 {	left: -633px; }
#menu ul.sub6 {	left: -791px; }

/* 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{
	z-index: 100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul
{display: none;}

div#menu li:hover ul,
div#menu li li:hover ul
{display: block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#menu h2.arrow {
	background-image: url(/images/btn-left.png);
}

#menu a.arrow {
}

/*

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

*/


