/* CSS */
/* topmenu.css */
/* author: John Berg Andersen - Valtech A/S */
/* Tested in Firefox 2.0, IE 7.0 */

html, body{
	width: 100%;
	margin: 0px;
	height: 100%;
	max-height: 100%;
	padding: 0;
	border: 0;
	overflow: hidden;	
}
/* Frame-less layout */
#head{
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	z-index: 1;
	height: 115px;
	width: 100%;
}
#content {
	overflow: auto; 
	position: absolute; 
	z-index: 0; 
	top: 115px; 
	bottom: 0px; 
	left: 0; 
	right: 0;
}
* html #content {
	height: 100%; 
	width: 100%; 
	top: 0; 
	left: 0; 
	border-top: 115px solid #fff; 
	border-bottom: 0px solid #fff; 
}
/* Logos */
#webcaps_logo{
	margin-left: 41px;
}
#Grundfos_logo{
	right: 31px;
}

/* Menu */
#menubar{
	overflow: hidden;
	height: 50px;
/*	min-width: 775px; */
	min-width: 800px;
	margin: 0px;
	padding-left: 3px;
	background-image: url("../graphic/blaa_menubar_width1px.gif");
	background-repeat: repeat-x;
}
.menu, .menuOver, .menuSelected, #menubar li{
	color: white;
	height: 14px;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	margin-left: 0px;
	padding-left: 10px;
	margin-right: 0px;
	padding-right: 9px;
	margin-top: 5px;
	padding-top: 1px;
	padding-bottom: -2px;
	float: left;
	border-right: 1px solid #999;
	list-style-type: none;
}
a{
	white-space: nowrap;
}
.menu a:link, .menuSelected a:link , 
.menu a:visited, .menuSelected a:visited, 
.menuOver a:hover, .menuSelected a:hover,
.menu a:active, .menuSelected a:active {
	color: white;
	line-height: 14px;
	text-decoration: none;
}
.selectBar{
	position: relative;
	top: 7px;
	font-size: 3px;
	margin-left: -8px;
	margin-right: -8px;
	background-color: transparent;
	z-index: 1; 
}
.menuOver .selectBar, .menuSelected .selectBar{
	background-color: #E1861B;
}

/* Sub menu */
.subMenuLeft{
	position: absolute;
	left: 10px;
	top: 18px;
	width: 450px;
	text-align: left;
	visibility: hidden;
}
.subMenuLeft a, .subMenuLeft span {
	float: left;
}
div.subMenuRight{
	position: absolute;
	right: 10px;
	top: 18px;
	width: 300px;
	text-align: right;
	visibility: hidden;
}
.subMenuRight a, .subMenuRight span{
	float: right;
}
.menuSelected div{
	visibility: visible;
}
.subMenu1{
	position: relative;
	top: 8px;
	width: 4px;
	font-size: 10px;
	border-bottom: 1px solid #E1861B;
	background-color: white;
}
.subMenuLeft .subMenu1{
	left: 0px;
	margin-left: -8px;
	margin-right: 5px;
	border-left: 1px solid #E1861B;
}
.subMenuRight .subMenu1{
	right: -4px;
	_right: -6px;
	margin-right: -5px;
	border-right: 1px solid #E1861B;
}
span.subMenu{
	position: relative;
	top: 16px;
	border-left: 1px solid #E1861B;
	font-size: 6px;
	margin-left: 6px;
	margin-right: 4px;
}
.subMenuLeft a, .subMenuRight a{
	position: relative;
	top: 12px;
	font-size: 10px;
	font-weight: normal;
}
a.subMenu:link, a.subMenu:visited{
	color: #064B86;
	text-decoration: underline;
}
a.subMenu:hover, a.subMenuSelected:link, a.subMenuSelected:visited{
	color: #E1861B;
	text-decoration: underline;
}

