/* General Webware related styles */

/* Webware navigation styles */
.mnuMain { /* main menu level */
	font-size: 12px;
}
.mnuMainItem { /* menu option which results in a new page */
	color: #FFF;
	font-size: 12px;

}
.mnuMainItem a {
	display: block; /*needed so that the whole cell is highlighted on mouseover*/
}
.mnuMainItem a:link, .mnuMainItem a:visited, .mnuMainItem a:active {
	padding: 5px 5px 0px 20px;
	background : url(../images/bgMain.gif) no-repeat left;
	color: #FFF;
	text-decoration: none;
}
.mnuMainItem a:hover{
	background : url(../images/bgMain_hover.gif) no-repeat left;
	text-decoration: none;
}

.mnuMainSub { /* menu option which results in a submenu */
	color: #FFF;
	font-size: 12px;
}
.mnuMainSub a {
	display: block; /*needed so that the whole cell is highlighted on mouseover*/
}
.mnuMainSub a:link, .mnuMainSub a:visited, .mnuMainSub a:active {
	padding: 5px 5px 0px 20px;
	background : url(../images/bgMain.gif) no-repeat left;
	color: #FFF;
	text-decoration: none;
}
.mnuMainSub a:hover{
	background : url(../images/bgMain_hover.gif) no-repeat left;
	text-decoration: none;
}

.mnuSub { /* flyout menus */
	position:absolute; visibility:hidden; left:100px; top:100px; 
	border-top: 1px solid #003399;
	font-size: 12px;
	/* width: 145px; */
	background-color: #1564cc;
}
.mnuSubItem a, .mnuSubSub a { /* menu option which results in a new page */
	background: #1564cc;
	display: block;/*needed so that the whole cell is highlighted on mouseover*/
	font-size: 12px;
	text-decoration: none;
	/* width: 140px; */
}
.mnuSubItem a:link, .mnuSubItem a:visited, .mnuSubItem a:active, .mnuSubSub a:link, .mnuSubSub a:visited, .mnuSubSub a:active{
	background: #1564cc;
	border-right:1px solid #003399;
	border-bottom:1px solid #003399;
	border-left:1px solid #003399;
	color: #FFF;
	text-decoration: none;
	padding: 2px 2px 2px 2px;
}
.mnuSubItem a:hover, .mnuSubSub a:hover {
	text-decoration: none;
	/* background: #EAEAEA; */
	color: #00008b;
}

