/* CSS Document */
/**************************underline****************************/
.linkUnder a{
	text-decoration:none;
}
.linkUnder a:hover, .linkUnder a:active{
	text-decoration:underline;
}
.linkUnder .selected a{
	text-decoration:underline !important;
}

.linkUnder .selected li a{
	text-decoration:none !important;
}

.linkUnder .selected li a:hover, .linkUnder .selected li .selected a{
	text-decoration:underline !important;
}
