﻿/* CSS layout - Menus */

#nav_top {
	height: 18px;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#menu_top {
	list-style-type: none; 
	width: 100%;
	float: left;
	position: relative;
}

#menu_top a {
	float: left;
	color: white;
	width: 14.2%;
	height: 25px;
	text-align: center;
	background-color: #007FAB;
	text-decoration: none;
	list-style-type: none;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	position: relative;
}

#menu_item_top:hover {
	background-color: #D70271;
	color: white;
}

#menu_item_top_a {	
	float: left;
	color: white;
}

#menu_item_bottom {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
	width: 15px;
}

#menu_item_bottom:hover {
	background-color: #FFCB06;
	color: black;
}

#nav_bottom {
	height: 10px;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
