﻿/* main content dropdowns */
.menuBase
{
	border:#490000 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* font: 12px Trebuchet MS; */
	border-collapse: collapse;
	padding: 4px 20px 4px 4px;
	white-space: nowrap;
}

/* hover state of .menuBase with its own page */
.hoverMenuItem
{
    color: #ffff99;
    background-color: #990000;
    text-decoration: underline;    
}


.menuItem
{
}


/* dropdown menu with its own page and submenu */
/*Susan's note: I believe .subMenu is the style
that is causing the Firefox double-arrow issue */
.subMenu
{
	border:#490000 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* font: 12px Trebuchet MS; */
	border-collapse: collapse;
	color: #ffffff;
	padding: 1px 0px 1px 4px;
	/*background: url('/images/arrow.gif');*/
	background-position:right center;
	background-repeat: no-repeat;
    background-color: #660000;
	white-space: nowrap;

}

/* hover state of .subMenu */
.hoverLink
{
    border:#490000 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* font: 12px Trebuchet MS; */
	border-collapse: collapse;
	color: #ffff99;
	/*background: url('/images/arrow.gif');*/
	background-position:right center;
	background-repeat: no-repeat;
    background-color: #990000;
    text-decoration: underline;    
	padding: 1px 20px 1px 4px;
	white-space: nowrap;
}


/* dropdown menu with its own submenu */
.subMenuNoLink
{
	border:#490000 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* font: 12px Trebuchet MS; */
	border-collapse: collapse;
	color: #ffffff;
	padding: 1px 20px 1px 4px;
	/*background: url('/images/arrow.gif');*/
	background-position:right center;
	background-repeat: no-repeat;
    background-color: #660000;
	white-space: nowrap;

}

/* hover state of .subMenuNoLink */
.hoverNoLink
{
    border:#490000 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* font: 12px Trebuchet MS; */
	border-collapse: collapse;
	color: #ffff99;
	/*background: url('/images/arrow.gif');*/
	background-position:right center;
	background-repeat: no-repeat;
    background-color: #990000;
    cursor: default;
	padding: 1px 20px 1px 4px;
	white-space: nowrap;
}


/* will override .menuBase, but is not missed when removed */
.stdMenuItem
{
    color: #ffffff;
    background-color: #660000;
}

/* .subMenuImage is obsolete */
.subMenuImage
{
}


/* Breadcrumb styles*/

.bcElem {
	color: #6699cc;
	font: 12px Arial;
	font-weight: bold;
}
a.bcElem:link {
	color: #6699cc;
	font: 12px Arial;
	font-weight: bold;
}
a.bcElem:hover {
	color: #003366;
	font: 12px Arial;
	font-weight: bold;
}
.bcElemCur {
	font: 12px Arial;
	color: #003366 ! important;
	font-weight: bold;
}
a.bcElemCur:link {
	font: 12px Arial;
	color: #0f4b29;
	font-weight: bold;
}
a.bcElemCur:hover {
	font: 12px Arial;
	color: #003366;
	font-weight: bold;
}
.bcElemHome {
	font: 12px Arial;
	color: #6699cc;
	font-weight: bold;
}
a.bcElemHome:link {
	font: 12px Arial;
	color: #6699cc;
	font-weight: bold;
}
a.bcElemHome:hover {
	font: 12px Arial;
	color: #003366;
	font-weight: bold;
}
.bcSep {
	color: #6699cc;
	font: 12px Arial;
}
