body{
	font-size:8pt;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	letter-spacing: normal;
	font-weight: bold;
	margin-top: 0px;
	background:#FFFFFF;
	margin-bottom: 0px;
}


#nav, #nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:2em; 
	z-index: 400;
}

#nav a{
	display:block;
	padding:0px 7px;
	border:0px solid #fff;
	color:#fff;
	text-decoration:none;
	background-repeat:  repeat;
	font-weight: bold;
	background-color: #000000;
	z-index: 400;
	/*background-image: url(bg_top.gif);*/
}

#nav a:hover{
	color:#FFCC00;
	background-image: url(../fndo_submenu.gif);
	background-repeat: repeat;
	z-index: 400;
}

#nav li{
	float:left;
	position:relative;
	z-index: 400;
}

#nav ul {
	position:absolute;
	display:none;
	width:12em;
	top:13pt;
	z-index: 400;
}

#nav li ul a{
	width:12em;
	height:auto;
	float:left;
	z-index: 400;
}

#nav ul ul{
	top:auto;
}	

#nav li ul ul {
	left:12em;
	margin:0px 0 0 0px;
	z-index: 400;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
	display:block;
}

.link{
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	font-weight: bold;
	padding:0px 8px;
	color:#fff;
	text-decoration:none;
}

.link:hover{
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	font-weight: normal;
	padding:0px 8px;
	border:0px solid #fff;
	color:#FFCC00;
	font-weight: bold;
	
}
