/*
 * GMS Corporate Colors
 * Light Blue: #668fb5
 * Dark Blue: #004584
 *     Orange:  #CC6600
 *        Red:  #BB2211
 *       Grey:  #777777
 */

.verbar	{ color: black; background-color: #990000; bottom: 10px; }
.submenu	{ position: absolute; left: 0;  visibility: hidden;   }
.subframe	{ width: 170px; position: relative; display: block; background-color: #990000; top: 3px;  }

.horbar	{ color: white; background-color: #990000; border: 1px solid #990000; text-align: center; }
.horbaritem	{
	float: left;
	white-space: nowrap;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.horbaritem a	{ display: block; text-decoration: none; 
 border-left: 1px outset white;
 border-right: 1px inset white; 
 width: 130px;
 text-align: center;
}
.horbaritem a:link	{ color: white; text-align: center; }
.horbaritem a:visited	{ color: white;  text-align: center;}
.horbaritem a:hover	{ color: black; background-color: #FFCC00; text-align: center;}
.horbaritem a:active	{ color: white;text-align: center; }

.item	 {
	font-size: 10px;
	line-height: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	position: relative;
	font-weight: bold;
	width: 168px;
}
.item a	{ position: relative; display: block; text-decoration: none;  }
.item a:link	{ color: white; }
.item a:visited	{ color: white; }
.item a:hover	{ color: black; background-color: #FFCC00; }
.item a:active	{ color: #000000; }
.item .fwdarr	{ position: absolute; top: 6px;  right: 0px;  }

.menutable {
	border: 1px solid #990000;
}
.menutable2 {
	border: 1px solid white;
}