body {
margin: 0px;
padding: 0px;
text-align: center;
}

#topmenu_container {
padding: 0px;
width: 700px;
margin-top: 0px;
margin-right: auto;
margin-left: auto;
}


ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}


li.topmenu_menuvisit { /* besök */
	float: left;
	position: relative;
	width: 110px;
    height:18px;
	/*padding: 3px; */
	padding-top: 2px; 
	margin-bottom:0px;
	background-color: #ff0000;
	color: #ffffff;
	font-size: 10px;
	font-weight:bold;
    font-family: verdana, helvetica;
    text-align: center;
}


li.topmenu_menupic { /* bildpil */
	float: left;
	text-align:left;
	position: relative;
	width: 10px;
    height:18px;
	padding: 0px;
	background-color: #f7b210;
	font-size: 8px;
}


li.topmenu_menusites { 
	float: left;
	position: relative;
	width: 118px;
    height:18px;
	/*padding: 2px; */
	padding-top: 2px; 
	margin-bottom: 0px;
	background-color: #f7b210;
	color: #ffffff;
	font-size: 10px;
	font-weight:bold;
    font-family: verdana, helvetica;
    /*padding-left: 35px; */
    text-align: left;
     text-indent: 8px;
       border-color: #000000;
         border-style: solid;
         border-bottom-width: 0px;
         border-left-width: 0px;
         border-right-width: 1px;
   border-top-width: 0px; 
}






li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 12px;	left: 0;
	margin-top: 6px;
	background-color: #f7b210;
	line-height: 1.75em;
	width:125px;
	text-align: left;
	
	margin-right: 0px;
	margin-left: 0px;
	
	
	
	
}


li>ul { 

/* to override top and left in browsers other than IE, 
which will position to the top right of the containing li, 
rather than bottom left */
  top: auto;
  left: auto;
}


li:hover ul, li.over ul { 
  /* lists nested under hovered list items */
  display: block;
}








a.topmenu_actuator {
  background-color: transparent;
  color: #ffffff;
  font-size: 10px;
  font-weight:bold;
  margin: 0px;
  padding: 0px 0px;
  text-decoration: none;
}

a.topmenu_actuator:hover {
  background-color: #ff0000;
  color: #ffffff;
  
  
  
  
}


.topmenu_actuator li a:hover {
  background-color: #ff0000;
  color: #ffffff;
}

.topmenu_menu li a:hover {
  background-color: #ff0000;
  color: #ffffff;
}

.topmenu_menu li a {
  background-color: transparent;
  color: #ffffff;
  display: block;
  font-size: 10px;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}