
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #000;
}

.lbLoading {
	background: #fff url(site_images/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}
#lbImage {
	background-color: #000;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight:bold;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
	background: #fff;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background:url(site_images/closelabel.gif) transparent  no-repeat center;
	margin: 5px 0;
}
.golarge {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#666666;
	font-weight:bold;
	}

h5{ margin:0; padding:0; background:#000;}		
.new{color:#000; background:#FFD835; display:block; padding:10px;}	
.new1{color:#FFD835;}		
.categoryitems{display: none}	
	
.arrowlistmenu{
text-align:left;
width: 190px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px Arial;
color: #ffd835;
 /*bottom spacing between header and rest of content*/
padding:10px; /*header text is indented 10px*/

cursor: hand;
cursor: pointer; background:url(site_images/left1bg.gif) repeat-x; display:block;
}
.arrowlistmenu .menuheader:hover{background:url(site_images/left1bgh.gif) repeat-x; display:block;}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
 border-bottom:1px solid #FF9900;
color: #fff;
}

.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{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color:#333333;
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #fff;
background-color: #000;
 border-bottom:1px solid #FF9900;
}	
	
	