﻿/* CSS Navigation Styles: /include/css/navigation.css */

/* Contains all the styles for the different possible navigational
menus in the website (Main, Sub, etc...) */

/* ---------------------------------------------------------------
	Main Navigation Styles 
------------------------------------------------------------------ */
.navigation { margin: 30px 0 0 45px; width: 100%; vertical-align: middle; }
.navigation ul{ margin: 0; padding: 0; }

.navigation tr td{
	position: relative;
	display: inline;
	float: left;
	background: url(../../images/bullet.gif) no-repeat;
	background-position: left middle;
	margin: 0;
	padding: 0;
}

.navigation tr td a{
	display: block;
	padding: 5px 8px;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #13007C;
	margin-left: 7px;
	background: transparent;
	background-image: none;
}
.navigation tr td a:hover {
	color: #D00012;}

.dropdownBack { text-align: left; margin-top: 7px; margin-left: -8px; background-color: #e1e1e1; }

.dropdown 
{
	position: relative;
	display: inline;
	float: left;
	text-align: left; 
	width: 150px; 
	padding: 2px 8px 2px 4px; 
	background: #e1e1e1 none; 
	border-left: solid 4px #d00012; 
}
.dropdown a
{ 
	background: transparent none;
	display: block;
	padding: 2px 8px;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #13007C;
	margin-left: 7px;
}
.dropdown a:hover { color: #D00012; text-decoration: none; }