/* CSS Document */
.submenu{
	
	top: 122px;
	background-repeat:repeat-y;
	background-image:url('/images/tile.gif');
	background-position:bottom left;
	background-repeat:no-repeat;
	background-color:#f3f3f3;
	/*width:135px;*/

	z-index:1500;	
	border-top-width: 1px;
	border-right-width: 1px;
	/*border-bottom-width: 1px;*/
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	/*border-bottom-style: solid;*/
	border-left-style: solid;
	border-top-color: #d2d2d2;
	border-right-color: #d2d2d2;
	/*border-bottom-color: #003366;*/
	border-left-color: #d2d2d2;
	
}

a.menu_item{
display:block;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#003366;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d2d2d2;


/*text-transform:uppercase;*/
text-decoration:none;
text-align:left;
text-indent:4px;
font-weight:bold;
padding:4px;
padding-right:10px;
}
a.menu_item:hover{
background-color:#d2d2d2;
color:#003366;
font-size:10px;

}


.subheddings {
	font-size:11px;
	color:#333333;
	text-align:left;
	font-weight: bold;
	vertical-align: top;
	bottom: auto;
	padding-bottom: 20px;



}
.textsml {

font-size:10px;
color:#333333;
text-align:left;
}
.texthitext {
	font-size:11px;
	color:#996600;
	text-align:left;
	background-color: #FFF8F0;
	padding: 5px;


}

