﻿* 									{ margin: 0; padding: 0; outline:none;
	text-align: center;
}
a									{
	text-decoration: none;
}
ul									{ list-style: none; }

/* 
	LEVEL ONE
*/
ul.dropdown                         {
	position: relative;
	top: -1px;
	left: 0px;
	height: 32px;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
}
ul.dropdown li                      {
	font-weight: 700;
	float: left;
	zoom: 1;
	background: ;
	font-family: "segoe UI", Tahoma, Geneva, Verdana;
	font-size: 11px;
	width: 129px;
	height: 30px;
	text-align: center;
	line-height: 1.8em;
	border-right-width: 0px;
	border-left-width: 1px;
	border-right-style: groove;
	border-right-color: #555;
	border-left-color: #555;
	border-left-style: groove;
}
ul.dropdown a:hover		            { color: #000; }
ul.dropdown a:active                {
	color: #FF0000;
}
ul.dropdown li a                    {
	display: block;
	padding: 4px 8px;
	border-right: 1px solid #333;
	color: #FFFFFF;
	text-decoration: none;
}
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                {
	background: #8E9CB0;
	color: #222;
	position: relative;
	font-family: "arial narrow";
	font-size: 13px;
	font-weight: 700;
}
ul.dropdown li.hover a              {
	color: #FFFFFF;
	height: 30px;
}


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{
	border: 3px solid #222;
	width: 178px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	text-align: left -moz-border-radius:9px;
	background-color: #000000;
}
ul.dropdown ul li 					{
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	color: #FFFFFF;
	float: none;
	font-size: 12px;
	width: 178px;
	text-align: left;
	text-indent: 4px;
}
									  
                                    /* 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; }
