<!--
body {
	background-image: url(../images/bg.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #124362;
}
.white {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
}

.black {
	font-family: Tahoma;
	font-size: 10px;
	color: #333333;
}


.search {
	font-family: Tahoma;
	font-size: 9px;
	color: #666666;
}



.arrowlistmenu{
width: 170px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: 12px tahoma;
	border-bottom: 1px solid #999999;
	color:#333333;
	direction:rtl;
	text-align:right;
	margin-bottom: 0px; /*header text is indented 10px*/
	cursor: hand;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 3;
	padding-bottom: 10px;
	padding-left: 5px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
font: 12px tahoma;
color: white;
background-color:#003366;
}

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

.arrowlistmenu ul li{
font-family:Tahoma;
font-size:12px;
text-align:right;
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #FFFFFF;
display: block;
padding: 2px 0;
padding-right: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

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

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