
/* ---  Link Styles ---*/
.menulink {
	white-space: nowrap;
	FONT-WEIGHT: normal;
	COLOR: #000000;
	TEXT-DECORATION: underline;
	padding: 0px 14px 0px 2px;
	font-size: 11px;
	line-height: 15px;
}
/*.morelink a:link, a:visited {
	COLOR: #00699B;
}*/

.menulink:hover {
	COLOR: #000000;
	TEXT-DECORATION: none;
	/*background-color: #E7F0F5;*/
}

/* --- Label Styles ---*/
.menulabel {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-image: url(images/dwn-arrow.gif);
	padding-right: 11px;
	background-position: right;
	background-repeat: no-repeat;
}

.border-close {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-image: url(images/border-close.gif);
	padding-right: 11px;
	background-position: left;
	background-repeat: no-repeat;
}
.iw-title {
	font: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #000;
}

.iw-subtitle1 {
	font: Arial;
	font-weight: bold;
	font-size: 15px;
	color: #CC9900;
	padding-bottom: 10px;
	line-height: 30px;
}
.iw-subtitle2 {
	font: Arial;
	font-weight: bold;
	font-size: 13px;
	line-height: 29px;
	color: #000033;
	background-image:url(images/ltl-title.gif);
	background-position: left 80%;
	background-repeat:no-repeat;
}

.legend {
	font: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #000033;
}

/*---- ID --- */
#menu-style {
	padding-left: 10px; 
	padding-top: 0px;
}

/*--- HTML Tags --- */

LI {
	margin: 0px 0px 5px 0px;
}


