#menu 
{
	margin-top:5px;
} 

#menu ul 
{ 
	display: inline;
	margin-top:0px;
	padding: 0;
	position: relative;
	
}

/*home,lvl 1*/
#menu ul li,#menu ul ul li								
{
	display: inline;
	padding-left:10px;
	
}

/*home link,lvl 1 link*/
#menu ul li a, #menu ul ul li a				
{
	padding: 2px 17px;
	text-decoration: none;
	color: #003399;
	font: bold 13px Tahoma;
	
}

/* lvl 2*/
#menu ul ul li ul													
{
	/*
	display: none;
	text-decoration: none;
	color: Navy;
	font: bold 13px Tahoma;
	position: absolute;
	*/
}

/* lvl 2 */	
#menu ul ul li:hover ul									
{
	display: block;
	left:0;
	top:0;
	position:absolute;
}

/*
#menu ul ul li:hover ul li
{
	display:inline-block;
}
*/
	
	/****************************************************/
	
	#menu a 
{
	font-weight: bold;
	color: #003399;
	
}

#menu a 
{
	text-decoration: none;
}

#menu li li li a 
{
	display: block;
	font-weight: normal;
	padding: 0.2em 5px;
	color: #003399;
	font-size:8.5pt;
	text-align:left;
	/*border:solid 1px blue;*/
	/*border-bottom:solid 1px #003399;
	border-right:solid 1px #003399;
	border-left:solid 1px #003399;*/
}

#menu li li li a:hover {
	padding: 0.2em 5px;
	/*border: 5px solid #7d6340;
	border-width: 0 5px;*/
	/*border-bottom:solid 1px #003399;*/
	background-color:#d0ed9c;
	
	/*background-color:blue;*/
	/*#99cc00;*/
}


#menu li 
{
	position: relative;
	width: 9.5em;/* or use height (tricks IE into letting you click anywhere on the block, not just the text */
	text-align: center;
	cursor: default;
}

#menu li li
{
	position: relative;
	width: 9.5em;/* or use height (tricks IE into letting you click anywhere on the block, not just the text */
	text-align: center;
	cursor: default;
}

#menu li ul li ul
{
	display: none;
	position: absolute;
	top: 24px;
	left: 0;

	font-weight: normal;
	/*background: url(images/ddbg3.gif) bottom left no-repeat;*/
	
	/*padding: 0.5em 0 1em 0;*/
	/*border-right: solid 1px #7d6340;*/
}

#menu li li ul 
{
	display: none;
	position: absolute;
	top: auto;
	left: 0;

	font-weight: normal;
	/*background: url(images/ddbg3.gif) bottom left no-repeat;*/
	padding: 1.5em 0 1em 0;
	
}

/* lvl 1 alignment with lvl 0 */
#menu li>ul 
{
	top: auto;
	left: auto;
}

#menu li li>ul 
{
	/*top: 270px;*/
	left: auto;
}

#menu li li li
{
	display: block;
	float: none;
	border: 0;
	z-index: -1000;
	background-color: #e9f7cd;
	/*background-color: red;*/
	padding-left:0px;
	border-right:solid 1px #003399;
	border-left:solid 1px #003399;
	border-bottom:solid 1px #003399;
	/*border-top:solid 1px #003399;*/
	width:9.5em;/* or use height (tricks IE into letting you click anywhere on the block, not just the text */
}

#menu li li li:hover
{
	background-color: #d0ed9c;
	/*border-left:solid 3px #003399;
	background-color: #003399;*/
	width:9.5em;
}

#menu li li:hover ul, li li.over ul 
{
	display: block;
}

/* the one responsible for hiding lvl 3 */
#menu ul ul li:hover ul ul 
{
	/*position: fixed; */
	/*z-index: -1000;*/
	/*position: absolute;*/
	visibility: hidden;
	/*display: none;*/
	
}

li:hover ul,  li.over ul 
{
	display: block;
}