﻿#menu_container
{
	border: 1px;
	border-color: White;
	padding: 0px;
}

#menu_header
{
	color: #666;
	background-color: white;
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

#menu_header_left
{
	color:white;
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.menu_link
{
	color:gray;
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	font-weight: bold;
}
.menu_link:hover
{
	color: maroon;
	cursor: pointer;
}

.menu_link_bottom
{
	color: white;
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
}

.menu_link_bottom:hover
{
	color: maroon;
	cursor: pointer;
}

#dropmenudiv
{
	position: absolute;
	border: 1px solid black;
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 1000;
}

#dropmenudiv a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color:maroon;
}

/* Menu item mouse-over */
#dropmenudiv a:hover
{
	background-color: silver;
}

/* Other Menu Styles */
.left_menu
{
width: 165px;
}

.left_menu_container
{
	width: 165px;
	left: 10%;
	top: 150px;
	bottom: 52px;
	height:100%: ;
	z-index: 65;
	border-color: gray;
	border-width: 0 2px 0 2px;
	border-style: solid;
	margin: 0 0 0 0px;
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

/* Footer menu container */
.footer_menu
{
	width: 80%;
	bottom: 0px;
	right: 10%;
	left: 10%;
	background-color: white;
	z-index: 1000;
	border-top: solid 4px maroon;
	min-width: 780px;
	height: 52px;
}

/* Encore footer text */
td.footer_text
{
	color: silver;
	font-family: verdana;
	font-size: 10px;
	line-height: 15px;
}

/* Encore footer text */
td.footer_text:hover
{
	color: gray;
	cursor: pointer;
}
