/* GENERAL STYLES */
.arrowlistmenu{
width: 200px; /*width of accordion menu*/
}
.arrowlistmenu .menuheader, .arrowlistmenu .chaletmenuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-family:Arial, Helvetica, sans-serif;
font-size:0.81em;
color: #999999;
height:36px;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
cursor: hand;
padding:0;
}
.chaletmenuheader{

}
h3.menuheader{
font-weight:normal;
}
.arrowlistmenu .menuheader a, .arrowlistmenu .chaletmenuheader a {
text-decoration:none;
color: #999999;
height:25px;
background-repeat:no-repeat;
padding: 7px 0 4px 18px; /*header text is indented 10px*/
margin:0;
display:block;
}

.arrowlistmenu .menuheader a
{
	background-image:url(/data/themes/highlife/images/bg_menuheader.png); 
}

.arrowlistmenu .chaletmenuheader a
{
	background-image:url(/data/themes/highlife/images/bg_chaletmenuheader.png); 
	cursor: default;
}

.arrowlistmenu .menuheader a:hover, .arrowlistmenu .menuheader a.active,  .arrowlistmenu h3.menuheader a.active, .arrowlistmenu h3.menuheader a:hover, .arrowlistmenu h3.expandable a.active, .arrowlistmenu h3.expandable a:hover {
color:#F4373B;
background-image:url(/data/themes/highlife/images/bg_menuheader_active.png); 
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image:url(/data/themes/highlife/images/bg_menuheader.png); background-repeat:no-repeat;
}

.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-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader a{ /*Open state CSS for sub menu header*/
background-image:url(/data/themes/highlife/images/bg_menu_sub1.png);
}

.arrowlistmenu ul li .closedsubheader a{ /*Closed state CSS for sub menu header*/
background-image:url(/data/themes/highlife/images/bg_menu_sub1.png);
}

.arrowlistmenu ul li a{
color: #999999;
background-color:#F8F8F8;
background-image:url(/data/themes/highlife/images/bg_menu_sub1.png);
background-repeat:no-repeat;
display: block;
padding: 8px 0 0 30px;/*link text is indented 30px*/
height:27px;
text-decoration: none;
font-weight: normal;
font-size: 0.81em;
margin:0;
}

#nav-col  .arrowlistmenu ul li a.active, #nav-col .arrowlistmenu ul li a:hover{
color:#F4373B;
background-image:url(/data/themes/highlife/images/bg_menu_sub1_active.png);
}
#nav-col .arrowlistmenu ul.categoryitems li ul.subcategoryitems li a{
background-image:url(/data/themes/highlife/images/bg_menu_sub2.png);
background-repeat:no-repeat;
padding: 8px 0 0 43px;/*link text is indented 30px*/

}
#nav-col .arrowlistmenu ul.categoryitems li ul.subcategoryitems li a:hover, #nav-col .arrowlistmenu ul.categoryitems li ul.subcategoryitems li a.active{
background-image:url(/data/themes/highlife/images/bg_menu_sub2_active.png);
color:#F4373B;
}
#nav-col .arrowlistmenu ul li a:visited{
color: #999999;
}

#nav-col .arrowlistmenu ul.categoryitems li ul.subcategoryitems li a:hover, #nav-col .arrowlistmenu ul.categoryitems li ul.subcategoryitems li a.active{

color:#F4373B;
}
#nav-col .arrowlistmenu ul.categoryitems li a:hover, #nav-col .arrowlistmenu ul.categoryitems li a.active{ /*hover state CSS*/
background-color:#F8F8F8;
color:#F4373B;
}

#nav-col .arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
color:#F4373B;
}


/* EDITOR PROPERTIES */
