/* CSS Document */
/* blue grades - root level; text properties for states: normal, hover, click */
.TM0i0 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	padding: 4px;
}

/* blue grades - root level; box properties for states: normal */
.TM0o0 {
	background: #3C76B2;
	border: 1px solid #2B547F;
	text-align:left;
	vertical-align: top;
	text-decoration: none;
}

/* blue grades - root level; box properties for states: hover, click */
.TM0o1 {
	background: #4D99E6;
	border: 1px solid #2B547F;
	text-align: left;
	vertical-align: top;
	text-decoration: none;
}

/* blue grades - sub levels; box properties for states: normal */
.TM1o0 {
	background: #4D99E6;
	border: 1px solid #2B547F;
	text-align: left;
	vertical-align:top;
	text-decoration: none;
}

/* blue grades - sub levels; box properties for states: hover, click */
.TM1o1 {
	background: #3C76B2;
	border: 1px solid #2B547F;
	text-align: left;
	vertical-align: top;
	text-decoration: none;
}


	
/*Side Menu*/
.arrowlistmenu{
width: 200px;
text-align:left;
padding-right:2px;
padding-left:2px;

}
.arrowlistmenu h3 {
PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 13px; 
 COLOR: #003399; LINE-HEIGHT: 100%; width:100%;  text-align:left; PADDING-TOP: 0px; BORDER-BOTTOM: #fff 1px dotted;FONT-FAMILY: "Tahoma", "Arial", sans-serif;
margin:0px; 
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font:normal 13px tahoma;color:#fff;width:98%;
margin-bottom:5px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;padding-left:5px;
cursor: hand;
cursor: pointer;
}
.arrowlistmenu .menuheader A{
font:normal 13px tahoma;color:#fff; text-decoration:none;
}
.arrowlistmenu .submenuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font:normal 13px tahoma;color:#fff;width:100%;
text-transform: uppercase;
cursor: hand;
cursor: pointer;
}
.arrowlistmenu .submenuheader UL{ /*CSS class for menu headers in general (expanding or not!)*/
font:normal 13px tahoma;color:#fff;width:100%;
text-transform: uppercase;margin-bottom:0px;
cursor: hand;
cursor: pointer;
}
.arrowlistmenu .submenuheader ul li{
padding-bottom: 0px; padding-left:19px; /*bottom spacing between menu items*/
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
width:98%; font:bold 13px tahoma;
padding-top:0px; margin:0px;
color:#fff
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #FBC01A;
display: block;padding: 2px 0;padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;
border-bottom: 1px dotted #FBC01A;
font-size: 12px;
text-align:left
}

.arrowlistmenu ul li a:visited{
color: #FBC01A;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #336699;
background-color: #F3F3F3;
}


.arrowlistmenu .home{
margin-left:0px;
}
.arrowlistmenu .home ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu .home ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu .home ul li a{
color: #fff;
display: block;padding: 2px 0;padding-left: 5px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;
border-bottom: 1px dotted #fff;
font-size: 12px;
text-align:left
}

.arrowlistmenu .home ul li a:visited{
color: #fff;
}

.arrowlistmenu .home ul li a:hover{ /*hover state CSS*/
color: #336699;
}

/*E
/*End Side Menu*/

