@charset "utf-8";
.modul_menu_but_start{
	width:81px;
	height:20px;
	text-align:center;
	float:right;
	position:relative;
	top:0px;
	right:0px;
	background-color:#00759f;
	padding-left:3px;
}
.modul_menu_but_start_hover{
	width:81px;
	height:20px;
	text-align:center;
	float:right;
	position:relative;
	top:0px;
	right:0px;
	background-color:#000;
	padding-left:3px;
}
.modul_menu_but_midle{
	width:85px;
	height:20px;
	text-align:center;
	float:right;
	position:relative;
	top:0px;
	right:0px;
	background-color:#00759f;
	margin-right:1px;
	padding-left:0px;
}
.modul_menu_but_midle_hover{
	width:85px;
	height:20px;
	text-align:center;
	float:right;
	position:relative;
	top:0px;
	right:0px;
	background-color:#000;
	margin-right:1px;
	padding-left:0px;
}
.modul_menu_but_end{
	width:81px;
	height:20px;
	text-align:center;
	float:right;
	position:relative;
	top:0px;
	right:0px;
	background-color:#00759f;
	margin-right:1px;
	padding-left:3px;
}
.modul_menu_but_end_hover{
	width:81px;
	height:20px;
	text-align:center;
	float:right;
	position:relative;
	top:0px;
	right:0px;
	background-color:#000;
	margin-right:1px;
	padding-left:3px;
}
a.modul_menu_link{
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration:none;
	position:relative;
	top:3px;
	right:0px;
}
a.modul_menu_link:hover{
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration:underline;
	position:relative;
	top:3px;
	right:0px;
}
/*****************************************************************************/
.submenu{
  width:140px;
  height:auto;
  position:absolute;
  top:20px;
  right:0px;
  padding:0px;
  text-align:right;
  background-color:#FFF;
}
.submenu_item{
	width:138px;
	height:18px;
	background-color:#000;
	text-align:center;
	border:1px ridge #fff;
}
.submenu_item_hover{
	width:138px;
	height:18px;
	background-color:#00759f;
	text-align:center;
	border:1px ridge #fff;
}
a.modul_submenu_link{
	display:block;
	position:relative;
	top:2px;
	right:0px;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration:none;
}
