

/* CSS Document - all things menu*/

/*location of menu*/
div.menu
{
	float:left;
	width:161px;
	margin-top:-75px;
	
	margin-left:27px;}

/*provides background for open menu*/
div.openMenu
{
	width:161px;
	background-image:url(images/menu/menutile.jpg); 
	background-repeat:repeat-y;
	z-index:4;
	float:left;

}

div.closedMenu
{
	width:161px;
	z-index:4;
	float:left;
}

/*offset for menu bottom*/
img.menuFooter
{
	margin-top:-15px;
	float:left;
	
		
}

div.mainMenuItem
{
	width:161px;
	float:left;
	z-index:4;
	
	background-image:url(images/menu/menu-tile.jpg);background-repeat:repeat-y;	
}

div.mainMenuItem#search
{
	}


div.submenu1
{
	float:left;
	margin-left:33px;
	margin-bottom:5px;
	z-index:4;
	font:13px arial;
	font-weight: bold;
	color:#FFFFFF;
	
		
}

/*second tier of the menu - fixture types: pendant, wall mount, etc
does not open and close with click*/
a.submenu1
{
	font:13px arial;
	font-weight: bold;
	color:#FFFFFF;
	cursor:pointer;
	z-index:4;	
}

a.submenu2
{
	font:13px arial;
	margin-left:5px;
	display:block;
	color:#FFFFFF;
	cursor:pointer;
	z-index:4;	
}

/*4th tier - series names: amalon, bosajin...*/
a.submenu3
{
	font:11px arial;
	margin-left: 20px;
	display:block;
	color:#FFFFFF;
	cursor:pointer;
	z-index:4;	
}

a.submenu3Open
{
	font:12px arial;
	font-weight:bold;
	margin-left: 20px;
	display:block;
	color:#FFFFFF;
	cursor:pointer;
	z-index:4;	
}


.hide
{
	display: none;
}

.show
{
	display:block;
	z-index:4;
}

/*****search menu item******/

.search
{
	float:left;
	font:17px arial;
	z-index:4;
	color:white;
	margin-bottom:-52px;
	top:-52px;
	
	margin-left:25px;}

.searchField
{
	font:17px arial;
	background-color:#666666;
	width:108px;
	color:white;
	z-index:4;
	border-style:groove;
	border-color:#4e4e4e;
	z-index:4;
	
	
}


