DIV#navigation 
{
	float:left;
	width:897px;
	background-image:url(../images/bg-menu.gif);
	background-repeat:repeat-x;
	border-top:1px solid black;
	border-bottom:1px solid black;
	border-left:1px solid #4b616e;
	border-right:2px solid #4b616e;
}

DIV#navigation UL
{ 
	position: relative; 
	list-style: none; 
	float: left; 
	padding: 0px;
	margin: 0px; 
}


DIV#navigation UL LI
{ 
	position: relative; 
	float: left; 
	padding-left:27px;
	padding-right:27px;
	border-left:1px solid #4b616e;
}

DIV#navigation UL LI A 
{ 
	text-decoration: none; 
	width: 1px;
	white-space: nowrap; 
	text-align: center; 
	padding: 3px 5px 3px 5px; 
	display: block; 
	color: #FFFFFF; 
	font-family:arial;
	font-weight:bold;
	
}

DIV#navigation UL LI>A 
{ 
	width:auto ; 
}

DIV#navigation UL LI A:hover 
{ 
	text-decoration: underline; 
}


DIV#navigation UL UL.default 
{ 
	text-align: left; 
	width: 170px; 
	display: none; 
	margin-top: 4px; 
	position: absolute; 
	left: -3px; 
	top: 30px;
	padding: 0px; 
	background: #8b9da9;
}

DIV#navigation UL UL.default LI 
{ 
	position: relative; 
	padding: 0px;
	margin: 0px; 	

}

DIV#navigation UL UL.default A 
{ 
	height: auto;
	text-align: left; 
	white-space: normal; 
	display: block;
	
	padding: 5px; 
	margin: 0px; 
	
	/* 
	we have 7px padding therefore width is 163 instead of 170.
	in IE 5.5 this doesn't work. 
	*/ 
	width: 160px; 	
}

DIV#navigation UL UL.default A:hover 
{ 
	position:relative;
	background: #2c3f4e; 
}

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; 
}
.fieldstyles{
	border: 1px dotted #1b6c01;
	background-color:#e8e9f2;
}
