.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	{
	font-family:  "Myriad Pro", arial, verdana, geneva, helvetica, sans-serif;
	font-size: 17px;
        color: #606060;
        text-align: center;
        padding: 3px 7px;
}

/* .horbaritem:hover behaviour is handled by js in the core.js file as IE doesn't support :hover for other selectors than a */

.horbaritem a:link, .horbaritem a:visited, .horbaritem a:hover {
	color:#333;
	display: block;
	text-decoration: none; 
}

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

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

