﻿/****************************************************************
   Name:		Menu-Regular.css
   Description: Style sheet used for the Menu web control in
				regular mode.
****************************************************************/

/* This menu image will be overridable if an immage exsists for a specific committe */
.MenuImage 
{
	height: 102px;
	background-image: url(../Images/Menu/HOCPP-Header-Default.jpg);
}

.Menu 
{
	margin: 0;
	padding: 0;
	border: 0px none;
	width: 202px;
	border-collapse: collapse;
}

.MenuTitle 
{
    font-size:  95%;
	font-weight: bold;
	height: 19px;
	background-color: #427730;
	color: #ffffff;
	padding-top: 4px;
	padding-left: 8px;
	padding-bottom: -2px;
	background-image: url(../Images/Menu/menuTop.gif);
}

.MenuSep 
{
	background-color: #e6ece7;
	height: 3px;
}

.MenuSepBig 
{
	background-color: #fafafa; 
	border-top: #597280 1px solid;
	border-left: #597280 1px solid;
	border-right: #597280 1px solid;
	border-bottom: #597280 1px solid;
	height: 36px;
}

.MenuItem 
{
	font-weight: bold;
    font-size:  95%;
	background-color: #ffffff; 
	padding-left: 8px;
	padding-right:8px;
	padding-bottom:5px;
	padding-top:4px;
	border-left: #597280 1px solid;
	border-right: #597280 1px solid;
	border-top: #597280 1px solid;
}

.MenuItemSelected 
{
	font-weight: bold;
    font-size:  95%;
	background-color: #e6ece7; 
	color: #484848;
	padding-left: 8px;
	padding-right:8px;
	padding-bottom:5px;
	padding-top:4px;
	border-left: #597280 1px solid;
	border-right: #597280 1px solid;
	border-top: #597280 1px solid;
}

.MenuRelatedDocumentItem
{
	font-weight: bold;
    font-size:  95%;
	background-color: #ffffff; 
	padding-left: 20px;
	padding-bottom:5px;
	padding-top:4px;
	border-left: #597280 1px solid;
	border-right: #597280 1px solid;
}

.MenuRelatedDocumentItemSelected 
{
	font-weight: bold;
    font-size:  95%;
	background-color: #e6ece7; 
	color: #484848;
	padding-left: 20px;
	padding-bottom:5px;
	padding-top:4px;
	border-left: #597280 1px solid;
	border-right: #597280 1px solid;
}

.MenuSubItem
{
	font-weight: normal;
    font-size:  85%;
	background-color: #ffffff;
	padding-top:0px;
	padding-bottom:4px;
	padding-left: 20px;
	border-left: #597280 1px solid;
	border-right: #597280 1px solid;
}

.MenuSubItemSelected 
{
	background-image:url(../images/Menu/menuIndicatorArrow.gif);
	background-repeat: no-repeat;
	font-weight: normal;
    font-size:  85%;
	background-color: #ffffff;
	padding-top:0px;
	padding-bottom:4px;
	padding-left: 20px;
	border-left: #597280 1px solid;
	border-right: #597280 1px solid;
}

.MenuSmallSubItem, .MenuSmallSubItemSelected 
{
	font-weight: normal;
    font-size:  85%;
	background-color: #ffffff;
	padding-top:0px;
	padding-bottom:4px;
	padding-left: 30px;
	border-left: #597280 1px solid;
	border-right: #597280 1px solid;
}

.MenuSmallSubItemL3, .MenuSmallSubItemSelectedL3 
{
	font-weight: normal;
    font-size:  85%;
	background-color: #ffffff;
	padding-top:0px;
	padding-bottom:4px;
	padding-left: 40px;
	border-left: #597280 1px solid;
	border-right: #597280 1px solid;
}

.MenuRelatedLinksGroup 
{
    font-size:  95%;
	font-weight: bold;
	background-color: #ffffff;
	color: #395260;
	padding-top: 4px;
	padding-left: 8px;
	padding-bottom: 2px;
	border-top: #597280 1px solid;
	border-left: #597280 1px solid;
	border-right: #597280 1px solid;
}

.MenuRelatedLinkItem 
{
    font-size:  85%;
	background-color: #ffffff;
	color: #427730;
	padding-top: 2px;
	padding-left: 20px;
	padding-bottom: 2px;
	border-left: #597280 1px solid;
	border-right: #597280 1px solid;
}

.MenuFooter
{
	border-left: #597280 1px solid;
	border-right: #597280 1px solid;
	border-bottom: #597280 1px solid;
}

a.MenuItemLink,
a.MenuItemLink:link,
a.MenuItemLink:visited
{
	color: #427730;
	text-decoration: none; 
}
a.MenuItemLink:hover 
{
	text-decoration: underline;
    color:#224014;
}

a.MenuItemLinkSelected,
a.MenuItemLinkSelected:link,
a.MenuItemLinkSelected:visited
{
	color: #224014;;
	text-decoration: none;
}
a.MenuItemLinkSelected:hover	
{	
	text-decoration: underline;
}

a.MenuSubItemLink,
a.MenuSubItemLink:link,
a.MenuSubItemLink:visited
{
	color: #427730;
	text-decoration: none;
}
a.MenuSubItemLink:hover	
{	
	color: #224014;
	text-decoration:underline;
}

a.MenuSubItemLinkSelected,
a.MenuSubItemLinkSelected:link,
a.MenuSubItemLinkSelected:visited,
a.MenuSubItemLinkSelected:hover
{
	color: #224014;
	text-decoration:none;
}

a.MenuSmallSubItemLink,
a.MenuSmallSubItemLink:link,
a.MenuSmallSubItemLink:visited
{
	color: #224014;
	text-decoration: none;
}
a.MenuSmallSubItemLink:hover	
{	
	color: #224014;
	text-decoration: underline;
}

a.MenuSmallSubItemLinkSelected,
a.MenuSmallSubItemLinkSelected:link,
a.MenuSmallSubItemLinkSelected:visited,
a.MenuSmallSubItemLinkSelected:hover
{
	color: #224014;
	text-decoration:none;
}

a.MenuSmallSubItemL3Link,
a.MenuSmallSubItemL3Link:link,
a.MenuSmallSubItemL3Link:visited
{
	color: #427730;
	text-decoration: none;
}
a.MenuSmallSubItemL3Link:hover	
{	
	color: #224014;
	text-decoration: underline;

}

a.MenuSmallSubItemLinkL3Selected,
a.MenuSmallSubItemLinkL3Selected:link,
a.MenuSmallSubItemLinkL3Selected:visited,
a.MenuSmallSubItemLinkL3Selected:hover
{
	color: #224014;
	text-decoration: none;
}