@charset "UTF-8";
.horbar	{
	color: black;
	background-color: #93268F;
	Z-INDEX: 1000;
	
}

.horbaritem	{
	float: left;
	white-space: nowrap;
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 16px;
	border: 1px outset #B56EB4;
	
}

.horbaritem a	{
	display: block;
	text-decoration: none;
}

.horbaritem a:link	{
	color: #FFF;
	text-decoration: none;
}

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

.horbaritem a:hover	{
	color: #000000;
	background-color: #90F;
	text-decoration: none;
}

.horbaritem a:active	{
	color: #FFFFFF;
	text-decoration: none;
}

.verbar	{
	color: #FFFFFF;
	background-color: #93268F;
	border: 1px outset #B56EB4;	
}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px outset #B56EB4;
	Z-INDEX: 1000;
}

.subframe	{
	position: relative;
	display: block;
	background-color: #93268F;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

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

.item a	{
	position: relative;
	display: block;
	text-decoration: none;
}

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

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

.item a:hover	{
	color: #000000;
	text-decoration: none;
	background-image: url(/images/layout1/images/hover_bg.jpg);
	background-repeat: repeat-y;
	background-color: #A43F9F;
}

.item a:active	{
	color: #FFFFFF;
	text-decoration: none;
}

.item .fwdarr	{
	position: absolute;
	top: 5px;
	right: 7px;
	
}

.separator	{
	border-top: 1px solid #B56EB4;
	border-bottom: 1px solid #6E3896;
	margin: 2px 0px 2px 1px;	/* top right bottom left */
	height: 0;
	font-size: 1px;
	line-height: 0;
}

