/************************************************************
*					LAYERSMENU STYLE
*************************************************************/
#menu {
	margin-left:50px;
	width: 700px;
	display: block;
	text-align: left;
}
.horbar	{
	color: white;
	background-color: black;
	width:100%;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}

.horbaritem	{
	font-size: 12px;
	float: left;
	white-space: nowrap;
}
.horbaritem a:link, .horbaritem a:visited {
	font-weight:bold;
	display: block;
	color: white;
	text-decoration: none;
}
.horbaritem a:hover, .horbaritem a:active	{
	color: black;
	background-color: #DCB76E;
	text-decoration: none;
}

.verbar	{
	color: black;
	background-color: black;
}

.submenu	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.subframe	{
	position: relative;
	display: block;
	background-color: #DCB76E;
}

.item	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	white-space: nowrap;
}

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

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

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

.item a:hover	{
	color: #ffffff;
	background-color: #DCB76E;
	text-decoration: none;
}

.item a:active	{
	color: #DCB76E;
	background-color: #ffffff;
	text-decoration: none;
}

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

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

