.horbar	{
    color: #FFFFFF;
    vertical-align: top;
	/*background-color: #FFD360;*/
  /*  background: #43C704;*/
    background-color: #23903d;
}

.horbaritem	{
    /* font-family: sans-serif; */
    /* font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif; */
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
    font-size:12px;
    vertical-align:top;
	display:block;
    color: #FFFFFF;
    font-weight:bold;
	float:left;
	white-space: nowrap;
}

.horbaritem a	{
	padding:2px 10px 0px 10px; 
	margin:0px;
	vertical-align:middle;
	display:block;
	color: #FFFFFF;
	text-decoration: none;	
}

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

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

.horbaritem a:hover	{
	color: #000000;
	/*background-color: #4b6983;*/
	/*background-color: #1749fe;*/
	background-color: #5FFF0F;
	text-decoration: none;
/*	border-left:5px solid #006A00;
	padding-left:5px;*/
}

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

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

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

.horbarsubframe	{
	position: relative;
	display: block;
	/*background-color: #dcdad5;*/
	/*background-color: #1749fe;*/
	background-color: #23903d;
	/*border-left:5px solid #006A00;*/
	background-image: url('../../images/ddmenu.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	border: 1px solid #5FFF0F;
	width: 300px;

}

.horbarsubitem	{
	text-align: left;
	white-space: normal;
	font-family: Verdana, Geneva, Arial, Helvetica,sans-serif;
	font-size: 12px;
	/*border-bottom: 1px solid #37DF5E;*/
}

.horbarsubitem a	{
	position: relative;
	display:block;
	text-decoration: none;
	padding:1px 0 1px 5px;
	font-weight:bold;
	font-size: 90%;
}

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

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

.horbarsubitem a:hover	{
	color: #000000;
	/*background-color: #4b6983;*/
	background-color: #5FFF0F;
	text-decoration: none;
}

.horbarsubitem a:active	{
	/*color: #ff0000;*/
	color: #FFFFFF;
	text-decoration: none;
}

.horbarsubitem .fwdarr	{
	position: absolute;
	top: 5px;
	right: 7px;
}

.horbarsubseparator	{
	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;
}

