/* STYLES FOR FULL CONTROL PAGES */



/* MAIN MENU displayed horizontally */

#hnav {
	float: left; 
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	border: 1px solid #000000;
}
#hnav li {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
}
#hnav a {
	float: left;
	font-weight: bold;
	padding: 5px 10px;
	text-decoration: none;
}
#hnav a:hover, #hnav a.active {
	color: #000;
	background: #eee;
}

/* MAIN MENU displayed vertically */

#vnav {
	width: 200px;
	margin: 0 0 20px 0;
	padding: 0;
	border-top: 1px solid #ccc;
}
#vnav li {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0;
	padding: 3px 0 3px 0;
	list-style: none; 
}
#vnav a {
	font-weight: bold;
	padding: 0 0 0 5px; 
	text-decoration: none;
}
#vnav a:hover, #vnav a.active {
	color: #000;
	text-decoration: none;
}

/* FOOTER MENU displayed horizontally */

#fhnav {
	float: left; 
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #000000;
}
#fhnav li {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
}
#fhnav a {
	float: left;
	font-weight: bold;
	padding: 5px 10px;
	text-decoration: none;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#fhnav a:hover, #fhnav a.active {
	color: #000;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* SUBMENU displayed horizontally */

#hsubnav {
	float: left; 
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	border: 1px solid #ccc;
}
#hsubnav #title {
	float: left;
	font-weight: bold;
	padding: 5px 10px;
	background: #ccc;
	color: #fff;
	text-decoration: none;
}
#hsubnav li {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
}
#hsubnav a {
	float: left;
	font-weight: bold;
	padding: 5px 10px;
	text-decoration: none;
}
#hsubnav a:hover, #hsubnav a.active {
	color: #000;
	background: #eee;
}

/* SUBMENU displayed vertically */

#vsubnav {
	width: 200px;
	margin: 0 0 20px 0;
	padding: 0;
	border-top: 1px solid #ccc;
}
#vsubnav #title {
	font-weight: bold;
	padding: 5px 10px;
	background: #ccc;
	color: #fff;
	text-decoration: none;
	list-style: none; 
}
#vsubnav li {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0;
	padding: 3px 0 3px 0;
	list-style: none; 
}
#vsubnav a {
	font-weight: bold;
	padding: 0 0 0 5px; 
	text-decoration: none;
}
#vsubnav a:hover, #vsubnav a.active {
	color: #000;
	text-decoration: none;
}