.dkmod_menu  a.menu_mainlevel  {
  font-size        : 11px;
  color            : #996600;
  border           : 1px solid #BCB778;
  margin-bottom    : 5px;
  background-color : #E3E1C6;
  padding          : 1px;
}

.dkmod_menu  a.menu_mainlevel:link {
	margin           : 0px;
	padding          : 0px;
	font-size        : 12px;
	width            : 150px;
	background-color : #ECEAD8;
	text-indent      : 10px;
	text-decoration  : none;
}

.dkmod_menu a.menu_mainlevel , .dkmod_menu a.menu_mainlevel:visited {
	display          : block;
	font-size        : 12px;
	border-top       : 1px solid #ffffff;
	border-bottom    : 1px solid #BCB778;
	background-color : #ECEAD8; 
	font-weight      : normal;
	padding          : 2px 0px 2px 0px;
	color            : #996600;
	width            : 150px;
	text-indent      : 10px;
	text-decoration  : none;
	margin			 : 0;
}

.dkmod_menu a.menu_mainlevel:hover {
	background-color : #E3E1C6; 
	font-size        : 12px;
	font-weight      : bold;
	text-indent      : 10px;
	text-decoration  : none;
	margin			 : 0;
}

#active_menu {
	color            : #996600;
	background-color : #E3E1C6;
	font-weight      : bold;
}

/* to fix an Opera bug */
.topmenu {
	display: block;
}

/* customization for the topmenu */
.topmenu a.menu_mainlevel {
  list-style        : none;
  padding           : 0;
  margin            : 0;
  font-size         : 0.8em;
  color            : #999999;

}
.topmenu ul.menu_mainlevel li {
	display           : block;
	background-image  : none;
	padding-left      : 5px;
	padding-right     : 5px;
	float             : right;
	margin            : 0;
	width             : auto !important;
	width             : 10%;
	font-size         : 12px;
	line-height       : 18px;
	white-space       : nowrap;
	border-left      : 1px solid #666666;
    color            : #999999;
}

.topmenu li a.menu_mainlevel {
  width             : 10%;
  display           : block;
  padding-left      : 5px;
  padding-right     : 5px;
  text-decoration   : none;
  color             : #999999;
  background        : transparent;
  font-weight      : normal;
}

#buttons>.topmenu  ul.mainlevel li>a { width: auto; }

.topmenu li a.menu_mainlevel:hover{
  color            : #FF9900;
  background        : transparent;
}

.dkmod_menu a.menu_sublevel:link, .dkmod_menu a.menu_sublevel:visited {
	padding-left	: 10px;
	color           : #000000;
	background	: transparent !important;
}

.dkmod_menu a.menu_sublevel:hover {
	color           : #996600;
}

.dkmod_menu a.menu_sublevel#active_menu {
	font-weight      : bold;
}

