
.menuBar {
    font-size: 9pt;
    padding-bottom: 15px; 
/*	padding-right:370px; */
}

.menuBar table {
    width: 100%;
	position: relative;
	background-color:rgba(0,0,0,0.8);
	padding: 5px 0px 5px 0px;
	padding-right:30%;
	padding-left:10px;
/*	top: -22px; */
}

.menuBar table td:last-child{

}

.menuBar table td:first-child{

}

/*
.menuBarUns20 {
    cursor: pointer;
    left: 0px;
    width:  90px;
    height: 20px;
    background-image: url(../images/UnselTab.gif);
    background-position: 0px 3px;
    background-repeat: no-repeat;
    color: #000000;
    text-decoration: none;
    padding: 0px 0px 0px 0px;
    text-align: center;
    font-size: 9pt;
    overflow: hidden;
}

.menuBarUns {
    cursor: pointer;
    left: 0px;
    width:  90px;
    height: 25px;
    background-image: url(../images/UnselTab25.gif);
    background-position: 0px 3px;
    background-repeat: no-repeat;
    color: #000000;
    text-decoration: none;
    padding: 0px 0px 0px 0px;
    text-align: center;
    font-size: 9pt;
    overflow: hidden;
}
*/

.menuBarUnsW  {
    cursor: pointer;
    left: 0px;
	width:5%;
/*	
    background-image: url(../images/TabUnSel-g1.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
	background-size: 100% 100%;
	border-right: 14px solid transparent; */
    color: #ffffff;
    text-decoration: none;
    padding:0px 0px 0px 0px; 
    text-align: left;
    font-size: 11pt;
    overflow: hidden;
	white-space:nowrap;
}

.menuBarUnsW:hover {
	color: #FFA600;
}

.menuBarSelW  {
	color: #FFA600;
    cursor: pointer;
    left: 0px;
	width:5%;
/*	
    background-image: url(../images/TabSel-g1.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
	background-size: 100% 100%;	
	border-right: 14px solid transparent;
    color: #ffffff;
    text-decoration: none;*/
	padding:0px 0px 0px 0px; 
    text-align: left;
    font-size: 11pt;
    overflow: visible;
	white-space:nowrap;

}

/*
.menuBarSel20 {
    cursor: pointer;
    left: 0px;
    width:  90px;
    height: 20px;
    background-image: url(../images/SelTab.gif);
    background-position: 0px 1px;
    background-repeat: no-repeat;
    color: #000000;
    text-decoration: none;
    padding:0px 0px 0px 0px;
    text-align: center;
    font-size: 9pt;
    overflow: visible;
}

.menuBarSel {
    cursor: pointer;
    left: 0px;
    width:  90px;
    height: 25px;
    background-image: url(../images/SelTab25.gif);
    background-position: 0px 1px;
    background-repeat: no-repeat;
    color: #000000;
    text-decoration: none;
    padding:0px 0px 0px 0px;
    text-align: center;
    font-size: 9pt;
    overflow: visible;
}
*/


/* -------------------------------------*/

TABLE.menuSubFrame {
/*    width:  100%; */
    height: 100%;
    background-color: rgba(0,0,0,0.9);
	width:170px;
	color:white;
}


TD.menuSubItemCol {
	padding:4px 4px 4px 4px;
    cursor: pointer;
	border: 1px solid white;
    /* padding-left: 5px */
    text-align: left; /* left; */
    width:  100%;
    height: 100%;
    font-size: 10pt;
}
/* Selected menu item*/
TD.menuSubItemCol:hover {
	color: #FFA600;
	border-color: #FFA600;
	transition: 0.5s;
}

A.menuSubItemLink {
    text-decoration: underline;
    color: blue;
}
A.menuSubItemLink:hover {
    color: blue;
}
