* the catalog menu */

#cat_tree{
	width: 230px;
}

#cat_tree .active{
	color: #820024;
	font-weight:bold
}


#cat_tree div{
	margin-left: 3px;
	width: 220px;
}

#cat_tree div div{
	background: transparent;
	margin: 0;
	width: auto;
}

#cat_tree div div div{
	background-repeat:repeat-y;
	background-position: 3px 0;
	margin-left: 15px;
}

#cat_tree a{
	padding-left: 11px;
	margin-left: 1px;
	font: verdana;
	font-size: 95%;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 5px;
	font-weight: bold;
	color: #555;
}

#cat_tree a.top{
	display: block;
	height: 20px;
	background: transparent;
	line-height: 20px;
	margin-left: 5px;
	padding-left: 8px;
	font-weight: bold;
	xcolor: #ffffff;
	xborder-left: 6px solid #00535e;
	xborder-bottom: 1px solid #CDD3CD;
}

#cat_tree a.top:hover{
	background: #00535E;
	color: #ffffff;
}

/* end of the catalog menu */

.arrowlistmenu{
width: 227px; 
}

.arrowlistmenu .menuheader{ 
font: bold 13px Verdana;
width: 235px;
height: 20px;
color: white;
background: black url(/templateimages/panelTopGreen.png) repeat-x center left;
margin-bottom: 5px; /*bottom spacing between header and rest of content*/
padding-left:15px; /*header text is indented 15*/
padding-top: 5px;
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(/templateimages/panelTopGreen.png);
}

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

.arrowlistmenu ul li{
margin-left: 9px;
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

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

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

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

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

.arrowlistmenu ul li a{
color: #555555;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 95%;
}

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

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

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


#fixedtipdiv{
position:absolute;
padding: 2px;
border:1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
margin-left: 220px;
}

