.horbar	{
	color: #000000;
	/*background-color: #0000CC;*/
}

.horbaritem	{
	white-space: nowrap;
	font-family: Verdana; 
	font-size: 12px;
}

.horbaritem a	{
	display: block;
	text-decoration: underline;
	width:100%;
	color: #FFFFFF;
	padding-left:2px;
	padding-right:2px;
    background:url("../images/top_right_med_blue.jpg") no-repeat right top;
	
}

.horbaritem a:link	{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight:bold;
}

.horbaritem a:visited	{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight:bold;
}

.horbaritem a:hover	{
	color:#FFFFFF;
	/*background-color: #0000CC;*/
	text-decoration: none;
	border: none;
	font-size: 12px;
	font-weight:bold;
    background:url("../images/top_right_dark_blue.jpg") no-repeat right top;
}

.horbaritem a:active	{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight:bold;
    background:url("../images/top_right_med_blue.jpg") no-repeat right top;
}

.verbar	{
	color: black;
	background-color: #dcdad5;
	border: 2px outset buttonface;
}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.subframe	{
	position: relative;
	display: block;
	background-color:#000066;
	border:1px outset buttonface;
}

.item	{
	text-align: left;
	white-space: nowrap;
	font-family:Verdana;
	font-size: 12px;
	font-weight:bold;
}

.item a	{
	position: relative;
	display: block;
	text-decoration: none;
	padding-left: 7px;
	font-weight:bold;
	border:1px solid white;
	
}

.item a:link	{
	color: #FFFFFF;
	text-decoration: none;
}

.item a:visited	{
	color: #FFFFFF;
	text-decoration: none;
}

.item a:hover	{
	color: #FFFFFF;
	background-color:#2B4482;
	text-decoration: none;
}

.item a:active	{
	color: #FFFFFF;
	text-decoration: none;
}

.item .fwdarr	{
	position: absolute;
	top: 5px;
/*	right: 4px; */
	right: 7px;
}

.separator	{
	background-color: #ff0000;
	border-top: 1px solid #9e9a91;
	border-bottom: 1px solid #ffffff;
	margin: 2px 0px 2px 1px;	/* top right bottom left */
	height: 0;
	font-size: 1px;
	line-height: 0;
}

