﻿* 									{
	margin: 0;
	padding: 0;
	text-align: center;
}
#page-wrap							{
	width: 800px;
	margin: 25px auto;
}
a									{
	text-decoration: none;
	text-align: center;
}
ul									{
	list-style: none;
	text-align: center;
}
p                                   {
	margin-right: 0;
	margin-left: 0;
}

/* 
	LEVEL ONE
*/
ul.dropdown                         {
	position: relative;
	text-align: center;
}
ul.dropdown li                      {
	font-weight: normal;
	float: left;
	zoom: 1;
	text-align: center;
	width: 153px;
	height: 30px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	color: #FFFFFF;
	z-index:50;
}
ul.dropdown a:hover		            {
	color: #FFFFFF;
}
ul.dropdown a:active                { color: #ffa500; }
ul.dropdown li a                    {
	display: block;
	padding: 0px;
	border-right: 1px solid #333;
	color: #222;
	border-style: none ridge none none;
	border-right-width: 2px;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                {
	background: #FF4848;
	color: #FFFFFF;
	position: relative;
	text-transform: none;
	visibility: visible;
}
ul.dropdown li.hover a              {
	color: #000000;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	font-size: 18px;
	text-align: center;
}


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{
	width: 220px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	text-align: center;
}
ul.dropdown ul li 					{
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 1px solid #ccc;
	float: none;
	background-image: url('../images/tranzback.png');
	border-bottom-style: none;
}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{
	border-right: none;
	width: 100%;
	display: inline-block;
	text-align: center;
}

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{
	left: 100%;
	top: 0;
	text-align: center;
}
ul.dropdown li:hover > ul 			{ visibility: visible; }