/* GENERAL STYLES */
/* Navigation */

#mtop{
	float:left;
}

#mmiddle{
	float:left;
	margin-left:10px;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}




/* Top */

#navtop ul, #navtop {
	list-style: none;
	padding: 0;
	margin: 0;
}

#navtop a {
    padding: 0px 4px 0px 4px;
    text-align: center;
    text-decoration:none;
    color: #999999;
    display: block;
    font-size: 8pt;
    font-weight: bold;

}

#navtop .current {
	font-weight: bold;
	background: url(/images/bg_over.gif);
}

#navtop a {
	text-decoration: none;
}

#navtop a:hover {
}


#navtop li li a {
	display: block;
	color: #999999;
	padding: 0.2em 0;
}

#navtop li {
	float: left;
	position: relative;
	text-align: center;
	cursor: default;

}

#nav3 ul, #nav3{
	border-left: 1px solid #85c9bd;
	border-right: 1px solid #85c9bd;
	border-top: 1px solid #85c9bd;
	border-bottom: 0px solid #85c9bd;
	width: 10em;
	background-color: #ffffff;

}

#nav3 li {
	border-bottom: 1px solid #85c9bd;
	width: 10em;
	padding: 0;
	
}

#nav3 a:hover{
	color: white;
	background: url(/images/bg_over.gif);
	float:left;
	text-align: left;
	width: 100%;
}

#nav3 .current {
	font-weight: bold;
	background-color: white;
	background: url();
}


#nav3 a {
	float:left;
	/*width: 10em;*/
	text-align: left;
	font-weight: bold;

}



/* Pull */
#nav ul, #nav {
	list-style: none;
	padding: 0;
	margin: 0;
	
}
#nav a {
    padding: 2px 7px 2px 7px;
    text-align: center;
    text-decoration:none;
    color: #999999;
    display: block;
    font-size: 8pt;
    font-weight: bold;

}

#nav .current {
	font-weight: bold;
	background: url(/images/bg_over.gif);
}

#nav a {
	text-decoration: none;
}

#nav a:hover {

}

#nav li li a {
	display: block;
	color: #999999;
	padding: 0.2em 0;
}

#nav li {
	float: left;
	position: relative;
	text-align: center;
	cursor: default;

}


#nav2 ul, #nav2{
	border-left: 1px solid #85c9bd;
	border-right: 1px solid #85c9bd;
	border-top: 1px solid #85c9bd;
	border-bottom: 0px solid #85c9bd;
	width: 10em;
	background-color: #ffffff;

}

#nav2 li {
	border-bottom: 1px solid #85c9bd;
	width: 10em;
	padding: 0;
	
}

#nav2 a:hover{
	color: white;
	background: url(/images/bg_over.gif);
	float:left;
	text-align: left;
	width: 100%;
}

#nav2 .current {
	font-weight: bold;
	background-color: white;
	background: url();
}


#nav2 a {
	float:left;
	/*width: 10em;*/
	text-align: left;
	font-weight: bold;

}





/* EDITOR PROPERTIES */

