/*------------------Expand Collapse coding goes here----------------------------*/

.arrowlistmenu{
	width: 100%;
/*	padding-top:13px;/*width of accordion menu*/
	clear:both;
	padding-right:15px;
}

.try{background-color:red;}

.try2{background-color:green;}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-size:23px;
color: #8B8177;
font-family: 'Dosis', sans-serif;
font-weight:normal;
background:url(../images/destinations/tanzania/tab-arrow-up.png) no-repeat 20px right;
cursor: pointer;
margin-bottom:15px;
padding-bottom:25px;
background-image: url(../images/destinations/tanzania/tab-arrow-up.png), url(../images/destinations/tanzania/line-bg.png);
background-position: 100% 23px, left 68%;
background-repeat: no-repeat, repeat-x;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
font-size: 23px;
color: #8B8177;
font-family: 'Dosis', sans-serif;
font-weight: normal;

padding-bottom: 25px;

margin-bottom:0;
background-image: url(../images/destinations/tanzania/tab-arrow-down.png), url(../images/destinations/tanzania/line-bg.png);
background-position: 100% 23px, left 68%;
background-repeat: no-repeat, repeat-x;

}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
padding: 0;
margin:0px 0px 8px 0px; /*bottom spacing between each UL and rest of content*/
font-family: 'PalatinoLinotype';
font-size:14px	

}

.arrowlistmenu ul li{
padding:0px 0px 2px 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;

}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

.categoryitems {
margin-bottom: 55px;
}

.categoryitems p{
width:	97%;
color: #8B8177;
margin:0px 0px 15px 0px;	
padding:0px;

}

@media only screen and (max-width:480px)
{
	.arrowlistmenu ul{ font-size: 13px;}
	
}

/*------------------Expand Collapse coding ends here----------------------------*/