@charset "UTF-8";
/* CSS Document */



/* menu styles */

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

/*
.arrowlistmenu .menuheader{
	-webkit-border-radius: 4px;
	font-family: Arial, Helvetica, sans-serif;
}

.arrowlistmenu .menuheader{
  behavior:url(iefix/border-radius.htc);
}


.arrowlistmenu .menuheader, x:-moz-any-link, x:default {
  -moz-border-radius: 4px;
}

*/

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 12px Arial;
	color: #000000;
	margin-bottom: 5px; /*bottom spacing between header and rest of content*/
	padding: 3px 0 3px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	background-image: url(../images/greybuttonbckgrd.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	border: 1px solid #CCCCCC;
	overflow: hidden;
}

.arrowlistmenu .menuheaderlink{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 12px Arial;
	color: #000000;
	margin-bottom: 5px; /*bottom spacing between header and rest of content*/
	padding: 3px 0 3px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	background-color: black;
	background-image: url(../images/greybuttonbckgrd.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	border: 1px solid #CCCCCC;
	overflow: hidden;
}

.arrowlistmenu .menuheaderlink a{ 
text-decoration: none;
color: #000000;
}

.arrowlistmenu .menuheader a{ 
color: #000000;
}

.arrowlistmenu .menuheaderlink a:hover{ 
text-decoration: underline;
color: #000000;
}


.arrowlistmenu .infoheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 12px Arial;
	color: 000000;
	margin-bottom: 5px; /*bottom spacing between header and rest of content*/
	padding: 3px 0 3px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	background-color: black;
	background-image: url(../images/greybuttonbckgrd.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	
}

.arrowlistmenu .menuheadernolink{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 12px Arial;
	color: black;
	margin-bottom: 5px; /*bottom spacing between header and rest of content*/
	padding: 3px 0 3px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}

	
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(../images/greybuttonbckgrd.jpg);
	color: black;
	border: 1px solid #CCCCCC;
	overflow: hidden;
}

.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{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #666666;
background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 5px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #dadada;
font-size: 12px;
}

.arrowlistmenu ul .download a{
color: #666666;
background: url(../images/download-icon.gif) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 5px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #dadada;
font-size: 12px;
}


.arrowlistmenu ul .download a:hover{
color: #666666;
background: url(../images/download-icon-over.gif) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 5px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #dadada;
font-size: 12px;
}


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

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #333333;
background-color: #F3F3F3;
text-decoration: underline;
background: url(../images/arrowbullet-over.png) no-repeat center left; /*custom bullet list image*/
}


.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
	background-image: url(../images/arrowbulletplus.png);
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background-image: url(../images/arrowbulletdown.png);
}

/* menu styles END */
