/* CSS Document */
.cParentMenu{width: 200px;	margin: 5px; font-size: 10px;}
.cParentMenu a {display: block;} 
.cParentMenu a:link, .cParentMenu a:visited{
	border-top: 1px none #CCCCCC;
	border-bottom: 1px none #AAAAAA;
	font-weight: bold;
	padding: 2px 10px 2px 2px;
	color: #0E99B9;
	text-decoration: none;
	background-image: url(images/menuBack.gif);
	border-right-style: none;
	border-left-style: none;
	font-size: 12px;
	margin: 0px;
	text-indent: 10px;
} 
.cParentMenu a:hover{
	border-top: 1px none #AAAAAA;
	border-bottom: 1px none #CCCCCC;
	font-weight: bold;
	padding: 2px 2px 2px 5px;
	color: #FF6600;
	text-decoration: none;
	background-image: url(images/menuBackOver.gif);
	border-right-style: none;
	border-left-style: none;
	font-size: 12px;
} 
.cDaughterMenu{width: 200px; margin: 0px; font-size: 11px; } 
.cDaughterMenu a {display: block;} 
.cDaughterMenu a:link, .cDaughterMenu a:visited {
	border-top: 0px solid;
	border-bottom: 1px dotted #FFFFFF;
	font-weight: normal;
	padding: 1px 5px 1px 15px;
	color: #000033;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
} 
.cDaughterMenu a:hover {
	border-top: 0px none;
	border-bottom: 1px dotted #FFFFFF;
	font-weight: normal;
	padding: 1px 5px 1px 20px;
	color: #FF6600;
	text-decoration: none;
	border-right-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
} 
.lineUpsmall {
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E4F5F9;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

