/* GENERAL STYLES */
#secnav{}
div.arrowlistmenu{

}

div.arrowlistmenu ul,
div.arrowlistmenu ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	clear: both;
	font-weight: bold;

}

div.arrowlistmenu ul li 
{
overflow: hidden;
clear: both;
}

div.arrowlistmenu ul a {
	text-decoration: none;
	float: left;
	clear: left;
	padding: 3px;
	margin-bottom: 5px;
	width:135px;color:#5a115a;
}

div.arrowlistmenu ul a:hover {
	text-decoration: underline;	}

div.arrowlistmenu ul a.active {
	padding-right: 10px;
	background: url(/siteimages/arrow.gif) no-repeat right;
}

div.arrowlistmenu ul a.selected {
	padding-right: 10px;
	overflow: hidden;
	background: url(/siteimages/arrow2.gif) no-repeat right;
}
div.arrowlistmenu ul ul a {
	font-size: 10px;display: block;
	padding-left: 10px;
}
div.arrowlistmenu ul ul a.active {
	background: #e8e9ea;
	padding-left: 10px;
	color: #7b007b;
}
div.arrowlistmenu ul ul ul a {
	font-size: 10px;
	color: #1FA2EE;
	margin-left: 20px;
}

div.arrowlistmenu ul li.selected {
	width: 100%;
	overflow: hidden;
	background: #e8e9ea;
}
div.arrowlistmenu .headerbar{
font: bold 100% Arial;
color: #fff;
background: #e2348f; /*url(/siteimages/titlebar.jpg) repeat-x center left*/
padding:0;
margin:0;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0px 4px 10px; /*header text is indented 10px*/
}

#blogmenu 
{margin:0;padding:0;width:155px;}
#blogmenu h2{
font: bold 100% Arial;
color: #fff;
background: #e2348f;
padding:0;
margin:0;
margin-bottom: 10px; 
padding: 4px 0px 4px 10px; 
}

#blogmenu ul{
list-style-type: none;
margin: 0;
padding: 10px;
margin-bottom: 8px; }



#blogmenu ul li a{
color: #545353;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
font-size: 90%;
}

#blogmenu ul li a:visited{
color: #545353;
}

#blogmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
}


/* EDITOR PROPERTIES */
