.horbar	{
	color: white;
	background-color: #F0F0F0;
	width:100%; 
	/*border: 2px outset #cecac1;*/
	/*background-image:url(images/maingrad.png);
	background-position:top left; */
	padding:0px;
}

.horbaritem	{
	
	float: left;
	white-space: nowrap;
	font-family: arial, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 14px;
font-weight:bold;
color:606060;

	
}



.horbaritem a	{
	padding-top:5px;
	padding-bottom:0px;
	padding-left:5px;
	padding-right:5px;
	color:#333;
	display: block;
	text-decoration: none;
}

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

.horbaritem a:hover
{
	text-decoration:none;
	color:#333;
}

.horbaritem img	{
	border-width:0px;
}


.horbaritem a:hover	{
	background-color:#D0D0D0;
}


}

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

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

.subframe	{
	position: relative;
	z-index:10;
	color:white;
	
	display: block;
	background-color: #F0F0F0;
	border: 2px #D0D0D0 solid;
/*	background-image:url(images/menu_item_grad.png);*/
	background-position:top left; 
	background-repeat:repeat-y; 
}

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

.item a	{

	
	position: relative;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;

	display: block;
	text-decoration: none;
}

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

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

.item a:hover	{
	background-color: white;
	/*background-color: #4b6983;*/
	text-decoration: none;
}

.item a:active	{
	color: #000000;
	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;
}


