/* ############################################################################
   ##
   ##  VCOG Newsletter
   ##
   ######################################################################### */

#SubMenu ul {

}
#SubMenu ul li {

}
#SubMenu ul li ul {
	padding-left: 0px;
}

#SubMenu ul li ul li {
	padding-left: 10px;
	background: url(/images/templates/bg_forthlevelmenuarrow.gif) 10px 7px no-repeat;
}
#SubMenu ul li ul li.CurrentSubPage {
	background-color: #666666;
}

#SubMenu ul li ul li.CurrentSubPage a {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	width: 155px;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
}

