.horbar	{
	color: black;
	background-color: #dcdad5;
	border: 2px outset #cecac1;
}

.horbaritem	{
	float: left;
	white-space: nowrap;
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
}

.horbaritem a	{
	display: block;
	text-decoration: none;
}

.horbaritem a:link	{
	color: #000000;
	text-decoration: none;
}

.horbaritem a:visited	{
	color: #000000;
	text-decoration: none;
}

.horbaritem a:hover	{
	color: #ffffff;
	background-color: #4b6983;
	text-decoration: none;
}

.horbaritem a:active	{
	color: #ff0000;
	text-decoration: none;
}





.verbar	{
	padding: 0px;
	color: #747272;
	background-color: #D5D4D4;
	background-image: url(../images/backgrounds/leftMenuBG.jpg);
	background-repeat: repeat-y;
	width:227px;
	border: 0px;
	border-color: white;
}


.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	background-image: url(../images/backgrounds/leftMenuBG.jpg);
	background-repeat: repeat-y;
}

.subframe	{
	position: relative;
	display: block;
	background-color: #D5D4D4;
	border: 0px outset #cecac1;
	width:227px;
	background-image: url(../images/backgrounds/leftMenuBG.jpg);
	background-repeat: repeat-y;
}

.item	{
	text-align: left;
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	padding: 10px 5px 0px 25px;
}
.item:hover {
	
	background-color: #CC0033;
	color:white;
}
.item a	{
	position: relative;
	display: block;
	text-decoration: none;

}

.item a:link	{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

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

.item a:hover	{
	color: black;
	text-decoration: none;
}

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

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

.separator	{
	margin: 0px 0px 0px 0px;	/* top right bottom left */
	height: 2px;
	font-size: 1px;
	line-height: 0px;
}

