DIV#navigation 
{
	width:994px;
	text-align:center;
	float: right; 
	height:25px;
	background-color:#a9c8e5;
	background-image: url('../images/buttonBG.gif');
	background-repeat:repeat-x;
	background-position:center top;
}

DIV#navigation UL
{ 
	position: relative; 
	border-right:solid 2px #d9e6f6;
	list-style: none; 
	float: right; 
	background-color:#a9c8e5;
	background-image: url('../images/buttonBG.gif');
	background-repeat:repeat-x;
	background-position:center top;
	padding: 0px;
	margin: 0px; 
	color:#135D9A;
	height: 25px;
	width:108px;
	font-size: 16px;
	font-family: Arial;
}
DIV#navigation UL a
{ 
	position: relative; 
	list-style: none; 
	text-align:center; 
	background-color:#a9c8e5;
	background-image: url('../images/buttonBG.gif');
	background-repeat:repeat-x;
	background-position:center top;
	padding: 0px;
	margin: 0px; 
	color:#135D9A;
	height: 25px;
	width:108px;
	font-size: 16px;
	font-family: Arial;
}
DIV#navigation UL a:hover
{ 
	color:white;
	background:#2e5fab;
	font-size: 15px;
	font-family: Arial;
}

DIV#navigation UL LI
{ 
	position: relative; 
	float: right; 
	padding: 0px;
	color:#135D9A;
	height: 25px;
	width:108px; 
	white-space:nowrap;
	font-size: 16px;
	font-family: Arial;
	font-weight:bold;
}

DIV#navigation UL LI A 
{ 
	text-decoration: none; 
	white-space: nowrap; 
	text-align: center; 
	padding: 2px; 
	display: block; 
	color:#135D9A;
	height: 25px;
}

DIV#navigation UL LI A:hover 
{ 
	text-decoration: none; 
	padding: 2px; 
}

DIV#navigation UL UL.default 
{ 
	text-align: center; 
	display: none; 
	margin-top: 0px; 
	position: absolute; 
	right:0px;
	top: 25px;
	padding: 1px;
	height:25px;
	border:solid 1px black;
	background-color:#ececec;
	background-image: url('../images/menubg.jpg');
	background-repeat:repeat;
	background-position:center 1px;
	border-width:0px;
	float: right; 
}

DIV#navigation UL UL.default LI 
{ 
	position: relative;
	padding: 0px;
	margin: 0px;
	text-align:center;
	height: 25px;
	font-size: 16px;
	font-family: Arial;
	font-weight:bold;
}

DIV#navigation UL UL.default LI A 
{ 
	height: 25px;
	text-align: center; 
	display: block;
	padding: 2px; 
	margin: 0px; 
	font-size: 16px;
	font-family: Arial;
	font-weight:bold;
}

DIV#navigation UL UL.default LI A:hover 
{ 
	position:relative;
	background-color:#2e5fab;
	color:white;
	text-align:center;
	padding:2px;
	margin: 0px; 
	font-size: 16px;
	font-family: Arial;
	font-weight:bold;
	height: 25px;
}

DIV#navigation UL UL.default UL
{ 
	margin: -30px 0px 0px 175px; 
	position: absolute; 
} 

DIV#navigation UL UL.information 
{ 
	text-align: left; 
	width: 350px; 
	display: none; 
	margin-top: 4px; 
	position: absolute; 
	left: -3px; 
	top: 30px;
	padding: 0px; 
}

DIV#navigation UL UL.information P 
{ 
	padding: 0px; 
	margin: 3px 0px 0px 0px; 
}


DIV#navigation UL UL.information A
{
	color: blue; 
}

LI.marked 
{ 
	background: #ccc; 
}

LI.unmarked 
{
	background: none; 
}

