.cParentMenu{
	width: 100%;
	margin: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.cParentMenu a {display: block;} 
.cParentMenu a:link, .cParentMenu a:visited{
	font-weight: bold;
	padding: 15px 5px 15px 5px;
	color: #000000;
	text-decoration: underline;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	background-position: left;
	text-align: left;
} 
.cParentMenu a:hover{
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
	padding: 15px 5px 15px 5px;
	text-decoration: none;
} 
.cDaughterMenu{
	width: 100%;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
} 
.cDaughterMenu a {
	display: list-item;
} 
.cDaughterMenu a:link, .cDaughterMenu a:visited {
	font-weight: bold;
	padding: 1px 5px 1px 15px;
	color: #000000;
	text-decoration: none;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	text-align: left;
} 
.cDaughterMenu a:hover {
	border-top: 0px solid;
	border-bottom: 1px solid #FFFFCC;
	background-color: #FFFFFF;
	font-weight: bold;
	padding: 1px 5px 1px 20px;
	color: #FF0000;
	text-decoration: none;
} 
