/* General Webware related styles */

/* Webware navigation styles */
.mnuMain { /* main menu level */
	border-top: 0px solid #ffffff;
	font: Arial;
	font-size: 12px;
}
.mnuMainItem { /* menu option which results in a new page */
	color: #FFF;
	
}
.mnuMainItem a {
	width: 148px;
	display: block; /*needed so that the whole cell is highlighted on mouseover*/
}
.mnuMainItem a:link, .mnuMainItem a:visited, .mnuMainItem a:active {
	border-right:0px solid #ffffff;
	border-bottom:0px solid #ffffff;
	border-left:0px solid #ffffff;
	padding: 4px 5px 4px 20px;
	background : #01245E url(../images/bgMain.jpg) no-repeat left bottom;
	color: #FFF;
	text-decoration: none;
}
.mnuMainItem a:hover{
	background : url(../images/bgMain_hover.jpg) no-repeat left bottom;
	text-decoration: none;
	color: #FBE611;
}

.mnuMainSub { /* menu option which results in a submenu */
	font-size: 12px;
	color: #FFF;
}
.mnuMainSub a {
		display: block; /*needed so that the whole cell is highlighted on mouseover*/
}
.mnuMainSub a:link, .mnuMainSub a:visited, .mnuMainSub a:active {
	border-right:0px solid #ffffff;
	border-bottom:0px solid #ffffff;
	border-left:0px solid #ffffff;
	padding: 4px 5px 4px 20px;
	background : #01245E url(../images/bgMain.jpg) no-repeat left bottom;
	color: #FFF;
	text-decoration: none;
}
.mnuMainSub a:hover{
	background : url(../images/bgMain_hover.jpg) no-repeat left bottom;
	text-decoration: none;
	color: #FBE611;
}

.mnuSub { /* flyout menus */
	position:absolute; visibility:hidden; left:100px; top:100px; 
	border-top: 0px solid #ffffff;
	font-size: 12px;
	background-color: #01245E;
}
.mnuSubItem a { /* menu option which results in a new page */
	width: 175px;
	display: block;/*needed so that the whole cell is highlighted on mouseover*/
}
.mnuSubItem a:link, .mnuSubItem a:visited, .mnuSubItem a:active{
	background: #01245E;
	border-right:0px solid #ffffff;
	border-bottom:0px solid #ffffff;
	border-left:0px solid #ffffff;
	padding: 4px 5px 4px 20px;
	background : #01245E url(../images/bgMain.jpg) no-repeat left bottom;
	color: #FFF;
	text-decoration: none;
}
.mnuSubItem a:hover{
	background : url(../images/bgMain_hover.jpg) no-repeat left bottom;
	text-decoration: none;
	color: #FBE611;
}
.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;
}
.mnuSubSub a:link, .mnuSubSub a:visited, .mnuSubSub a:active{
	background: #01245E;
	border-right:0px solid #ffffff;
	border-bottom:0px solid #ffffff;
	border-left:0px solid #ffffff;
	padding: 4px 5px 4px 20px;
	background : #01245E url(../images/bgMain.jpg) no-repeat left bottom;
	color: #FFF;
	text-decoration: none;
}
.mnuSubSub a:hover{
	background : url(../images/bgMain_hover.jpg) no-repeat left bottom;
	text-decoration: none;
	color: #FBE611;
}
