	/* CSS Menu - Horizontal CSS Menu with Dropdown and Popout Menus */

body {text-align: center;}

/* Begin CSS Popout Menu */
#container
{width:700px; text-align: left; padding: 0px; margin: 0px; margin-top: 0px; position: relative; background-color:#042a5f;}

#menu{
width:700px;
position:relative;
background-color:#042a5f;
}
/*this is for the top bar*/
#menu h2{
font:bold 11px arial,helvetica,sans-serif;
display:block;
white-space:nowrap;
margin:0;
padding:2px 0 1px 0px;
color:#fff;
background:#042a5f url() no-repeat 100% 100%;
text-transform:uppercase;
text-align: left;
border:0;
}
#menu h2.noarrow{
font:bold 11px arial,helvetica,sans-serif;
display:block;
white-space:nowrap;
margin:0;

padding:2px 0 1px 0px;
color:#fff;
background:#042a5f;
text-transform:uppercase;
text-align: left;
border:0;
}
#menu h2.noarrowhome{
font:bold 11px arial,helvetica,sans-serif;
display:block;
white-space:nowrap;
margin:0;
margin-left: 200;

padding:2px 0 1px 0px;
color:#fff;
background:#042a5f;
text-transform:uppercase;
text-align: left;
border:0;
}
#menu a.noarrowhome{
font:bold 11px arial,helvetica,sans-serif;
display:block;
white-space:nowrap;
margin:0;
padding:0;

color:#fff;
background:#042a5f;
text-transform:uppercase;
border:0;
}
#menu a.noarrowhome:visited {
	color:#ffffff;
	background:#042a5f;
}

#menu a.noarrowhome:hover
{
		color:#D0FBD8;
	background:#042a5f;

}

#menu a.noarrowhome:active{
		color:#fff;
	background:#042a5f;
}






#menu a.noarrow{
font:bold 11px arial,helvetica,sans-serif;
display:block;
white-space:nowrap;
margin:0;
padding:0;

color:#fff;
background:#042a5f;
text-transform:uppercase;
border:0;
}
#menu a.noarrow:visited {
	color:#ffffff;
	background:#042a5f;
}

#menu a.noarrow:hover
{
		color:#D0FBD8;
	background:#042a5f;

}

#menu a.noarrow:active{
		color:#fff;
	background:#042a5f;
}
#menu a{
font:bold 11px arial,helvetica,sans-serif;
display:block;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
white-space:nowrap;
margin:0;
padding:3px 0 3px 2px;

background:#fff;
text-decoration:none;
}

#menu a:visited{
color:#4d6e8f;
}

#menu a:hover{
color:#0a54ba;
background:#D0FBD8;
}

#menu a:active{
color:#0a54ba;
background:#ffffff;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
float:left;
width:6em;
z-index:10000;
}

#menu li{
position:relative;
margin:0;
padding:0;

z-index:10000;
}

#menu ul ul{
position:absolute;
z-index:10000;
top:auto;
display:none;
width:16em;

}

#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:# url(/images/expand.gif) no-repeat -990px -9990px 042a5f; z-index:1000;
}
div#menu h2.noarrow:hover{
background:# url() no-repeat -999px -9999px 042a5f; z-index:1000;
}
div#menu li:hover{
cursor: auto;
z-index:10000;
}

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; z-index:1000;}

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; z-index:1000;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
font-weight:bold;
background:#fff url(/images/expand.gif) no-repeat 100% 100%;
}

#menu a.x:hover{
color:#0a54ba;
background:#D0FBD8;
}

#menu a.x:active{
color:#0a54ba;
background:#fff;
}

#menu a.y, #menu a.y:visited{
font-weight:bold;
}

#menu a.y:hover{
color:#0a54ba;
background:#fff;
}

#menu a.y:active{
color:#0a54ba;
background:#fff;
}

/* End CSS Popout Menu */
