/* GENERAL STYLES */
#subnav {
	list-style: none;
	background: #eee;
	width: 100%;
	float: left;
	border: 1px solid #999;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	padding-bottom: 10px;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	}


#subnav ul {
	padding-left: 8px;
	}


#subnav li {
	display: block;
	font-size: 12px;
	padding-left: 8px;
	}
#subsubnav li {
	font-size: 11px;
	}
#subsubnav li {
	font-size: 10px;
	}


#subnav .current {
	background: #ddd;
font-weight: bold;
	}
#subsubnav .current {
	background: #ccc;
	}
#subsubsubnav .current {
	background: #bbb;
	}


#subnav a:hover {
	display: block;
	color: #fff;
	background: #243A85;
	}



/* EDITOR PROPERTIES */

