
/* Begin CSS Popout Menu */

#menu {
	position:absolute;
	left:155px;
	width:580px;
	float:left;
	margin:10px 0px 0px 0px;
	z-index:2;
	/* font-weight: bold; */
	text-transform:uppercase;
}

#menu a, #menu h2 {
	color:#ffffff;
	display:block;
	white-space:nowrap;
	margin:0;
	padding:1px 0 1px 3px;
	background-color:#194c8e;
	border-width:1px;
	border-style:solid;
	border-color:#518fe1 #001f46 #001f46 #518fe1;
	text-align:center;
	height:16px;
	line-height:16px;
	font-size:0.7em;	
}

#menu h2 {
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	font-family:"Times New Roman", Times, serif;
}

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

#menu a, #menu a:visited {
	color:#022d64;
}

#menu a:hover {
	color:#ffffff;
	background:#cc0033;
}

#menured {
	color:#ffffff;
	background:#cc0033;
	font-size:0.9em;
}

#menured2 {
	color:#ffffff;
	background:#cc0033;
	font-size:0.7em;
	text-align:center;
	height:16px;
	padding:2px 2px 0px 0px;
}

#menu a:active {
	color:#060;
	background:#ccc;
}

#menu ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:145px;
}

/* Reduce secondary nav size if required 
#menu ul.secnav {
	width:120px;
}
*/
#menu li {
	position:relative;
}

#menu ul ul {
	position:absolute;
	z-index:3;
	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 {
background-color:#022d64;
}

div#menu li:hover {
cursor:pointer;
z-index:4;
}

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 a.x, #menu a.x:visited {
	font-weight:bold;
	color:#000;
	background:#eee;
}

#menu a.x:hover {
	color:#a00;
	background:#ddd;
}

#menu a.x:active {
	color:#060;
	background:#ccc;
}

/* End CSS Popout Menu */

/* Secondary Nav */

#subnav {
	color:#ffffff;
	margin:5px 0px 8px 0px;
	font-weight:bold;
	height:12px;
	line-height:12px;
	font-size:0.80em;
}
#subnavftr {
	color:#00224c;
	margin:5px 0px 20px 0px;
	font-weight:bold;
	font-size:0.80em;
}
#subnav a {
	color: #00224c;
	text-decoration:none;	
}
#subnav a:hover{
	color: #ff0000;
}
#subnav .active{
	color: #ff0000;
}
#subnavftr a {
	color: #00224c;
	text-decoration:none;	
}
#subnavftr a:hover{
	color: #ff0000;
}
#subnavftr .active{
	color: #ff0000;
}

