DIV#navigation 
{
	float: left; 
	border: 0px solid #000033; 
}

DIV#navigation UL
{ 
	position: relative; 
	list-style: none; 
	float: left; 
	padding: 0px;
	margin: 0px; 
}


DIV#navigation UL LI
{ 
	position: relative; 
	float: left; 
	padding: 3px; 
}

DIV#navigation UL LI A 
{ 
    FONT: 8.5pt/11pt Tahoma;
	color: #666666;
	text-decoration:none;
	font-weight:bold 
	
}

DIV#navigation UL LI>A 
{ 
	FONT: 8.5pt/11pt Tahoma;
	color: #666666;
	text-decoration:none;
	font-weight:bold 
}

DIV#navigation UL LI A:hover 
{ 
	FONT: 8.5pt/11pt Tahoma;
	color: #000000;
	text-decoration:none;
	font-weight:bold
}


DIV#navigation UL UL.default 
{ 
	text-align: left; 
	width: 125px; 
	display: none; 
	margin-top: 4px;
	position: absolute; 
	left: 3px; 
	top: 14px;
	padding: 0px;
	border:1px;
	
	/* border-top-style:solid;
	border-bottom-style:solid; */
	
	border-color: #000033;
	background-color:#DBDBDB;
}

DIV#navigation UL UL.default LI 
{ 
	position: relative; 
	padding: 0px;
	margin: 0px;
	background-color:#DBDBDB;
		

}

DIV#navigation UL UL.default A 
{ 
	height: auto;
	text-align: left; 
	white-space: normal; 
	display: block;
	color:#666666;
	border:solid 1px;
	font-weight:normal;
	border-color: #000033;
	padding: 3px;
	margin: 0px; 
	width: 125px; 	
}

DIV#navigation UL UL.default A:hover 
{ 
	position:relative;
	background-color:#DBDBDB;
	color:#000000;
	font-weight:normal;
}

DIV#navigation UL UL.default UL
{ 
	margin: -30px 0px 0px 175px; 
	position: absolute; 
}  

DIV#navigation UL UL.default1 
{ 
	text-align: left; 
	width: 125px; 
	display: none; 
	margin-top: 4px;
	position: absolute; 
	left: -42px; 
	top: 30px;
	padding: 0px;
	border:1px;
	border-color: #000033;
	background-color:#DBDBDB;
}

DIV#navigation UL UL.default1 LI 
{ 
	position: relative; 
	padding: 0px;
	margin: 0px;
	background-color:#DBDBDB;
}

DIV#navigation UL UL.default1 A 
{ 
	height: auto;
	text-align: left; 
	white-space: normal; 
	display: block;
	color:#666666;
	border:solid 1px;
	border-color: #000033;
	padding: 3px;
	margin: 0px; 
	width: 125px; 	
}

DIV#navigation UL UL.default1 A:hover 
{ 
	position:relative;
	background-color:#DBDBDB;
	color:#000000;
}

DIV#navigation UL UL.default1 UL
{ 
	margin: -30px 0px 0px 175px; 
	position: absolute; 
}  