/* subMenu --------------------------------------------  */

#subMenu {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	width:160px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	/*background-image: url(#);
	background-repeat: no-repeat;
	background-position: left;*/
}

.subMenu, .subMenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 160px;
}

.subMenu li{
	position: relative;
	margin: 0px;
	padding: 0px;
}

.subMenu li a{
	font-family: Tahoma, "Lucida Sans", Arial, sans-serif;
	color: #0663af;
	display: block;
	width: 150px;
	text-decoration: none;
	font-size: 10px;
	background-image: url(../images/subMenu.gif);
	background-repeat: no-repeat;
	height: 25px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 22px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

.up{
	font-family: Tahoma, "Lucida Sans", Arial, sans-serif;
	color: #FFFFFF;
	display: block;
	width: 160px;
	text-decoration: none;
	font-size: 10px;
	background-image: url(../images/subMenuO.gif);
	background-repeat: no-repeat;
	height: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 22px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-indent: 10px;
}

.subMenu li a:visited, .subMenu li a:active{
	text-decoration: none;
}

.subMenu li a:hover{
	background-image: url(../images/subMenuO.gif);
	color: #FFFFFF;
}
.style2 {
	font-size: 12px;
	color: #333333;
	font-family: Arial, sans-serif;
	font-weight: normal;
}
.style2a {
	font-size: 14px;
	color: #3182BD;
	font-weight: bold;
}

/* Holly Hack for IE \*/
* html .subMenu li { float: left; height: 1%; }
* html .subMenu li a { height: 1%; }
/* End */
