#mark_menu_layer
{
	position:absolute; 
	top:300px; 
	left:100px; 
	width:0px; 
	height:0px; 
	visibility:hidden; 
	border-top:2px solid #2554d9; 
	border-bottom:2px solid #2554d9;
	z-index:100;
	filter: alpha(opacity=99);
}

#mark_menu_layer_cont
{
	positon:inherit; 
	display:none; 
	width:100%; 
	height:100%; 
	background-color:#f9f9f9;
}

.mark_group_title
{
	font: bold 11px Verdana;
	color:#2554d9;
	padding-bottom:7;
}
.mark_name
{
	font:10px Verdana;
	color:#393939;
	text-decoration: underline;
	padding-bottom:5px;
}

.mark_name a
{
	font:10px Verdana;
	color:#393939;
	text-decoration:none;
}

.mark_name a:hover
{
	font:10px Verdana;
	text-decoration:underline;
}

.category_selected
{
	color:black;
}
	
.categoryUnselected
{
	font-size:11px;
	text-decoration:underline;
	cursor:hand;
}

.eyeboxHead 
{
	font-size:90%; 
	FONT-FAMILY: Arial, sans-serif;
}

.eyeboxHead h1
{
	FONT-WEIGHT: normal; 
	FONT-SIZE: 180%; 
	COLOR: #393939; 
	padding-top:10;
}
