#vis_vert        
	{
	color: white;
	text-align: center;
	position: absolute;
	/*top: 50%;*/
	top: 30px;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#vis_horz    
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	margin-left: -510px;
	position: absolute;
	/*top: -35px;*/
	left: 50%;
	width: 780px;
	/*height: 575px;*/
	visibility: visible
	}
	
.clickable
{
cursor: pointer;
}


.normal
{
cursor: default;
}

.menuitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #12857A;
	height: auto;
	width: auto;
	font-style: normal;
	text-decoration: none; 
	background-color: #CCC;
	text-align: left;
	border: 1px solid #12857A;
	position: relative;
	list-style-type: none;
	padding: 3px;
	top: 1px;
}

.menulikeitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #12857A;
	height: auto;
	width: auto;
	font-style: normal;
	/*background-color: #eeeeee;*/
	text-align: left;
	/*border: 1px solid #12857A; */
	position: relative;
	list-style-type: none;
	/* padding: 3px;
	top: 1px; */
}

a.menuitem  {
	
	text-decoration: none;
	
}

a:hover.menuitem  {
	
	color: #FFF;
	border: 1px solid #666;
	text-decoration: none;
	background-color: #666666;
}
.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #32958C;
}

