/* CSS Document */
#leftMenu ul {
	margin: 0px;
	padding: 10px;
	/*background-color:#037;
	background-image: url(../images/chamfer.php?fg=037&bg=FFF&size=12&position=top-left);*/
	background-repeat: no-repeat;
	background-position: left top;
	list-style : none;
}
#leftMenu li {
	font-size: 11px;
	margin: 0px;
	border-bottom: 1px solid #FFF;
}

.leftMenuHighlight, .subMenuHighlight, .firstMenuHighlight{
	color: #3A6FA5;
	font-weight: bold;
	background-image: url(../images/chevron.php?fg=FFF&bg=037&direction=left);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 0px;
	display:block;
	text-align: right;
}
.leftMenuHighlight{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #39C;
}
.firstMenuItem, .leftMenuItem{
	text-align: right;
	list-style-image : none;
	display: block;
	margin:0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 15px;
}
.leftMenuItem{
/*	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #39C;*/
}

.leftMenuItem:link, .leftMenuItem:visited, .firstMenuItem:link, .firstMenuItem:visited  {
	color: #3A6FA5;
	text-decoration: none;
	font-weight: bold;
	border-top: 1px solid #037;

}
.leftMenuItem:hover, .firstMenuItem:hover{
	color: #5A94CE;
	text-decoration: none;
	background-image: url(../images/chevron.php?fg=FFF&bg=037&direction=right);
	background-repeat: no-repeat;
	background-position: left center;
}
.subMenuItem{
	text-align: right;
	list-style-image : none;
	display: block;
	margin:0px;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	border-bottom: 1px solid #FFF;
}
.subMenuItem:link , .subMenuItem:visited{
	text-decoration: none;
	color: #3A6FA5;
	font-weight: normal;
}
.subMenuItem:hover{
	color: #5A94CE;
	text-decoration: none;
	background-image: url(../images/chevron.php?fg=FFF&bg=037&direction=right);
	background-repeat: no-repeat;
	background-position: left center;
}

