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