@charset "utf-8";
/* CSS Document */


.subMenuTitle {
	background: url(../Logos/navigation.png);
	font-weight:bold;
	padding: 2px 0 3px 10px;
	margin:0px;
	margin-top:0px;
	color: #174696;
}
.digitalLitTitle {
	background: url(../Logos/navigation.png);
	font-weight:bold;
	padding: 2px 0 3px 10px;
	margin:0px;
	margin-top:0px;
	color: #FF0000;
}
.subMenuTitle a:link {
	text-decoration:none;
	color: #174696;	
}
.subMenuTitle a:active {
	text-decoration:none;
	color: #666;	
}
.subMenuTitle a:visited {
	text-decoration:none;
	color: #174696;	
}
.subMenuTitle a:hover {
	text-decoration:underline;
	color: #174696;	
}

.subMenu
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	width:195px;
}
.subMenu a:link {
	text-decoration:none;
	color: #174696;	
}
.subMenu a:active {
	text-decoration:none;
	color: #666;	
}
.subMenu a:visited {
	text-decoration:none;
	color: #174696;	
}
.subMenu a:hover {
	text-decoration:underline;
	color: #174696;	
}

.subMenu ul {
	color: #174696;
	font-weight: bold;
	list-style-type: none;
	padding: 7px 0 0 10px;
	margin: 0;
	background: #DFE5F1;
	width: 185px;
	border-top:2px solid #ffffff;
}
.subMenu li {
	padding: 0 0 10px 0;
}

.subMenu #lastchild {
	background: url(../Logos/navigation-bottom.png) bottom no-repeat #DFE5F1;	
	padding: 0 0 20px 0;
}