/* General Webware related styles */

/* Webware navigation styles */
.mnuMain { /* main menu level */
	border-top: 1px solid #ffffff;
	font: Arial;
	font-size: 14px;
}
.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:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
	padding: 0px 5px 0px 20px;
	background : #000052 url(../images/bgMain.gif) no-repeat left;
	color: #FFF;
	text-decoration: none;
}
.mnuMainItem a:hover{
	background : #191996 url(../images/bgMain_hover.gif) no-repeat left;
	text-decoration: none;
}

.mnuMainSub { /* menu option which results in a submenu */
	font-size: 14px;
	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:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
	padding: 0px 5px 0px 20px;
	background : #000052 url(../images/bgMain.gif) no-repeat left;
	color: #FFF;
	text-decoration: none;
}
.mnuMainSub a:hover{
	background : #191996 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 #ffffff;
	font-size: 14px;
	background-color: #000052;
}
.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: #000052;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
	padding: 0px 5px 0px 20px;
	background : #000052 url(../images/bgMain.gif) no-repeat left;
	color: #FFF;
	text-decoration: none;
}
.mnuSubItem a:hover{
	background : #191996 url(../images/bgMain_hover.gif) no-repeat left;
	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;
}
.mnuSubSub a:link, .mnuSubSub a:visited, .mnuSubSub a:active{
	background: #000052;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
	padding: 0px 5px 0px 20px;
	background : #000052 url(../images/bgMain.gif) no-repeat left;
	color: #FFF;
	text-decoration: none;
}
.mnuSubSub a:hover{
	background :#191996 url(../images/bgMain_hover.gif) no-repeat left;
	text-decoration: none;
	color: #ffffff;
}
