@charset "utf-8";
/* CSS Document */

#bg{
 width: 803px;
 height: 712px;
 background: url("images/retpBG.jpg") no-repeat;
}

.arrowlistmenu { width: 153px; padding: 10px; margin-left: 5px; color: #042536; line-height: 1.7em; }
.arrowlistmenu a { color: #E4F8DF; }
.arrowlistmenu a:hover { color: #042536; }
.arrowlistmenu:hover { color: #042536; }

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
color: #E4F8DF;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
margin-left: 5px;
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
color: #042536;
}

.arrowlistmenu .openheader a { color: #042536; }

.categoryitems { width: 148px; padding: 0px 10px; color: white; margin-left: 5px; }
.categoryitems a{ color: white; }
.categoryitems a:hover { color: #D0D4B9; }