
/** File: /css/xnav.css
  * Description: Formate für die XNav Navigation
  */


.xNavHierElem {
    font-size: 9px;
	color: #333333;
	text-decoration: none;
	margin:0px;
}

.xNavMainNavHeader {
    font-size: 11px;
	color: #EEEEEE;
	margin: 0;
}


/****************************** Main Navigatin Table ***********************/

.xNavMainNavElem {
    font-size: 11px;
	color: #EEEEEE;
	text-decoration: none;
	margin: 0;
}
.xNavMainNavElemOut {

    font-size: 11px;
	color: #333333;
	text-decoration: none;
    margin: 0;
}

A.xNavMainNavElem {
    font-size: 11px;
	color: #EEEEEE;
	text-decoration: none;
}

A:HOVER.xNavMainNavElem {
    font-size: 11px;
	color: #333333;
	text-decoration: none;
}

/****************************** Legendary Recordings Navigation ****************/

.xNavLegendaryNavElem {
    font-size: 11px;
	color: #EEEEEE;
	text-decoration: none;
}
.xNavLegendaryNavElemOut {
    font-size: 11px;
	color: #333333;
	text-decoration: none;
}

A.xNavLegendaryNavElem {
    font-size: 11px;
	color: #EEEEEE;
	text-decoration: none;
}

A:HOVER.xNavLegendaryNavElem {
    font-size: 11px;
	color: #333333;
	text-decoration: none;
}


/****************************** Alphabetic Navigation ****************/


.xNavAlphNavHeader {
    font-size: 11px;
	color: #EEEEEE;
	margin: 0px;
}

.xNavAlphNavElem {
    font-size: 11px;
	color: #EEEEEE;
	text-decoration: none;
    margin: 0px;
}
.xNavAlphNavElemOut {
    font-size: 11px;
	color: #EEEEEE;
	text-decoration: none;
    margin: 0px;
}

A.xNavAlphNavElem {
    font-size: 11px;
	color: #333333;
	text-decoration: none;
}

A:HOVER.xNavAlphNavElem {
    font-size: 11px;
	color: #EEEEEE;
	text-decoration: none;
}

.xNavEpochPOut {
    font-size: 10px;
	color: #EEEEEE;
	text-decoration: none;
}

A:HOVER.xNavEpochPOut {
    font-size: 10px;
	color: #EEEEEE;
	text-decoration: underline;
}

.xNavEpochPActiv {
    font-size: 10px;
	color: #3333333;
	text-decoration: none;
}
