DIV#navigation 
{
	float: left; 
	border: 0px solid #faefd6; 
}


DIV#navigation UL
{ 
	position: relative; 
	list-style: none; 
	padding: 0px; 
	margin: 0px; 
	background: #faefd6; 

}

DIV#navigation UL LI
{ 
	position: relative; 
	padding: 5px; 
}

DIV#navigation UL LI A 
{ 
	text-decoration: none; 
	width: 1px;
	white-space: nowrap; 
	padding: 2px 4px 2px 4px; 
	display: block; 
	color: #000; 
}

DIV#navigation UL LI>A {
	width: auto; 
}

DIV#navigation UL LI A:hover 
{ 
	text-decoration: none; 
}


DIV#navigation UL UL.default 
{ 
	margin: 0px 0px 0px 115px; 
	text-align: left; 
	width: 140px; 
	display: none; 
	margin-top: 2px; 
	position: absolute; 
	left: -3px; 
	top: 0px;
	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: 7px; 
	margin: 0px; 
	
	/* 
	we have 7px padding therefore width is 163 instead of 170.
	in IE 5.5 this doesn't work. 
	*/ 
	width: 163px; 	
}
/* 
	for set background hover----change
	*/ 
DIV#navigation UL UL.default A:hover 
{ 
	position:relative;
	background: #faefd6; 
	
}

DIV#navigation UL UL.default UL
{ 
	margin: 0px 0px 0px 160px; 
	position: absolute; 
}  


DIV#navigation UL UL.information 
{ 
	margin: 0px 0px 0px 135px; 
	text-align: left; 
	width: 340px; 
	display: none; 
	margin-top: 2px; 
	position: absolute; 
	left: 0px; 
	top: 0px;
	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: #faefd6; 
}

LI.unmarked 
{
	background: none; 
}


