<!--
/* Top navigation */
table#p-mainnav{
	margin:auto;
	background-color:transparent;
	font-size:90%;
}

table#p-mainnav td{
	height:29px;
	background-color:transparent;
 	text-align:center;
	vertical-align:middle;
}

td.p-mainnav-leftcorner{
	background: url(/includes/menu/left_corner.jpg) no-repeat left top;
	background-color:#ffffff;
	height:29px;
	width:5px;
	line-height:15px;
}

td.p-mainnav-rightcorner{
	background: url(/includes/menu/right_corner.jpg) no-repeat right top;
	background-color:#ffffff;
	height:29px;
	width:5px;
	line-height:15px;
}

td.p-mainnav{
	background-color:#ffffff;
	text-align:center;
	width:760px;
	height:29px;
	background: url(/includes/menu/menu_back.jpg) repeat-x;
	background-color:transparent;
}

table#p-mainnav td.navbutton{
	background-color:transparent;
	color:#fff;
	font-weight: normal;
	font-family:Arial, sans-serif;
	font-size:13px;
	background-repeat:repeat-x;
	background-position:center;
	cursor:pointer;
	cursor:hand; /* IE5 fix */	
}

table#p-mainnav td.mainnavsep{
	line-height:0px;
	width:1px;
	height:29px;
	vertical-align: top;
	background-image:url(/includes/menu/menu_back.jpg);
	background-repeat:no-repeat;
}

table#p-mainnav div{
	padding-top:5px;
	padding-bottom:6px;
}

table#p-mainnav #aboutbutton{padding-left:12px;padding-right:12px;}
table#p-mainnav #consumerbutton{padding-left:12px;padding-right:12px;}
table#p-mainnav #medicalbutton{padding-left:12px;padding-right:12px;}
table#p-mainnav #semibutton{padding-left:12px;padding-right:12px;}
table#p-mainnav #lightingbutton{padding-left:12px;padding-right:12px;}

#p-mainnavoverlay-left{width:5px;}
#p-mainnavoverlay-right{width:5px;}

table#p-mainnav td.abouton{

	font-family:Arial, sans-serif;
	font-size:13px;
	color:#fff;
	font-weight: normal;
	background-image:url(/includes/menu/bg_on.jpg);
	background-repeat:repeat-x;
	cursor:pointer;
	cursor:hand; /* IE5 fix */
}

table#p-mainnav td.consumeron{

	font-family:Arial, sans-serif;
	font-size:13px;
	color:#fff;
	font-weight: normal;
	background-image:url(/includes/menu/bg_on.jpg);
	background-repeat:repeat-x;
	cursor:pointer;
	cursor:hand; /* IE5 fix */
}

table#p-mainnav td.lightingon{

	font-family:Arial, sans-serif;
	font-size:13px;
	color:#fff;
	font-weight: normal;
	background-image:url(/includes/menu/bg_on.jpg);
	background-repeat:repeat-x;
	cursor:pointer;
	cursor:hand; /* IE5 fix */
}

table#p-mainnav td.medicalon{
	
	font-family:Arial, sans-serif;
	font-size:13px;
	color:#fff;
	font-weight: normal;
	background-image:url(/includes/menu/bg_on.jpg);
	background-repeat:repeat-x;
	cursor:pointer;
	cursor:hand; /* IE5 fix */
}

table#p-mainnav td.semion{

	font-family:Arial, sans-serif;
	font-size:13px;
	color:#fff;
	font-weight: normal;
	background-image:url(/includes/menu/bg_on.jpg);
	background-repeat:repeat-x;
	cursor:pointer;
	cursor:hand; /* IE5 fix */
}

/* drop down styles */
div.p-mainnavDD{
	position:absolute;
	top:100px;
 	visibility:hidden;
	background-color:transparent;
	z-index:1;
	margin-left:2px;
	margin-right:2px;
	
}

table.p-dropdown{
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif; /* Needed for Netscape 6.2 */
	font-size:80%;
}

table.p-dropdown table td{
	
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
	border-top:0px;
	
}

td.p-mainnavDD-spacer{
	background-color:transparent;	
}

td.dd-inactiveItem{
	line-height:20px;
	text-align:left;	
	height:18px;
	color:#FFF;
	font-weight:normal;
	padding-left:5px;
	padding-right:5px;
	background-color:#3D9BDF;
	cursor:pointer;
	cursor:hand; /* IE5 Fix */
}

td.dd-activeItem{
	line-height:20px;
	text-align:left;	
	font-weight:normal;
	height:18px;
	color:#FFF;
	padding-left:5px;
	padding-right:5px;
	background-color:#1977BD;
	cursor:pointer;
	cursor:hand; /* IE5 Fix */
}

table#p-mainnav div.p-navelement{
	position:relative;
	bottom:0px;
	z-index:2;
	cursor: pointer;
}
-->
