/* graphical menu codes */

#topmenu ul {
	list-style: none;
    width: 746px;
	height:63px;
	padding:0;
	margin: 0 0 0 0px;
    position: absolute;
    top: 26px;
    right: 23px;
	overflow: hidden;
	background: url("/graphics/topfnav.gif") no-repeat;
    z-index: 5;
   }

#topmenu li {
   display: inline;
   position: absolute;
}


#topmenu li a{
    float: left;
    font-weight:bold;
	font-size:11px;
	font-family: Tahoma;
    line-height: 33px;
    white-space: nowrap;
   	text-transform: uppercase;
   	text-align:center;
	padding: 0 0 0 0;
	text-indent:830px;
	overflow:hidden;
	height:63px;
	display: block;
}

#topmenu li a:hover {
	color: #ffffff;
	}
a.on {
	color: #ffffff;
	}
	
#topmenu a {
	color: #ffffff;
	text-decoration: none;

}


.seasonings_off {
	background: url("/graphics/topnav.gif") 0 0px no-repeat;
	width:200px;
}

.seasonings_on {
	background: url("/graphics/topnav.gif") 0 -63px no-repeat;
}

.cseasonings_off {
	background: url("/graphics/topnav.gif") -200px 0 no-repeat;
	width:190px;
}

.cseasonings_on{
	background: url("/graphics/topnav.gif") -200px -63px no-repeat;
}

.tech_off {
	background: url("/graphics/topnav.gif") -390px 0 no-repeat;
	width:225px;
}

.tech_on{
	background: url("/graphics/topnav.gif") -390px -63px no-repeat;
}

.sales_off {
	background: url("/graphics/topnav.gif") -615px 0 no-repeat;
	width:131px;
}

.sales_on{
	background: url("/graphics/topnav.gif") -615px -63px no-repeat;
}





ul.dropdown {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	z-index:10000;
	position:relative;
	}

ul.dropdown li span {
	display: block;
	_display:inline-block;
	text-decoration: none;
	}

ul.dropdown li a {
	display: block;
	position: relative;
	_display:inline-block; /* so IE doesn't add space between elements */
	_width: 83%; /* makes block fill width in IE */
	padding: 6px 10px 6px 10px;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	border-bottom:1px solid black;

}


ul.dropdown li a:hover{
	color: #ffffff;
	background: #252424;
	text-decoration: none;
}


#seasonings_submenu {
	width:200px;
	padding: 5px 0;
	background: black;
	position: absolute;
	top: 195px;
	left: 278px;
	display: none;
	z-index:1000;
}

#tech_submenu {
	width:224px;
	padding: 5px 0;
	background: black;
	position: absolute;
	top: 195px;
	left: 667px;
	display: none;
	z-index:1000;
}
