#subnavcontainer {
	padding: 0px;
	margin: 19px;
	font-size: 9px;
}
#subnavcontainer ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#subnavcontainer ul li {
	background-image: url(../images/master/subnav_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 0.6em;
	width: 134px;
	margin: 0px;
	padding-top: 0px;
	padding-right: .5em;
	padding-bottom: 0.1em;
	padding-left: 0.5em;
}
#subnavcontainer a {
	display: block;
	color: #003963;
	font-weight: bold;
	text-decoration: none;
	width: 134px;
	background-color: #B3C7D9;
	border: 1px solid #B3C7D9;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	filter:blendTrans(duration=0.2);
}
#subnavcontainer a:hover {
	display: block;
	text-decoration: none;
	color: #4274A7;
	font-weight: bold;
	width: 134px;
	background-color: #D0DDE8;
	border: 1px solid #AAC0D5;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	filter:blendTrans(duration=0.2);
}
