DIV#navigation 
{
	float: left; 
	font: 0.8em Verdana; 
    width: auto;
}

DIV#navigation UL
{ 
	
	position: relative; 
	list-style: none; 
	float: left; 
	padding: 0px;
	margin: 0px; 
}


DIV#navigation UL LI
{   height:auto;
	position: relative; 
	float: left; 
	padding: 1px; 
}

DIV#navigation UL LI A 
{ 
	text-decoration: none; 
	width: 1px;
	white-space: nowrap; 
	text-align: center; 
	padding: 3px 2px 3px 5px; 
	display: block; 
	color: #3c3c41; 
}

DIV#navigation UL LI>A 
{ 
	width:auto ; 
}

DIV#navigation UL LI A:hover 
{ 
	text-decoration: underline; 
	background-image: url(../icons/hover.gif);
	color:#000;
}


DIV#navigation UL UL.default 
{ 
	text-align: left; 
	background: #d2d1d5;
	border-width: thin;
	border-style:solid;
	border-color:#666666;
	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;
	
	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; 
}

.ebasedlink{color:#205479; font-size:10px; font-family:verdana}
