/* @override http://bhet.clubwebware.eu/uploads/skins/bhet/css/styles_webware_horizontal.css */

/* General Webware related styles */

/* Webware navigation styles */
.mnuMain { /* main menu level */
	font-size: 11px; font-family: verdana, sans-serif; line-height: 16px; }
.mnuMainItem { /* menu option which results in a new page */
	color: #FFF;
}
.mnuMainItem a {
	/* display: block;*/  /*needed so that the whole cell is highlighted on mouseover*/
}
.mnuMainItem a:link, .mnuMainItem a:visited, .mnuMainItem a:active {
	padding: 0px 5px 0px 40px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
	/* color: #3953A4; */
	/* background : #A6CAF0 url(../images/bhet_bgMain.gif) no-repeat left; */

.mnuMainItem a:hover{
	text-decoration: underline;
}
      /* background : #DDF; */
	/* color: #00F; */
	/* background : url(../images/bhet_bgMain_hover.gif) no-repeat left; */

.mnuMainSub { /* menu option which results in a submenu */
	color: #FFF;
	font-weight: bold;
}
.mnuMainSub a {
	/* display: block;*/ /*needed so that the whole cell is highlighted on mouseover*/
}
.mnuMainSub a:link, .mnuMainSub a:visited, .mnuMainSub a:active {
	padding: 0px 5px 0px 40px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
	/* color: #3953A4; */
	/* background : #A6CAF0 url(../images/bhet_bgMain.gif) no-repeat left; */


.mnuMainSub a:hover{
	text-decoration: underline;
      /* background : #DDF; */
	/* color: #FFF; */
	/* text-decoration: none; */
}
	/* background : url(../images/bhet_bgMain_hover.gif) no-repeat left; */

.mnuSub { /* flyout menus */
	position:absolute; visibility:hidden; left:100px; top:100px; 
	border-top: 1px solid #6699CC;
	font-size: 11px;
	width: 150px;
	background-color: #CCC;
	opacity: 0.8;
}
.mnuSubItem a { /* menu option which results in a new page */
	background: #CCC;
	display: block;/*needed so that the whole cell is highlighted on mouseover*/
	text-decoration: none;
	width: 150px;
}
.mnuSubItem a:link, .mnuSubItem a:visited, .mnuSubItem a:active{
	width: 270px;
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
	border-left:1px solid #FFF;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 2px 2px 2px;
}
.mnuSubItem a:hover{
	text-decoration: underline;
	/* background: #DDF; */
	/* text-decoration: none; */
}


.mnuSubSub a { /* menu option which results in a submenu */
	background: #AAB6BD;
	display: block; /*needed so that the whole cell is highlighted on mouseover*/
	text-decoration: none;
	width: 260px;
}
.mnuSubSub a:link, .mnuSubSub a:visited, .mnuSubSub a:active{
	background: #003B64;
	border-right:1px solid #6699CC;
	border-bottom:1px solid #6699CC;
	border-left:1px solid #6699CC;
	color: #FFF;
	text-decoration: none;
	padding: 2px 2px 2px 2px;
}
.mnuSubSub a:hover{
	text-decoration: none;
	background: #C8EAFF;
	color: #003B64;
}
