/* General Webware related styles */

/* Webware navigation styles */
.mnuMain { /* main menu level */
	font-size: 11px;
}
.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 20px;
	background : #003B64 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;
}
.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 20px;
	background : #003B64 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 */
/*display:none;*/
	position:absolute; visibility:hidden; left:100px; top:100px; 
	border-top: 1px solid #D8671A;
	font-size: 11px;
	/* IE box model hack*/
	\width: 142px; 
	w\idth: 140px;
	background-color: #003B64;
}
.mnuSubItem a { /* menu option which results in a new page */
	background: #AAB6BD;
	display: block;/*needed so that the whole cell is highlighted on mouseover*/
	text-decoration: none;
	/* IE box model hack*/
	\width: 142px; 
	w\idth: 140px;
}
.mnuSubItem a:link, .mnuSubItem a:visited, .mnuSubItem a:active{
	background: #003B64;
	border-right:1px solid #D8671A;
	border-bottom:1px solid #D8671A;
	border-left:1px solid #D8671A;
	color: #FFF;
	text-decoration: none;
	padding: 2px 2px 2px 2px;
}
.mnuSubItem a:hover{
	text-decoration: none;
	background: #EAEAEA;
	color: #003B64;
}
.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;
	/* IE box model hack*/
	\width: 142px; 
	w\idth: 140px;
}
.mnuSubSub a:link, .mnuSubSub a:visited, .mnuSubSub a:active{
	background: #003B64;
	border-right:1px solid #D8671A;
	border-bottom:1px solid #D8671A;
	border-left:1px solid #D8671A;
	color: #FFF;
	text-decoration: none;
	padding: 2px 2px 2px 2px;
}
.mnuSubSub a:hover{
	text-decoration: none;
	background: #EAEAEA;
	color: #003B64;
}
