a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
}

/* @group toolbar underline -  all turn OFF */

#navcontainer {
	text-decoration: none;
}

#navcontainer #current {
	text-decoration: none;
}

#navcontainer .currentAncestor {
	text-decoration: none;
}

/* x */

#navcontainer ul {
	text-decoration: none;
}

#navcontainer li {
	text-decoration: none;
}

#navcontainer a{
	text-decoration: none;
}

#navcontainer a:hover {
	text-decoration: none;
}

#navcontainer a:active {
	text-decoration: none;
}

/* I */

#navcontainer ul ul {
	text-decoration: none;
}

#navcontainer ul ul li {
	text-decoration: none;
}

#navcontainer ul ul a {
	text-decoration: none;
}

#navcontainer ul ul a:hover{
	text-decoration: none;
}

#navcontainer ul ul #current{
	text-decoration: none;
}

/* II  --> over */

#navcontainer ul ul ul {
	text-decoration: none;
}

#navcontainer ul ul ul li
 {
	text-decoration: none;
}

#navcontainer ul ul ul li a
 {
	text-decoration: none;
}

#navcontainer ul ul ul li a:hover
 {
	text-decoration: none;
}

#navcontainer ul ul ul #current {
	text-decoration: none;
}

#navcontainer ul ul ul ul
 {
	text-decoration: none;
}

/* @end */

#breadcrumbcontainer, #breadcrumbcontainer ul, #breadcrumbcontainer li, #breadcrumbcontainer a, #breadcrumbcontainer a:hover {
	text-decoration: none;
}

