﻿/*
 *  File:          Menu.css
 *  Purpose:       Houses the CSS styling for the menu elements within all pages of the site
 *  By:            Matt LaPora
 *  Last Revised:  09/07/2007 
*/

/* Top Level Items */
.TopLevelItem
{
	font: normal 13pt 'Georgia';
	color: #666;
	text-align: left;
	cursor: pointer;
	width: 190px;
	height: 40px;
	line-height: 40px;
	border-left: 1px solid #aaa;
	text-indent: 15px;
}

.TopLevelItem_Hover
{
	font: normal 13pt 'Georgia';
	color: #fff;
	background-color: #999;
	width: 190px;
	text-align: left;
	height: 40px;
	line-height: 40px;
	border-left: 1px solid #aaa;
	cursor: pointer;
	text-indent: 15px;
}

.TopLevelItem_Bottom
{
	font: normal 14pt 'Georgia';
	color: #fff;
	background-color: #FFBC54;
	cursor: pointer;
}

.TopLevelItem_Bottom_Hover
{
	font: normal 14pt 'Georgia';
	color: #fff;
	background-color: #FFA238;
	cursor: pointer;
}
/* End Top Level Items */


/* Top Menu (Sub Menu) */

.TopMenu_SubMenuContainer
{
	width: 191px;
	border-bottom: 1px solid #aaa;
}

.TopMenu_SubMenuItem
{
	font: normal 9pt Georgia;
	color: #333;
	width: 191px;
	height: 28px;
	cursor: pointer;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	background-color: #fff;
}

.TopMenu_SubMenuItemHover
{
	color: #000;
	font-family: Georgia;
	font-size: 9pt;
	width: 191px;
	height: 28px;
	cursor: pointer;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;	
	background-color: #dedede;	
}

/* End Top Menu (Sub Menu) */

/* Bottom Menu (Sub Menu) */

.BottomMenu_SubMenuContainer
{
	width: 238px;
	border-bottom: 1px solid #aaa;
}

.BottomMenu_SubMenuItem
{
	font: normal 9pt Georgia;
	color: #333;
	width: 238px;
	height: 28px;
	cursor: pointer;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	background-color: #fff;
}

.BottomMenu_SubMenuItemHover
{
	font: normal 9pt Georgia;
	color: #000;
	width: 238px;
	height: 28px;
	cursor: pointer;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;	
	background-color: #dedede;	
}

.BottomMenu_SubMenuItemHeader
{
	font: normal 13pt Georgia;
	cursor: default;
	color: #333;
	width: 238px;
	height: 40px;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	background-color: #fff;
}

/* End Bottom Menu (Sub Menu) */