/* DEFINE MAIN MENU ITEM WIDTH */
/* As flash does not calculate the correct with of the sIfr-Menu-Items the corrent width have to be defined */

.moduletable_menu .menu .item1 { width: 70px; }
.moduletable_menu .menu .item2 { width: 70px; }
.moduletable_menu .menu .item3 { width: 95px; }
.moduletable_menu .menu .item4 { width: 59px; }
.moduletable_menu .menu .item5 { width: 127px; }
.moduletable_menu .menu .item6 { width: 59px; }

/* DEFINE MAIN MENU */
.moduletable_menu {
	position: absolute;
	top: 40px;
	left: 10px;
}
.moduletable_menu  h3{
	visibility: hidden;
	display: none;
}
.moduletable_menu  ul{
	position: relative;
	list-style: none;
}
.moduletable_menu .menu li{
	float: left;
	height: 30px;
	font-family: "Times New Roman",Arial;
	font-size: 17px;
	color: #0099cc;
	padding-right: 10px;
}
.moduletable_menu .menu li a{
	color: #0099cc;
}
.moduletable_menu.menu li a:hover{
	color: #05759b;
}

/* DEFINE SUBMENU */
#subnavigation h3 {
	line-height: 20px;
	background: url('../images/_web/subnavigation-blue-line.png') no-repeat 0px 17px;
	font-family:"Times New Roman",Arial;
	font-size:17px;
	font-weight: normal;
	color:#0099CC;
}
#subnavigation {
	position: absolute;
	left: 13px;
	top: 100px;
}
#subnavigation  ul{
	margin: 6px 0 0 5px;
	color: #0099cc;
	width: 115px;
	list-style-type: none;
}
#subnavigation  ul li{
	font-size: 1.1em;
	line-height: 1.25em;
	padding-bottom: .25em;
	background: url(../images/_web/square.gif) no-repeat 0px 2px;
	padding-left: 10px;
}
#subnavigation  ul li a{
	color: #0099cc;
}