*
{
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
body
{
	font: 11px Arial, Helvetica, sans-serif;
}
#page-wrap
{
	width: 880px;
	margin: 0px auto;
	text-transform: uppercase;
}
a
{
	text-decoration: none;
}
ul
{
}
p
{
	margin: 15px 0;
}

/* 
	LEVEL ONE
*/
ul.dropdown
{
	position: relative;
}
ul.dropdown li
{
	font-weight: bold;
	float: left;
	zoom: 1;
	background: url(../Images/black.jpg) repeat-x;
	height: 30px;
}
ul.dropdown a:hover
{
	color: #fff;
}
ul.dropdown a:active
{
	color: #ffffff;
}
ul.dropdown li a
{
	display: block;
	padding: 8px 84px;
	border-right: 1px solid #530300;
	color: #fff;
	height: 14px;
}
ul.dropdown li:last-child a
{
	border-right: none;
}
/* Doesn't work in IE */
ul.dropdown li.hover, ul.dropdown li:hover
{
	background: url(Images/black-hover.jpg) repeat-x;
	height: 30px;
	color: white;
	position: relative;
}
ul.dropdown li.hover a
{
	color: white;
}


/* 
	LEVEL TWO
*/
ul.dropdown ul
{
	width: 150px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	text-transform: capitalize;
	z-index: 999999;
}
ul.dropdown ul li
{
	font-weight: normal;
	background: #4f4f4e;
	color: #fff;
	border-bottom: 1px solid #aaaaaa;
	float: none;
}

/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a
{
	border-right: none;
	width: 100%;
	display: inline-block;
}

/* 
	LEVEL THREE
*/
ul.dropdown ul ul
{
	left: 100%;
	top: 0;
}
ul.dropdown li:hover > ul
{
	visibility: visible;
}
.selected
{
	background: url(Images/black-hover.jpg) repeat-x;
	height: 24px;
	color: white;
	position: relative;
}

/* CSSTerm.com Simple CSS menu */

.menu_simple ul
{
	margin: 0;
	padding: 0;
	width: 280px;
	list-style-type: none;
}

.menu_simple ul li a
{
	text-decoration: none;
	color: #3b3b3b;
	padding: 6px 11px;
	padding-left: 22px;
	line-height: 26px;
	display: block;
	padding-bottom: 3px;
	font-family: Calibri;
	font-size: 14px;
	background: url(../images/arrow_gray.png) #faf9f9;
	background-repeat: no-repeat;
}

.menu_simple ul li a:visited
{
	color: Black;
}

.menu_simple ul li a:hover, .menu_simple ul li .current
{
	color: #fff;
	background-color: #1facf1;
	background: url(../images/arrow-blue.png) #1facf1;
	background-repeat: no-repeat;
}
.menubg
{
	background: url(Images/black.jpg) repeat-x;
}
