
/****************************************************************
   Name:		Menu-Regular.css
   Description: Style sheet used for the Menu web control in
				regular mode.
****************************************************************/


.Menu {
	margin: 0;
	padding: 0;
	border: 0px none;
	/*width: 200px;*/
	border-collapse: collapse;
}

.MenuTitle {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  95%;
	font-weight: bold;
	height: 19px;
	background-color: #E8E6E1;
	color: #ffffff;
	padding-top: 4px;
	padding-left: 8px;
	padding-bottom: 0px;
}

.MenuSep {
	background-color: #e6ece7;
	height: 3px;
}

.MenuSepBig {
	background-color: #fafafa; 
	border-top: #B8B2AA 1px solid;
	border-left: #B8B2AA 1px solid;
	border-right: #B8B2AA 1px solid;
	border-bottom: #B8B2AA 1px solid;
	height: 36px;
}

.MenuImage {
	height: 103px;
	background-image: url(../Images/Menu/ParlHallSepia.jpg);
	border: #B8B2AA 1px solid;
	border-bottom: 0px;
}

.MenuItem, 
.MenuSenateColorItem, .MenuHouseColorItem {
    font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
    font-size:  95%;
	background-color: #fafafa; 
	padding-left: 8px;
	padding-bottom:5px;
	padding-top:4px;
	border-left: #B8B2AA 1px solid;
	border-right: #B8B2AA 1px solid;
	border-top: #B8B2AA 1px solid;
}

.MenuItemBox, .QuickSearchMenuItemBox
{
	border-top: #B8B2AA 1px solid;
	border-left: 1px solid #B8B2AA;
	border-right: 1px solid #B8B2AA;
	background-color: #fafafa; 	
	padding-left: 8px;	
	padding-bottom:5px;
	padding-top:4px;	
	font-size:  95%;
}

.MenuItemBoxContentArea, .QuickSearchMenuItemBoxContentArea
{
	padding: 4px;
	position: relative;
}

.MenuItemLabel, .QuickSearchMenuItemLabel
{
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom:5px;
	padding-top:4px;
	border: 0px;
}

.MenuItemInfoLabel, .QuickSearchMenuItemInfoLabel
{
	display: block;
	padding-bottom: 2px;
}

.MenuItemSelected, .MenuSenateItemSelected, .MenuHouseItemSelected {
    font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
    font-size:  95%;
	background-color: #E8E6E1; /*#e6ece7; */
	color: #000000;
	padding-left: 8px;
	padding-bottom:5px;
	padding-top:4px;
	border-left: #B8B2AA 1px solid;
	border-right: #B8B2AA 1px solid;
	border-top: #B8B2AA 1px solid;
}

.MenuSubItem, .MenuSubItemSelected, .MenuHomeSubItem, .MenuHomeSubItemSelected, .MenuSearchSubItem, .MenuSenateSubItem, .MenuHouseSubItem  {
    font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
    font-size:  95%;
	background-color: #fafafa;
	padding-top:2px;
	padding-bottom:2px;
	padding-left: 20px;
	border-left: #B8B2AA 1px solid;
	border-right: #B8B2AA 1px solid;
}

.MenuSenateSubItem, .MenuHouseSubItem 
{
	padding-left: 20px;
}

.MenuHomeSubItemSelected {
	font-weight: bold;
    background-color: #E8E6E1; 
    
}

.MenuFooter
{
	height: 12px;
	border-left: #B8B2AA 1px solid;
	border-right: #B8B2AA 1px solid;
	border-bottom: #B8B2AA 1px solid;
}

a.MenuItemLink, a.MenuItemLink:link, a.MenuItemLink:visited {
	color:	#333399; 
}

a.MenuItemLink:hover	{	
	text-decoration:	underline;
	color:	#303070;
}

a.MenuItemLinkSelected {
	color:	#2e7345;
}

a.MenuItemLinkSelected:link, a.MenuHomeSubItemLinkSelected:link {
	color:	#000000; 
}

a.MenuItemLinkSelected:visited, a.MenuHomeSubItemLinkSelected:visited {
	color:	#000000; 
}

a.MenuItemLinkSelected:hover, a.MenuHomeSubItemLinkSelected:hover	{	
	text-decoration:	underline;
	color:	#000000;
}


a.MenuSubItemLink:link, a.MenuHomeSubItemLink:link {
	color:	#333399; 
}

a.MenuSubItemLink:visited, a.MenuHomeSubItemLink:visited {
	color:	#333399; 
}

a.MenuSubItemLink:hover, a.MenuHomeSubItemLink:hover	{	
	text-decoration:	underline;
	color:	#000000;
}

a.MenuHomeSubItemLinkSelected:link, a.MenuHomeSubItemLinkSelected:visited 
{
	font-weight: bold;
}

/* Menu RSS Box */
a.menuRss:link, a.menuRss:visited
{
	color: 	#333399;
}

.menuRssItem 
{
	margin-top: 4px;	
}
