﻿#menuBar
{
	background: url(../images/MasterPages/Menu/Background.jpg) repeat-x top;
	font-size: 11px;
	font-weight: bold;
	height: 40px;
	letter-spacing: 0px;
	text-transform: uppercase;
}
#menuBar #menu
{
	overflow: hidden;
}
#menuBar ul.AspNet-Menu
{
	position: static;
}
#menuBar #menu ul.AspNet-Menu ul,  /* Tier 2 */
#menuBar #menu ul.AspNet-Menu li ul
{
	visibility: hidden;
}
#menuBar #menu li /* all list items */
{
    background: transparent;
	height: 40px;
}
#menuBar #menu li:hover, /* list items being hovered over */
#menuBar #menu li.AspNet-Menu-Hover
{
	background-image: url(../images/MasterPages/Menu/Item_Hover.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#menuBar #menu a, /* all anchors and spans (nodes with no link) */
#menuBar #menu span
{
	border: none;
	color: White;
	height: 31px;
    margin: 0px 1px 0px 1px;
	padding-top: 11px;
	text-align: center;
    width: 110px;
}
#menuBar #menu .AspNet-Menu-Selected, /* this tier is selected */
#menuBar #menu .AspNet-Menu-ChildSelected 
{
	background: url(../images/MasterPages/Menu/Item_Selected.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}