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

#menuA {
	float:left;
	width:100%;
	font-size:93%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	/*font-weight:bold;*/
	line-height:normal;
	border-bottom:1px solid #666;
	}
#menuA ul {
	margin:0;
	padding:10px 10px 0 20px;
	list-style:none;
	}
#menuA li {
	display:inline;
	margin:0;
	padding:0;
	}
#menuA a {
	float:left;
	background:url("images/tableftFb.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
#menuA a span {
	float:left;
	display:block;
	background:url("images/tabrightFb.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#666;
	}
	
/* 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;}  


.currentpage {
	background-position:100% -42px !important;
}
.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
} 