﻿div.nav_menu, div.nav_menu_root, div.nav_menu_label, div.nav_menu_subitems, div.nav_menu_subitem, div.spacer
{
	margin: 0px;
}

.nav_menu
{
	width: 1000px;
	height: 25px;
	font-family: "Century Gothic", sans-serif;
	background-color:#333;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

.nav_menu_root
{
	position: relative;
	float: left;
	height: 25px;
	padding: 0px 12px 0px 12px;
	cursor: pointer;
}

.nav_menu_root div
{
	padding-top: 1px;
}

.nav_menu_label
{
	
	font-family:"Century Gothic", sans-serif;
	font-size: 11pt;
	font-weight: normal;
	text-transform:uppercase;
	color: #fff;
	letter-spacing:3px;
}

.nav_menu_label a:link {
	color: #fff;
	text-decoration: none;
}
.nav_menu_label a:visited {
	color: #fff;
	text-decoration: none;
}
.nav_menu_label a:hover {
	color:#000;
	text-decoration: none;
}


.menu_items{
	font-family: "Century Gothic", sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:5px;
	font-size:16px;
	
}
.menu_items a:link {
	color: #fff;
	text-decoration: none;
}
.menu_items a:visited {
	color: #fff;
	text-decoration: none;
}
.menu_items a:hover {
	color:#0CF;
}

.nav_menu_subitems
{
	position: absolute;
	padding: 5px;
	top: 25px;
	left: 0px;
	float: left;
	display: none;
	color: #fff;
	width: 180px;
	background-color: #fff;
	border-left: solid 2px #999;
	border-right: solid 2px #999;
	border-bottom: solid 2px #999;

	opacity: .95;
	MozOpacity: .95;
	filter: alpha(opacity='95');
}

.nav_menu_subitem
{
	float: left;
	width: 175px;
	padding: 5px;
	color: #006;
	background-color: #fff;
	font-size:9pt;
}


.spacer
{
	margin: 0px;
	padding: 0px;
	width: 15px;
	height: 25px;
	float: left;
}
