/* CSS Document */
.menuContent {
	font-size:12px;
	width: 200px;
}

a.menu {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-size: x-small;
	margin-top: 5px;
	margin-bottom: 5px;
}

a.menu:hover {
	font-weight: normal;
	color: #1D4896; 
}

.leftMenuLinkText {
	color: #000000; 
	font-size: x-small;
	text-decoration: none;
	font-weight: normal;
}
.leftMenuLinkText:hover {
	font-weight: normal;
	color: #1D4896; 
}

.leftMenuLinkTextSelected {
	color: #1D4896; 
	font-size: x-small;
	text-decoration: none;
	font-weight: normal;
}
.leftMenuLinkTextSelected:hover {
	font-weight: normal;
	color: #1D4896; 
}

.menuTD {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFE600;
	padding-left:6px;
	padding-top:4px;
	padding-bottom:4px;
	font-weight: normal;

}

.menuTDLevel1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFE600;
	padding-left:6px;
	padding-top:4px;
	padding-bottom:4px;
	font-weight: normal;
	/*background-color top -level menu*/
	background-color: #FDF8D6;
}

.menuTDLevel2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFE600;
	padding-left:10px;
	padding-top:4px;
	padding-bottom:4px;
	font-weight: normal;
	background-color: #FDF8D6;
}

.menuTDLevel3 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFE600;
	padding-left:6px;
	padding-top:4px;
	padding-bottom:4px;
	font-weight: normal;
	background-color: #FDF8D6;
}

.menuTDLevel4 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFE600;
	padding-left:6px;
	padding-top:4px;
	padding-bottom:4px;
	font-weight: normal;
	background-color: #FDF8D6;
}

