/* *** tool bar horizontal  **** */

div#toolbarhor
{
	padding-top: 0px;
	text-align: right;
	float:left; 
	margin:3px 0 0 0; 
/*	width:155px !important; */
	display:block; /*inline;*/
	border-top: 1px solid #999;
}

div#toolbarhor p
{
	width: 125px;
    height: 22px;
	margin: 0px;
	display: inline;/*block;*/
	text-transform: capitalize;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	overflow:hidden;
	float:left;
}

* html div#toolbarhor p
{
	width: 125px;/*155px;*/
	height: 22px;
	margin: 0px;
	display: inline;/*block;*/
	text-transform: capitalize;
	/*border-bottom: 1px solid #999;*/
	overflow:visible;
	float:left;
}



#toolbarhor a:link
{
	font-family: verdana;
	font-size: 11px;
	color:blue;
	text-align: left;
	vertical-align: bottom;
	font-weight: normal;
	display: block;
	line-height: 22px;
/*	text-decoration: none;*/
	width: 125px;/*155px;*/
	height: 22px;
	background-color: transparent;
	text-indent: 13px;
}

#toolbarhor a:visited
{
	font-family: verdana;
	font-size: 11px;
	color:blue;
	text-align: left;
	vertical-align: bottom;
	font-weight: normal;
	display: block;
	line-height: 22px;
/*	text-decoration: none;*/
	width: 125px;/*155px;*/
	height: 22px;
	background-color: transparent;
	text-indent: 13px;
}

#toolbarhor a:hover
{
	font-family: verdana;
	font-size: 11px;
	color: #FFF;
	text-align: left;
	vertical-align: bottom;
	font-weight: normal;
	display:  block;
	line-height: 22px;
	/*text-decoration: none;*/
	width: 125px;/*155px;*/
	height: 22px;
	background-position: 195px 9px;
	background-color: #999;
	text-indent: 13px;
}

#toolbarhor a:active
{
	font-family: verdana;
	font-size: 11px;
	color:blue;
	text-align: left;
	vertical-align: bottom;
	font-weight: normal;
	display:  block;
	line-height: 22px;
	/*text-decoration: none;*/
	width: 125px;/*155px;*/
	height: 22px;
	background-color: transparent;
	text-indent: 13px;
}
.wfmenuhor{
	padding: 0px 0px;
	/*width: 155px;*/
	margin: 0px 0px 0px 0px;
}

.wftopnavhor{
    padding: 0;/*15px*/
	display:inline;
  width:125px;/*155px;*/
  border:1px solid black;
}

.wftoolbarmenuhor
{
	width: 165px;
	margin: 0px;
	display: block;
	text-transform: capitalize;
	border-bottom: 1px solid #999;
	overflow:hidden;
	list-style-type:none;
}

.wftoolbarmenurowhor
{
	width: 165px;
	height: 22px;
	margin: 0px;
	display: block;
	text-transform: capitalize;
	border-bottom: 1px solid #999;
	list-style-type:none;
}
/* *** tool bar horizontal  end. **** */
