/*.MenuLink A:hover { text-decoration: none; color: #ac7d44; }
.MenuLink A:link { text-decoration: none; }
.MenuLink A:visited { text-decoration: none; }
.MenuLink A:active { text-decoration: none; }*/

DIV#navigation 
{
	/*float: left; 
	border: 1px solid #455A65; */
	/*background-color: #272727; was240px*/
	width: 240px;
}

DIV#navigation UL
{ 
	position: relative; 
	list-style: none;
	float: left; 
	/*background-color: #272727;*/
	padding: 0px;
	margin: 0px; 
}


DIV#navigation UL LI
{ 
	position: relative; 
	float: left;
	/*padding: 3px; */
	padding: 0px;
	margin: 0px;
}
/* LINK */
DIV#navigation UL LI A 
{ 
	/*width: 1px;*/
	white-space: nowrap; 
	text-align: center; 
	/*padding: 3px 5px 3px 5px; */
	padding: 0px;
	margin: 0px;
	display: block; 
	position: relative;
	
	text-decoration: none; 
	color: #ffde86;
	font-weight: bold;
	font-size: 12px;
}
/*  HOVER */
DIV#navigation UL LI A:hover 
{ 
	text-decoration: none; 
	color: #ffc54e;
}
DIV#navigation UL LI>A 
{ 
	width:auto ; 
}

DIV#navigation UL UL.default 
{ 
	text-align: left; 
	width: 160px;
	display: none; 
	margin-top: 4px;
	position: absolute; 
	/*left: 180px;*/  /*180px*/
	top: 3px;
	padding: 0px; 
}

DIV#navigation UL UL#default2 
{ 
	left: 240px;  /*180px*/
}

DIV#navigation UL UL#default
{ 
	left: 180px;  /*180px*/
}

DIV#navigation UL UL.default LI 
{ 
	background-color: #FFFFFF;
	position: relative; 
	padding: 0px;
	margin: 0px; 
	/*border: 2px solid #B35900;
	border: 5px ridge #B35900;*/

}

DIV#navigation UL UL.default LI.top
{
	border-top: 2px solid #B35900;
	border-right: 2px solid #B35900;
	border-left: 2px solid #B35900;
}
DIV#navigation UL UL.default LI.middle
{
	border-right: 2px solid #B35900;
	border-left: 2px solid #B35900;
}
DIV#navigation UL UL.default LI.bottom
{
	border-bottom: 2px solid #B35900;
	border-right: 2px solid #B35900;
	border-left: 2px solid #B35900;
}

DIV#navigation UL UL.default A 
{ 
	height: auto;
	text-align: left; 
	white-space: normal; 
	display: block;
	color: black;
	font-weight: normal;
	padding: 5px; 
	margin: 0px; 
	
	/* 
	we have 7px padding therefore width is 163 instead of 170.
	in IE 5.5 this doesn't work. 
	Width was last 160px.
	*/ 
	width: 160px; 	
}

DIV#navigation UL UL.default A:hover 
{ 
	position:relative;
	background: #6F8D9D; 
}

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;
}

