/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

#Menu2 {
	border:2px solid #000080;
	border-top:5px solid #000080;
}
/* Applied to all unordered lists within the div named "Menu2" */
#Menu2 ul
{
	margin: 0;
	border: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	list-style-type: none;
	width: 200px;
	text-align:center;
}

/* Applied to all list items within the div named "Menu2" */
#Menu2 li
{
	display: inline;
	margin: 0;
	border: 0;
	padding: 0;
	width: 200px;
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#Menu2 a
{
	padding-right: 4px;
	display: block;
	padding-left: 5px;
	padding-bottom: 4px;
	color: #ffffff;
	padding-top: 4px;
	background-color: #003366;
	text-decoration: none;
	font-weight: bold;
	width: 191px;
	_width: 200px;
	margin: 0;
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#Menu2 a:hover
{
	color: #FF8000;
	text-decoration:underline;
}

/* Applied to first-level links */
#Menu2 ul a
{
	color:#000080;
	background-color: #6699cc;
	background-image:url(/Portals/WVFuneralBoard/images/White.gif);
	border-top:1px solid #000080;
}

/* Applied to second-level links */
#Menu2 ul ul a
{
	color:#000080;
	background-color: #6699cc;
	background-image:url(/Portals/WVFuneralBoard/images/White.gif);
	width: 200px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 191px;
	_width: 200px;
	/* end hack */
	border-top:1px solid #000080;
}

/* Applied to third-level links */
#Menu2 ul ul ul a
{
	padding-left: 18px;
	background-color: #6699cc;
	width: 200px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 191px;
	_width: 200px;
	/* end hack */
}

/* Applied to fourth-level links */
#Menu2 ul ul ul ul a
{
	padding-left: 24px;
	background-color: #6699cc;
	width: 200px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 191px;
	_width: 200px;
	/* end hack */
}

/* Applied to fifth-level links */
#Menu2 ul ul ul ul ul a
{
	padding-left: 30px;
	background-color: #6699cc;
	font-weight: normal;
	width: 200px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 191px;
	_width: 200px;
	/* end hack */
}

.ArrowPointer
{
	cursor: default;
}



/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuParentItem a
{ /* all links under the parent item (li) */
	color: #eeeeee;
	background-color: #666;
	text-decoration: none;
}

a#houseMenuParentLink
{ /* parent link itself */
	color: #eeeeee;
	background-color: #333;
	text-decoration: none;
}

a#houseMenuCurrentLink
{ /* current link itself */
	color: #ffffff;
	background-color: #600;
	text-decoration: none;
}