#frame_view {
   position:relative;       /* used for positioning and may or may not be required */
   width:980px;
   height:690px;            
   overflow:hidden;  
}

#frame_content {
  position:relative; 
  top:-130px;
  left: -6px;
  width:990px;
  height:815px;
}

#eventmenu ul {
  width: 100%;
  margin: 0;
  padding: 10px 0 10px 0;
  background-color: #BCBCB4;
  list-style-type: none;
  text-align: center;
}

#eventmenu ul li { display: inline; }

#eventmenu ul li a
{
  text-decoration: none;
  padding: 10px 12px 6px 12px;
	color: #555555;
}

#eventmenu ul li.current a
{
	background-color: #CCCCCC;
	border-bottom: 3px solid #666666;
}

#eventmenu ul li a:hover
{
	background-color: #CCCCCC;
	border-bottom: 3px solid #666666;
}






#eventmenu2 {
	position: relative;
  text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: inline;
}

#eventmenu2 ul {
	height: 35px;
	width:100%;         /* we always want our menu to fill the available space */
  background-color: #BCBCB4;
}

#eventmenu2 ul li {
	width:100%;         /* we always want our menu to fill the available space */
	color: #555555;
	padding: 16px 16px 10px 16px;
	display: inline;
	
}
	
#eventmenu2 ul li a:hover {
	background-color: #CCCCCC;
	border-bottom: 3px solid #666666;
	text-decoration: none;
	width: auto;
  padding-bottom: 13px;
}
