/* Sub Navigation*/

div#subnav {
	float: right;
	width: 450px;
	height: 20px;
	text-align:right;
	}

#subnav ul {
	padding: 2px 4px 2px 0px;
	margin: 0;
	color: White;
	width: 450px;
	height: 20px;
	font-family: arial, helvetica, sans-serif;
	background: url(../images/subnav_back.gif) repeat-y;
	}

#subnav ul li { display: inline; }

#subnav ul li a {
	font-weight: normal;
	font-size: 11px;
	padding: 1px 20px 2px 18px;	
	color: #333;
	text-decoration: none;
	}

#subnav #contactus a {background:url(../images/icon_contact.gif) no-repeat;}
#subnav #customersupport a {background:url(../images/icon_customersupport.gif) no-repeat;}
#subnav #userforum a {background:url(../images/icon_userforum.gif) no-repeat;}
#subnav #press a {background:url(../images/icon_press.gif) no-repeat;}

#subnav ul a:hover {
	text-decoration: underline;
	}
	
	
/* Top Navigation*/

#mainnav {
	position: relative;
	width:929px;
	height: 40px;
	font-size:14px;
	margin: 0;
	line-height:27px;
}

#mainnav ul {
	margin:0;
	padding:3px 10px 10px 28px;
}

#mainnav li {
	float:left;
	background:url("../images/left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0px 9px;
	list-style:none;	
}

#mainnav a {
	float:left;		
	display:block;
	background:url("../images/right.gif") no-repeat right top;
	padding:5px 20px 4px 10px;
	text-decoration:none;
	font-weight:normal;
	color:#fff;
}


/* Commented Backslash Hack hides rule from IE5-Mac \*/
#mainnav a {float:none;}
/* End IE5-Mac hack */


#mainnav a:hover {
	background-image:url("../images/right_hover.gif");
}

#mainnav #display {
	background-image:url("../images/left_on.gif");
	border-width:0;
}
#mainnav #display a {
	background-image:url("../images/right_on.gif");
	color:#fff;
	padding-bottom:5px;
}

/* 2nd Level Navigation*/

#products2 {
	position: relative;
	background: #005082 url(../images/headers/products.jpg) no-repeat;
	width: 900px;
	height: 121px;	
	}

#nav2 {
	position: relative;
	width:900px;
	height: 121px;
	font-size:13px;
	margin: 0;
	padding: 83px 0 0 5px;
	line-height:32px;
}

#nav2 ul {
	margin:0;
	padding:3px 10px 10px 28px;
}

#nav2 li {
	float:left;
	background:url("../images/subnav_left_off.gif") no-repeat left top;
	margin:0;
	padding:0 0 0px 9px;
	list-style: none;	
}

#nav2 a {
	float:left;		
	display:block;
	background:url("../images/subnav_right_off.gif") no-repeat right top;
	padding:5px 20px 4px 10px;
	text-decoration:none;
	font-weight:normal;
	color:#fff;
}


/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav2 a {float:none;}
/* End IE5-Mac hack */


#nav2 #display {
	background-image:url("../images/subnav_left_on.gif");
	border-width:0;
}
#nav2 #display a {
	background-image:url("../images/subnav_right_on.gif");
	color:#333;
	font-weight:bold;	
	padding-bottom:5px;
}
