/* Webware navigation styles */

.mnuMain { /* main menu */
	font: 11px Arial, Helvetica, sans-serif;
}
.mnuMainItem, .mnuMainSub {
	text-align: left;
	font-weight: bold;
}
.mnuMainItem a, .mnuMainSub a {
	padding: 6px 5px;
	display: block;/*needed so that the whole cell is highlighted on mouseover*/
	border: 1px solid #000;
	margin: 0 2px;
}
.mnuMainSub a {
	padding-right: 20px;
}
.mnuMainItem a:link, .mnuMainItem a:visited, .mnuMainItem a:active {
	background : #45A12B url(../images/bgMenuItemOver.jpg) no-repeat right;
	color: #000;
	text-decoration: none;
}
.mnuMainItem a:hover{
	background : #45A12B url(../images/bgMenuItemOver.jpg) no-repeat right;
	color: #000;
	text-decoration: underline;
}
.mnuMainSub a:link, .mnuMainSub a:visited, .mnuMainSub a:active {
	background : #45A12B url(../images/bgMenuSubMain.jpg) no-repeat right;
	color: #000;
	text-decoration: none;
}
.mnuMainSub a:hover{
	background : #45A12B url(../images/bgMenuSubMainOver.jpg) no-repeat right;
	color: #000;
	text-decoration: underline;
}

.mnuSub { /* flyout menus */
	position:absolute; visibility:hidden; left:100px; top:100px; 
	font-size: 11px;
	width: 150px;
	background-color: #FFF;
}
.mnuSubItem a, .mnuSubSub a { 
	display: block;/*needed so that the whole cell is highlighted on mouseover*/
	text-decoration: none;
	width: 150px;
	background : #45A12B url(../images/bgMenuItemOver.jpg) no-repeat right ;
	padding: 4px 10px 4px 2px;
}
.mnuSubItem a:link, .mnuSubItem a:visited, .mnuSubItem a:active, .mnuSubSub a:link, .mnuSubSub a:visited, .mnuSubSub a:active {
	color: #000;
	text-decoration: none;
}
.mnuSubItem a:hover, .mnuSubSub a:hover {
	color: #000;
	text-decoration: underline;
}
.mnuSubSub a:link, .mnuSubSub a:visited, .mnuSubSub a:active{
	background : #45A12B url(../images/bgMenuSubSub.jpg) no-repeat right ;
}
.mnuSubSub a:hover{
	background : #45A12B url(../images/bgMenuSubSubOver.jpg) no-repeat right ;
}
.mnuSub table {
	width: 150px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}
.mnuSub table td {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #FFF;
}
