/*------------------------navigation------------------------*/

#navigation {
	background: #0D0D49 url(../images/navigationBG.jpg) repeat-x top;
	display: table;
	height: 25px;
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#navigation ul{
	text-align: center;
	list-style: none;
	padding: 0px;
	margin-top: 0px;

}
#navigation ul li {
	display: inline;
}
#navigation   li a{
	list-style-type: none;
	float: left;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
s
	font-size: 16px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 20px;
	text-align: center;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	text-decoration: none;
	border-bottom-style: none;
}
#navigation a:link, #navigation a:visited {
	background: url(../images/navButtonBG.jpg) repeat-x;
}
#navigation a:hover, #navigation a:active{
	background: url(../images/navButtonBGover.jpg) repeat-x;
}
#navigation #currentpage a{
	background: url(../images/nav_active.gif) no-repeat center top;
}
#navigation   ul   .faq  {
	color: #FF00FF;
	display: block;
	margin-left: 25px;
	float: left;
}
.faq  a:link{
	color: #FFFFFF;
}
