@charset "utf-8";
/* CSS Document */
.menu {
	float: left;
	position: relative;
	z-index: 10000;
	padding-top: 5px;
}
.menu ul {
	list-style: none;
	float: left;
	position: absolute;
	z-index: 1000;
	padding: 0px;
	margin: 0px;
}

.menu a {
	text-decoration: none;
	color:#111111;
	text-align: left;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
}


.menu a:hover {
	color: #fff;
	display:block;
	position:relative;
	/* for IE */
  	filter:alpha(opacity=100);
	/* CSS3 standard */
  	opacity:1.0;
	z-index: 10000;
}

.menu li {
	position: relative;
	margin: 0px;
	padding: 0px;
	z-index: 10000;
	width: 120px;
}

.menu ul ul ul {
	top: 0px;
	left: 100%;
}

div.menu ul ul,
div.menu ul li:hover ul ul,
div.menu ul ul li:hover ul ul
{
	display: none;
	background-color: #E11600;
	position:relative;
	/* for IE */
  	filter:alpha(opacity=100);
	/* CSS3 standard */
  	opacity:1.0;
	z-index: 10000;
}

div.menu ul li:hover ul,
div.menu ul ul li:hover ul,
div.menu ul ul ul li:hover ul
{
	display: block;
}
.menu ul li ul li {
	background-color: #E11600;
	position:relative;
	/* for IE */
  	filter:alpha(opacity=100);
	/* CSS3 standard */
  	opacity:1.0;
	;
	z-index: 10000;
}
.menu ul li ul li a {
	font-size: 14px;
	text-align: left;
	text-decoration: none;
}
a.menu_header, a.menu_header:visited {
	color: #000000;
	height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 120px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-decoration: none;
}
a.menu_header:hover {
	color:#fff;
	text-decoration: none;
}.nav_table    {
	background-image: url(images/nav-button-bg-red.gif);
	background-repeat: repeat-x;
	background-color: #E11600;	
}
li.resources_dropdown {
	width: 105px;
}
li.resources_dropdown a  {
	color: #000000;
}
