
/* -navigation bar link style
-------------------------------------*/
.horizontalcssmenu ul li a.headerbg:link { font-weight: bold; color: #ffffff !important; }
.horizontalcssmenu ul li a.headerbg:visited { font-weight: bold; color: #ffffff !important; }
.horizontalcssmenu ul li a.headerbg:active { font-weight: bold; color: #ffffff !important; }
.horizontalcssmenu ul li a.headerbg:hover { font-weight: bold; color: #ffffff !important; }






.bodylink :link { color: #666666 !important; }
.bodylink :visited { color: #999999 !important; }
.bodylink :active { color: #666666 !important; }
.bodylink :hover { color: #999999 !important; }





.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;


}

.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;


}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 118px; /*Width of top level menu link items*/
_width:132px;
padding: 8px 6px;
border: 1px solid #202020;
border-left-width: 0;
text-decoration: none;
background: url(http://images.luzernsolutions.com/Alan/luzerntech/menubg.gif) center center repeat-x;
color: white;
font: bold 12px Verdana;
text-align: center;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 160px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px 5px;
background: url(http://images.luzernsolutions.com/Alan/luzerntech/menubg.gif) center center repeat-x;
border-width: 0 1px 1px 1px;
}

.horizontalcssmenu ul li a:hover{
background: url(http://images.luzernsolutions.com/Alan/luzerntech/menubgover.gif) center center repeat-x;
}

.horizontalcssmenu ul li ul li a:hover{
background: url(http://images.luzernsolutions.com/Alan/luzerntech/menubgover.gif) center center repeat-x;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(http://www.luzerntech.com/menuarrow.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */



/* Footer */
/* ================== */

#footer {
	margin: 0 0 20px 0;
	font-family: Verdana;
	font-size: 9px;
	clear: both;
	border-top: 1px solid #CFC9C4;
	border-bottom: 1px solid #CFC9C4;
	background: transparent url(http://images.luzernsolutions.com/Alan/luzerntech/footer_bg.gif) 0 0 repeat-x;
	
}

#footer a {
	text-decoration: none;
	color: #4d4d4d;
}

#footer ul {
	width: 685px;
	margin: 0 auto;
	padding: 8px 0;
	text-align: center;
}

#footer ul li {
	display: inline;
	list-style: none;
	text-transform: uppercase;
	border-right: 1px solid #dbd6d3;
	padding-right: 15px;
	margin-right: 15px;
}

#footer ul li.last {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
	width: auto;
}

#footer ul li a:hover {
	text-decoration: underline;
}

p#copyright {
	clear: both;
	text-align: center;
	padding-bottom: 20px;
	color: #7a7a7a;
	font-size: 9px;
	font-family: Verdana;
}

/* ================== */

.searchtxt { font-weight: bold; color: #000000 font-size: 14px }
.searchtxt:link { font-weight: normal; color: #000000; font-size: 14px }
.searchtxt:hover  { font-weight: normal; color: #000000; font-size: 14px }
.searchtxt:visited  { font-weight: normal; color: #000000; font-size: 14px }
.searchtxt:active  { font-weight: normal; color: #000000; font-size: 14px }

.topbar {display: none; }
.topbar table {display: none; }
.categorybg {display: none; }
.caton {display: none; }
.catoff {display: none; }
.catdiv { display: none; }
.catalogtitle { display: none; }
.cattitlebg { display: none; }





