@charset "utf-8";
/* CSS Document */

#menuA {
	float:left;
	width:100%;
	font-size:93%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height:normal;
	}
#menuA ul {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	}
#menuA li {
	display:inline;
	margin:0 0 4px 0;
	padding:0 8px;
	float:left;
	border-left:solid 1px #00193D;
	}
#menuA li.first-item {
	border-left:none;
}
#menuA a {
	float:left;
	margin:0;
	text-decoration:none;
	}
#menuA a.selected span {
}
#menuA a span {
	float:left;
	display:block;
	padding:5px 10px;
	color:#00193D;
	}
	
/* IE5-Mac \*/
#menuA a span {float:none;}
/* IE5-Mac hack */
#menuA a:hover span {color:#000000;}
#menuA a:hover {background-position:0% -42px;}
#menuA a:hover span {background-position:100% -42px;}               
#selectedA {background-position:0% -42px;}  
#selectedA span {background-position:100% -42px;}  


#menuA a span.currentpage {
	background-position:100% -42px !important;
	font-weight:bold;
	background-color:#00193D;
	color:#FFF;
	font-weight:bold;
}
.currentpagea {
	background-position:0% -42px !important;
}

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: left;
margin: 0 0.15em;
height: 2em;
line-height: 2em;
float: left;
width: 11em;
display: block;
color: #0d2474;
text-decoration: none;
text-align: center;
}

#nav-menu li a
{
background: url("images/background.gif") #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
float: left;
width: 11em;
display: block;
border: 0.1em solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
}
#nav-menu li a:hover, #nav-menu li a:active, #nav-menu li a:focus {text-decoration:underline}
/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
width:30em
} 

