/* Mediacosmo CMS Basics
------------------------------ */

.arrowlistmenu {
	width: 160px; /*width of accordion menu*/
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FCFCFB;

	/*background: black url(titlebar.png) repeat-x center left;*/
	
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	padding: 0px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
}

.arrowlistmenu .menuheader a:active, .arrowlistmenu .menuheader a:link, .arrowlistmenu .menuheader a:visited{
	color: #FCFCFB;
	text-decoration: none;
}

.arrowlistmenu .menuheader a:hover{
	color: #D1B47C;
	text-decoration: none;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	color: #FCFCFB;
	/*background-image: url(titlebar-active.png);*/
}

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

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
	/*background: lightblue !important;*/
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	/*background: lightgreen !important;*/
}

.arrowlistmenu ul li a{
	color: #FCFCFB;
	/*background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/*/
	display: block;
	text-decoration: none;
}

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

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

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	/*background: lightblue;*/
}
.categoryitems a {
	padding-right: 10px;
	/*background: url(arrowbullet.png) no-repeat center right; /*custom bullet list image*/
	background: url(arrowbullet.png) no-repeat;
	background-position: right center;
}