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




#container{
background:url(images/tasmax_banner.jpg) top left no-repeat;
}



h1{
color:#8a8000;
}







#arrowlistmenu{
width: 160px; /*width of accordion menu*/
background:#fff  bottom center repeat-y;
padding-left:0px;
padding-right:8px;
margin-bottom:10px;
}

#arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font:normal 11px Verdana, Arial, Helvetica, sans-serif;
color: #575850;
background:#e2e2e2;
margin-bottom: 2px; /*bottom spacing between header and rest of content*/
padding: 6px 0 6px 12px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
margin-top:0px;
}

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

#arrowlistmenu li .single{ 
color: white;
background:#b2a5b7;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 2px 0 2px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

#arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
margin-top:0px;
margin-left:0;
}

#arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

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

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

#arrowlistmenu ul li .arrow{ 
float:right;
margin-top:5px;
margin-right:5px;
}

.arrow{ 
float:right;
margin-top:5px;
margin-right:5px;
}

#arrowlistmenu li{
list-style:none;
}

#arrowlistmenu li a{
background:#fff; /*custom bullet list image*/
display: block;
padding: 5px 0;
padding-left: 19px; /*link text is indented 19px*/
color: #444;
margin-bottom:-1px;
text-decoration:none;

}

#arrowlistmenu li a:visited{
}

#arrowlistmenu li a:hover{ /*hover state CSS*/
background: #8a8000;
color:#ffffff;
}

#arrowlistmenu ul li a{
background:#afa959; /*custom bullet list image*/
display: block;
padding: 6px 0;
padding-left: 25px; /*link text is indented 19px*/
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
color: #fff;
margin-bottom:0px;
text-decoration:none;
}

#arrowlistmenu ul li a:visited{
}

#arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color:#8a8000;
background-image:none;
color:#fff;
}

#arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: #ff0000;
color:#666;
}

#arrowlistmenu #currentPage{
background:#8a8000;
color:#FFFFFF;
}

.currentPage{
background:#8a8000;
color:#FFFFFF;
}






#leftBox{
background:#fff url(images/left-box-bg.jpg) top center no-repeat;
font-size:10px;
color:#FFFFFF;
width:160px;

}


.left_box_header{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
}

.left_box_header p{
margin:0;
padding:0;
}




strong{
color:#8a8000;
margin-bottom:-13px;
}




#nextToText a{
text-decoration:underline;
color:#8a8000;
}



#nextToText a:hover{
text-decoration:none;
}



#text a{
text-decoration:underline;
color:#8a8000;
}

#text a:hover{
text-decoration:none;
}
