
/* css information
--------------------------------------------------------
	Blantyre:      						navigation screen stylesheet
	author:         					www.studiotwo.com
	updated:        					November 2008

	
-------------------------------------------------------- */

.arrowlistmenu{
	width: 165px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 13px helvetica, arial, sans-serif;
	text-align: right;
	color: #333333;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	/*text-transform: uppercase;*/
	padding: 0px 0px 0px 0px; /*header text is indented 10px*/
	/*cursor: hand;
	cursor: pointer;*/
}

.arrowlistmenu .menuheader a {
	text-align: right;
	font: bold 13px helvetica, arial, sans-serif;
	color: #333333;
	/*background: black url(titlebar.png) repeat-x center left;*/
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	padding: 2px 0 2px 0px; /*header text is indented 10px*/
	/*cursor: hand;
	cursor: pointer;*/
	text-decoration: none;
}

.arrowlistmenu .menuheader a:visited {
	text-align: right;
	font: bold 13px helvetica, arial, sans-serif;
	color: #333333;
	/*background: black url(titlebar.png) repeat-x center left;*/
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	padding: 2px 0 2px 0px; /*header text is indented 10px*/
	/*cursor: hand;
	cursor: pointer;*/
	text-decoration: none;
}

.arrowlistmenu .menuheader a:hover {
	color: #006600;
}

.arrowlistmenu .submenuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px helvetica, arial, sans-serif;
	text-align: right;
	color: #333333;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	/*text-transform: uppercase;*/
	padding: 4px 0px 4px 0px; /*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(titlebar-active.png);*/
	color: #006600;
}

.arrowlistmenu .openheader a { /*CSS class to apply to expandable header when it's expanded*/
	/*background-image: url(titlebar-active.png);*/
	color: #006600;
}

.arrowlistmenu .openheader a:visited { /*CSS class to apply to expandable header when it's expanded*/
	/*background-image: url(titlebar-active.png);*/
	color: #006600;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0 0px 0 0 ;
	margin-bottom: 4px; /*bottom spacing between each UL and rest of content*/
	font-family: Arial, Helvetica, sans-serif;
	

}

.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
	list-style-type: none; 
	list-style-image: none;!important;
 	padding: .1em 0px .1em 0; !important;
	margin: 0px;
}

.arrowlistmenu ul li a{
	color: #333333;
	text-align: right;
	/*background: url(../images/nav_square.gif) no-repeat 6px right; /*custom bullet list image*/
	display: block;
	line-height: .9em;
	padding-left: 0px; /*link text is indented 19px*/
	text-decoration: none;
	/*font-weight: bold;*/
	/*border-bottom: 1px solid #dadada;*/
	font-size: 11px;
		list-style-type: none;
	
}


.arrowlistmenu li {
	list-style: none ;
	margin-bottom: 0px; 
	/*line-height: 1.3em;*/line-height: 1px;
}
		
.arrowlistmenu ul li a:visited{
	color: #333333;
		list-style-type: none;list-style: none ;


}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #000000;
	/*background-color: #F3F3F3;*/
	text-decoration: underline;
	list-style: none ;
	list-style-type: none;
	}





















.arrowlistmenu ul  ul li a{
	color: #999999;
	font-style: italic;
	text-align: right;
	/*background: url(arrowbullet.png) no-repeat center left;*/ /*custom bullet list image*/
	display: block;
	padding: 0px 0px;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-size: 70%;
	list-style-type: none;
	padding: 0 5px 0em 0; !important;

}
.arrowlistmenu ul ul li a:visited{
	color: #999999;
}

.arrowlistmenu ul  ul li a:hover{ /*hover state CSS*/
	color: #A70303;
	background-color: #F3F3F3;
}


