DIV#subnav 
{
	float: left; 
}

#subnav UL
{ 
	position: relative; 
	list-style: none; 
	float: left; 
	padding: 0px;
	margin: 0px; 
}


DIV#subnav UL LI
{ 
	position: relative; 
	float: left; 
	padding: 0; 
}

DIV#subnav UL LI A 
{ 
	text-decoration: none; 
	width: 1px;
	white-space: normal; 
	text-align: left; 
	display: block; 
	color: #7A3194; 
    font-weight: bold;
    background: #93CBEE;
    padding: 2px 10px 2px 10px;
    font-size: 90%;
}

DIV#subnav UL LI>A 
{ 
	width:auto ; 
}

DIV#subnav UL LI A:hover 
{ 
	text-decoration: underline; 
    background: #FAF185;
}


DIV#subnav UL UL.default 
{ 
	text-align: left; 
	display: none; 
	margin: 0px; 
	position: absolute;  
	padding: 0px; 
}

DIV#subnav UL UL.default LI 
{ 
	position: relative; 
	padding: 0px;
	margin: 0px; 	

}

DIV#subnav UL UL.default A 
{ 
	height: auto;
	text-align: left; 
	white-space: normal; 
	display: block;
	background: #93CBEE;
	padding: 2px 10px 2px 10px; 
	margin: 0px; 
	
	/* 
	we have 7px padding therefore width is 163 instead of 170.
	in IE 5.5 this doesn't work. 
	*/
	width: 160px; 	
}

DIV#subnav UL UL.default A:hover 
{ 
	position:relative;
	background: #FAF185; 
    text-decoration: none;
}

DIV#subnav UL UL.default UL
{ 
	margin: 0px 0px 0px 175px; 
	position: absolute; 
}  



DIV#subnav UL UL.information 
{ 
	text-align: left; 
	width: 350px; 
	display: none; 
	margin-top: 4px; 
	position: absolute; 
	left: -3px; 
	top: 30px;
	padding: 0px; 
}

DIV#subnav UL UL.information P 
{ 
	padding: 0px; 
	margin: 3px 0px 0px 0px; 
}


DIV#subnav UL UL.information A
{
	color: blue; 
}

LI.marked 
{ 
	background: #ccc; 
}

LI.unmarked 
{
	background: none; 
}

