﻿* 									{
	border-width: 0px;
	margin: 0;
	padding: 0;
	outline: none;
}
a									{
	text-decoration: none;
}
ul									{ list-style: none; }

/* 
	LEVEL ONE
*/
ul.dropdown                         {
	position: relative;
	top: -1px;
	left: 0px;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	width: 1095px;
}
ul.dropdown li                      {
	border-left: 0px groove #555;
	border-right: 0px groove #555;
	font-weight: 700;
	float: left;
	zoom: 1;
	background: ;
	font-family: "segoe UI", Tahoma, Geneva, Verdana;
	font-size: 13px;
	width: 154px;
	height: 30px;
	text-align: center;
	line-height: 2.2em;
	margin-left: 1px;
}
ul.dropdown a:hover		            { color: #000; }
ul.dropdown a:active                {
	color: #FFFFFF;
}
ul.dropdown li a                    {
	display: block;
	padding: 4px 8px;
	border-right: 1px solid #333;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	border-right-width: 0px;
}
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                {
	border-radius: 0px;
	border: 1px outset #316286;
	background: #316286;
	color: #FFFFFF;
	position: relative;
	height: 28px;
}
ul.dropdown li.hover a              {
	color: #FFFFFF;
}


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{
	border: 3px solid #222;
	width: 185px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	text-align: left -moz-border-radius:9px;
	background-color: #002435;
}
ul.dropdown ul li 					{
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	color: #FFFFFF;
	float: none;
	width: 185px;
	text-align: left;
	text-indent: 4px;
	line-height: 2em;
	height: 30px;
	border-top-style: outset;
	border-bottom-style: outset;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #316286;
	border-bottom-color: #316286;
}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{
	border-right: none;
	border-right-style: none;
	border-left-style: none;
	border-right-width: medium;
	border-left-width: 0px;
	text-align: left;
	color: #FFFFFF;
	text-decoration: none;
}

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }
ul.dropdown li.hover, ul.dropdown li:hover {
	border-radius: 2px;
	color: #FFFFFF;
	position: relative;
	font-family: "arial narrow";
	font-weight: 700;
	height: 28px;
}

