#navigation 
{
	font:11px Arial, Helvetica, sans-serif;
	text-align: right;
	margin-left:4px; 
	background:url(img/div/bg.gif);
}

#navigation UL
{ 
	position: relative; 
	list-style: none; 
	float: left; 
	padding: 0px;
	margin: 0px; 
}


#navigation UL LI
{ 
	position: relative; 
	float: left; 
	margin-right:1px;	
}

#navigation UL LI A 
{ 
	text-decoration: none; 
	white-space: nowrap; 
	padding: 5px 5px 0 5px; 
	display: block; 
	color:#666666;
	width:99px;
	height:90px;
	background:#d7d7d7;
}

html>body #navigation UL LI A {	
	height:85px;
	width:89px;
}

.stretch{
	width:100px;
	height:90px;
	background:#d7d7d7;
}

#navigation UL LI A:hover 
{ 
	text-decoration: none; 
	background:#e7e7e7;
}


#navigation UL UL.default 
{ 
	text-align: left; 
	width: 100px; 
	display: none; 
	margin-top: 4px; 
	position: absolute; 
 
	top: 88px;
	padding: 0px; 
}


#navigation UL UL.default LI 
{ 
	position: relative; 
	padding: 0px;
	margin: 0px; 	

}

#navigation UL UL.default A 
{ 
	height: auto;
	text-align: right; 
	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: 100px; 	
}

html>body #navigation UL UL.default A  {	
	width: 90px;
}

#navigation UL UL.default A:hover 
{ 
	position:relative;
	background: #6F8D9D; 
	background:#e7e7e7;
}

#navigation UL UL.default UL
{ 
	margin: -30px 0px 0px 175px; 
	position: absolute; 
}  



#navigation UL UL.information 
{ 
	text-align: left; 
	width: 350px; 
	display: none; 
	margin-top: 4px; 
	position: absolute; 
	left: -3px; 
	top: 30px;
	padding: 0px; 
}

#navigation UL UL.information P 
{ 
	padding: 0px; 
	margin: 3px 0px 0px 0px; 
}


#navigation UL UL.information A
{
	color: blue; 
}

LI.marked 
{ 
	background: #ccc; 
}

LI.unmarked 
{
	background: none; 
}


