/* Main Menu Classes */

/* general */
.menuMain a {
	display: block;
	text-decoration: none;
}

.menuMain a:hover {
	color: #2A78C1;
}

/*
   take care of the ul,li-construct: every child element inherit from his parent elements
   so you have to set the back properties on the child elements
*/

/* only 1. level */
.menuMain ul {
    display: block;
    list-style: none;
}

.menuMain ul li {
    display: block;
    padding: 0;
    margin: 0;
    background-image: none;
}

.menuMain ul li.no a,
.menuMain ul li.act a {
    font-size: 110%;
    font-weight: bold;
    color: #666666;
    text-decoration: none;

	background-image: url(../images/mainMenuBg.gif);
	background-repeat:no-repeat;
    background-position: center bottom;

    padding: 2px 5px 2px 20px;
	border-bottom: 1px solid #FFFFFF;
    line-height: 21px;

}

.menuMain ul li.act a,
.menuMain ul li.no a:hover {
	color: #3c195f;
   
    background-image: url(../images/mainMenuActiveBg.gif);
    background-repeat:no-repeat;
    background-position: center bottom;
}

.menuMain ul.sprites li {
	background-position: 0 0;
	margin: 0;
}

.menuMain ul.sprites li a {
	text-indent: -10000px;
	overflow: hidden;
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	padding: 0;
	border-bottom: 0;
}

.menuMain ul.sprites li.act a {
	background-position: 0 -50px;
}

.menuMain ul.sprites li.no a:hover {
	color: #2A78C1;
	background-position: 0 -25px;
}



/* only 2. level */
.menuMain ul ul {
    border-bottom: 0;
}

.menuMain ul.sprites li li a {
    text-indent: 0;
    height: auto;
}

.menuMain ul li li.no a,
.menuMain ul li li.act a {
	font-size: 100%;
    font-weight: normal;
    text-decoration: none;

    padding: 5px 5px 5px 40px;
    line-height: 14px;
}

.menuMain ul li li.no a {
    color: #666666;
    background-image: url(../images/subMenuBg.gif);
    background-repeat:no-repeat;
    background-position: center bottom;
}
 
.menuMain ul li li.act a, 
.menuMain ul li li.no a:hover{
    color: #3c195f;
    background-image: url(../images/subMenuActiveBg.gif);
}

.menuMain ul li li.act a{
    font-weight: bold;   
}

/* only 3. level */
.menuMain ul ul ul {
	border-bottom: 0px;
}

.menuMain ul li li li.no a,
.menuMain ul li li li.act a {
    font-size: 90%;
    font-weight: normal;
    color: #666666;
    text-decoration: none;

    background-image: none;
    
    padding: 3px 5px 3px 60px;
    border-bottom: 0;
    line-height: 14px;
}

.menuMain ul li li li.act a,
.menuMain ul li li li.no a:hover {
    color: #3c195f;
    background-image: none;
}

.menuMain ul li li li.act a {
    font-weight: bold;    
}

/* only 4. level */
.menuMain ul ul ul ul {
    border-bottom: 0;
}

.menuMain ul li li li li.no a,
.menuMain ul li li li li.act a {
	font-size: 85%;
    font-weight: normal;
    text-decoration: none;
    color: #666666;
    
    background-color: #FFFFFF;
    background-image: none;    /* reset the background image */

    padding: 3px 5px 3px 73px;
    border-bottom: 0;
    line-height: 12px;
}


.menuMain ul li li li li.act a,
.menuMain ul li li li.no a:hover {
    color: #3c195f;
}

.menuMain ul li li li li.act a {
	font-weight: bold;
}

.menuHeader {
    color: #FFFFFF;        
}

/* META MENU */
.menuMeta ul {
	float: left;
    overflow: auto;
}

.menuMeta li {
/*	background: none; */
	float: left;
	padding: 0;

}

a.menuMetaNo,
a.menuMetaAct {
    text-decoration: none;
    color: #FFFFFF;
    padding: 10px 5px 0 5px;
}

a.menuMetaNo:hover,
a.menuMetaAct,
a.menuMetaAct:hover  {
    text-decoration: underline;
    color: #DCDC8C;
}

.menuMeta .sprites a {
	display: block;
	height: 24px;
	text-indent: -9999px;
	overflow: hidden;
}
.menuMeta .sprites li.act a {
	background-position: 0 -24px;
}
.menuMeta .sprites li a:hover {
	background-position: 0 -24px;
}

.menuMeta .home a, .menuMeta .contact a, .menuMeta .sitemap a {
    text-indent: -9999px;   
    outline: none;
    width:10px;
    height:20px;
    float:left;
}

.menuMeta .home {
    background: url(../images/menuHome.gif) 0 3px no-repeat;

}

.menuMeta .contact {
    background: url(../images/menuMail.gif) 0 4px no-repeat;
    margin: 0 10px 0 5px;
}

.menuMeta .sitemap {
    background: url(../images/menuSitemap.gif) 0 3px no-repeat;
}



/* LANGUAGE MENU */
.menuLang ul {
	float: left;
	/* overflow: auto; */
}

.menuLang li {
	background: none;
	float: left;
	padding: 0;
	/* line-height: 1; */
}

a.menuLangNo,
a.menuLangAct,
a.menuLangNoTrans {
	text-decoration: none;
}

.menuLangNo,
.menuLangAct,
.menuLangNoTrans {
	padding: 5px 4px 0 4px;
}

.menuLangNo {
	color: #FFFFFF;
}

.menuLangAct,
.menuLang a:hover {
	color: #dcdc8c;
}

.menuLangNoTrans {
	color: #9F9F9F;
}


/* the hidden menu */
#hiddenMenu {
	display: none;
}


/* ROOTLINE / BREADCRUMBS */
.statusRow {
	font-size: 80%;
	color: #6E6E72 !important;
	text-transform: uppercase;
}

.statusRow a {
	color: #6E6E72 !important;
	text-decoration: none;
}

.statusRow a:hover {
	color: #34450E !important;
}

/* FOOTER */
.menuFooter .footerAct a,
.menuFooter .footerNo a,
.menuFooter .footerNo a:hover {
	line-height: 25px;
	text-decoration: none;
	color: #3C195F;
	font-size: 90%;
}
.menuFooter .footerAct a,
.menuFooter .footerNo a:hover {
	color: #3C195F;
}
.menuFooter .footerAct a {
	font-weight: bold;
}

 /* sitemap style */
.sitemap {
	padding: 1em 1.5em;
	line-height: 20px;
}

.sitemap li {
	padding: 0 0 0 24px;
	margin: 0;
	list-style-type: none;
	line-height: 20px;
}

.sitemap li {
	background-image: url(../images/sitemap/extm.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.sitemap li.li-last-child {
	background-image: url(../images/sitemap/exlm.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

.sitemap ul {
	padding: 0 0 0 24px;
	margin: 0 0 0 -24px;
	list-style-type: none;
}

.sitemap ul {
	background-image: url(../images/sitemap/exim.gif);
	background-repeat: repeat-y;
	background-position: 0% 0%;
}

.sitemap ul.ul-last-child {
	background-image: none;
}