.Vverbar	{
	color: #04B1FE;
	background-color: #ffffff;
	border: 0px;
}


.Vitem	{
	text-align: left;
	white-space: nowrap;
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight:900;
	color: #04B1FE;
}

.Vitem a	{
	position: relative;
	display: block;
	text-decoration: none;
	border-left: 1px #04B1FE solid;
	border-right: 0px;
	border-top: 0px #04B1FE solid;
	border-bottom: 1px #04B1FE solid;
    padding : 5px 2px 5px 5px; /* top right bottom left */
	width: auto;
}

.Vitem a:link	{
	color: #04B1FE;
	text-decoration: none;
}

.Vitem a:visited	{
	color: #04B1FE;
	text-decoration: none;
}

.Vitem a:hover	{
	color: #ffffff;
	background-color: #04B1FE;
	text-decoration: none;
}

.Vitem a:active	{
	color: #2C2C2C;
	text-decoration: none;
}

.Vitem .fwdarr	{
	position: absolute;
	top: 5px;
/*	right: 4px; */
	right: 2px;
}

.Vseparator	{
	background-color: #ff0000;
	border-top: 0px;
	border-bottom: 0px;
	margin: 2px 0px 2px 1px;	/* top right bottom left */
	height: 0;
	font-size: 1px;
	line-height: 0;
}


