.arrowlistmenu{
	width: 180px; /*width of accordion menu*/
	}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	padding: 1px 0;
	text-align: left;
	font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	background: black url(http://www.maebag.com/Logo/titlebar.png) repeat-x center left;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	margin-top: 1px; /*bottom spacing between header and rest of content*/
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	padding: 4px 0 4px 5px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu .menuheader .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(http://www.maebag.com/Logo/titlebar-active.png);
}

.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{ /*Open state CSS for sub menu header*/
	background: lightblue !important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	background: lightgreen !important;
}

.arrowlistmenu ul li a{
	color: #A70303;
	background: url(http://www.maebag.com/Logo/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	text-align:left;
	font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #cccccc;
	font-size: 85%;
	margin-top: 1px; /*bottom spacing between header and rest of content*/
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
}


.arrowlistmenu ul li a:visited{
	color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	background-color: #F3F3F3;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	background: lightblue;
}
.breadcrumb{
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.breadcrumb a{
background: transparent url(http://www.maebag.com/Logo/breadcrumb.gif) no-repeat center right;
text-decoration: none;
padding-right: 18px; /*adjust bullet image padding*/
color: RED;
}

.breadcrumb a:visited, .breadcrumb a:active{
color: RED;
}

.breadcrumb a:hover{
text-decoration: underline;
}

div.top-left, .top-right, .bottom-left, .bottom-right {
	background-image: url('http://www.maebag.com/images/corners1280x18grey.gif'); /* CHANGE: path and name of your image */
	height: 9px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the 's */
	}
.top-left, .bottom-left {
	margin-right: 9px; /* CHANGE: replace by the width of one of your corners */
	}
div.top-right, .bottom-right {
	margin-left: 9px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -9px;  /* CHANGE: replace by the height of one of your corners */
	}
div.top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
div.bottom-left  {
	background-position: 0 -9px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
div.bottom-right {
	background-position: 100% -9px; /* CHANGE: replace second number by negative height of one of your corners */
	}
div.inside {
	border-left: 1px solid #CCCCCC; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #CCCCCC;/* YCC: color & properties of the right-borderline */
	background: #FFFFFF;            /* YCC: background-color of the inside */
	color: #000000;                 /* YCC: default text-color of the inside */
	padding-left: 10px;             /* YCC: all texts at some distance of the left border */
	padding-right:10px;             /* YCC: all texts at some distance of the right border */
	}
div.notopgap    { margin-top: 0; }    /* DNC: to avoid splitting of the box */
div.nobottomgap { margin-bottom: -1px; padding-bottom: -2px; } /* DNC: to avoid splitting of the box */

.textboxstyle
{
	background-image:url('http://www.maebag.com/images/googleimg.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 5px;
}
.textbox
{
	background-image:none;
}

