.horbar	{
	background-color : transparent;
	text-align : left;
}

.horbaritem	{
	float: left;
	white-space: nowrap;
	font-family : Arial, Tahoma, Verdana, Helvetica;
	font-size : 11px;
}
.horbaritem	img {
	vertical-align : middle;
}

.horbaritem a	{
	font-family : Arial, Tahoma, Verdana, Helvetica;
	font-size : 11px;
	color : #ffffff;
	display: block;
	padding-left : 9px;
	text-decoration: none;
}

.horbaritem a:hover, .horbaritem a.active	{
	font-size : 11px;
	color : #000000;
	text-decoration: none;
}

.verbar	{
	float : right;
	width : 100%;
}
.verbar .item {
	text-align : right;
	font-size : 12px;
	font-weight : normal;
	color : #9b9d9f;
	padding : 0px 10px;
}
.verbar .item a	{
	position: relative;
	font-family : Arial, Tahoma, Verdana, Helvetica;
	font-size : 12px;
	color: #9b9d9f;
	display: block;
	padding : 8px 0px 3px 0px;
	text-decoration: none;
	border-bottom : 1px solid #C4C6C7;
}
.verbar .item a:hover, .verbar .item a.active {
	color: #f37020;
	text-decoration: none;
	
}
.verbar .item a.is-sub:hover {
	padding-right: 14px;
	background-image: url('../../images/ver_menu_arrow.gif');
	background-position: center right;
	background-repeat: no-repeat;
}

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

.subframe	{
	position: relative;
	background-color : #ffffff;
	margin-left : 0px;
	border: 0px solid #ffffff;
	width : 100%;
}

.subframe .item	{
	text-align: left;
	font-family : Tahoma, Verdana, Arial, Helvetica;
	font-size : 11px;
	padding : 1px 5px 5px 5px;
}

.subframe .item a	{
	position: relative;
	font-family : Tahoma, Verdana, Arial, Helvetica;
	font-size : 11px;
	color: #9b9d9f;
	display: block;
	text-decoration: none;
	padding : 5px 5px 2px 5px;
	border-bottom : 1px solid #C4C6C7;
	width : auto;
}

.subframe .item a:hover, .subframe .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;
}
 
