@charset "UTF-8";
/* CSS Document */
body {
	background-image: url(images/bg_snip.jpg);
	background-repeat: repeat-x;
	background-color: #3f8241;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#apDiv3 {
	position:static;
	left:452px;
	top:170px;
	width:123px;
	height:222px;
	z-index:1;
}
#apDiv2 {
	position:static;
	left:591px;
	top:176px;
	width:605px;
	height:480px;
	z-index:2;
	overflow: auto;
	padding-left: 10;
	padding-right: 4;
	padding-top: 2;
}
#apDiv1 {
	position:static;
	left:611px;
	top:466px;
	width:275px;
	height:178px;
	z-index:2;
	overflow: auto;
	padding-right: 5;
}
#apDiv4 {
	position:static;
	left:588px;
	top:462px;
	width:280px;
	height:178px;
	z-index:2;
	overflow: auto;
	background-image: url(images/jjabb_temp_specials_24.png);
}
.style2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif}
	
.style3 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3f8241;
	font-weight:bold; }
	
.style4 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight:bold; }
	
a:link {
	color: #3f8241;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #3f8241;
}
a:active {
	color: #3f8241;
}


/* accordian */

.glossymenu{
margin: 0px 0;
padding: 0;
width: 116px; /*width of menu*/
border: 1px solid #888888;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: black url(images/glossyback.gif) repeat-x bottom left;
font: bold 12px Arial, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 0px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}


.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(images/glossyback2.gif) ;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid #888888;
}

.glossymenu div.submenu ul li a{
display: block;
font: bold 12px Arial, Helvetica, sans-serif;
color: #888888;
text-decoration: none;
padding: 4px 0;
padding-left: 0px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}
