DIV#navigation 
{
float:right;
width:582px;
background-image:url(../images/nav_back1.gif); 
height:40px;

	
}

DIV#navigation UL
{   
    position: relative; 
	list-style: none; 
	padding: 0px;
	margin: 0px; 
}



DIV#navigation UL LI
{ 
    position: relative; 
	float: left; 
	padding: 0px; 
	
}

DIV#navigation UL LI A 
{ 
	text-decoration: none; 
	width: 1px;
	white-space: nowrap; 
	text-align: center; 
	font-weight: bold;
	padding: 3px 5px 3px 5px; 
	display: block; 
	color: #2e2990; 
	list-style-type: none;
	
	
}

DIV#navigation UL LI>A 
{ 
	width:auto ; 
	
	
}

DIV#navigation UL LI A:hover 
{ 
	
	display: block; 
	color: #f01a24; 
	background: #ffffff;
}


DIV#navigation UL UL.default 
{ 
	
	
	text-align: left; 
	width: 170px; 
	display: none; 
	margin-top: 4px; 
	position: absolute; 
	left: -3px; 
	top: 30px;
	padding: 0px; 
}

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;
	background-color:#e5e5e5;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	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: #ffffff; 
}

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; 
}

