/* CSS Document */

/* - - - - - - - - - Left-Nav - - - - - - - - - */

div.navNorm, div.navNormOver, div.navNormSpecial {
	/*	height: 16px;	*/
	min-height: 17px;
	height:auto !important;
	height:21px;
	background-image: url(images/construction/navBgNorm.gif);
	padding: 5px 0px 0px 15px;
	font-weight: bold;
	color:#FFFFFF;
}

div.navNormSpecial {
	background-image: url(images/construction/navBgNormSpecial.gif);
}

div.navNormOver {
	background-image: url(images/construction/navBgOver.gif);
}

div.navNorm a, div.navNormOver a, div.navNormSpecial a {
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	line-height:12px;
}

div.navNormSpecial a {
	color: #2F455E;
}

div.navNormOver a {
	color: #064769;
}

div.navNorm span.red {
	color:#FF2B2B;
	font-size: 11px;
	font-weight: normal;
}

/* sub */

div.navSub, div.navSubOver {
	/*height: 20px;	*/
	background-image: url(images/construction/navBgSubNorm.gif);
	background-color: #FFFFFF;	
	
	padding: 5px 3px 3px 23px;
}

div.navSubOver {
	background-image: url(images/construction/navBgSubNorm.gif);
	background-color: #990000;
}

div.navSub a, div.navSubOver a {
	font-size: 11px;
	text-decoration: none;
	color: #333333;

}

div.navSubOver a {
	color: #000000;
}

div.navSubBottom {
	height: 3px;
	background-image: url(images/construction/navBgSubBottom.gif);
	line-height: 0px;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;	
}

/* Selected */
div.navSelected {
	min-height: 17px;
	height:auto !important;
	height:21px;
	background-image: url(images/construction/navBgOver.gif);
	
	padding: 5px 0px 0px 15px;
}

div.navSelected a {
	font-size: 11px;
	text-decoration: none;
	color: #064769;
	font-weight: bold;	
	line-height:12px;	
}

div.undernav{
	height: 70px;	
}
