/* CSS Document */


div.navi {
width: 100%;
background: #525252 url(bkgr.gif);
border: solid 1px #000000;
z-index: 100;
}
	

	div.navi a {
	color: #fff000;
	}


.categories {
text-decoration: none;
font-family: Times, New Roman;
font-size: 160%;
display: block;
padding: 5px;
float: left;
padding-left: 34px;
padding-right: 16px;
border-right: 1px solid #000000;
background: url(arrow2.gif) no-repeat 12px 8px;
}


div.sub_menu {
position: absolute;
top: 0px; 
left: 0px;
z-index: 100; 
visibility: hidden;
width: 340px;
}


	div.sub_menu a {
	font-family: Times, New Roman;
	font-size: 120%;
	border: #000000 1px solid;
	border-bottom: none;
	z-index: 100;
	display: block;
	width: 100%;
	padding-left: 26px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #000000;
	white-space: nowrap;
	background: #ffffff url(arrow3.gif) no-repeat 6px 7px;
	text-decoration: none;
	}
		
		div.sub_menu a.bottomCELL {
		border-bottom: 2px solid #000000;
		}

	div.sub_menu a:hover {
	color: #000000;
	background: #b5caff url(arrow3.gif) no-repeat 9px 7px;
	}