﻿/*-----------HEADER NAVIGATION*/
#header_nav {
	font-size: 12px;
	line-height: normal;
	width: 930px;
	z-index: 15;
	float: right;
	border-width: 0;
	display: block;
	white-space: nowrap;
}
#header_nav ul {
	margin: 0;
	padding: 10px 10px 0;
	border-width: 0;
	list-style: none;
}
#header_nav li {
	float: right; /* background:url(images/nav_over_left.png) no-repeat left top; */;
	background: no-repeat left top;
	margin: 0;
	padding: 0 0 0 5px;
	border-width: 0;
}

#header_nav a {
	float: right;
	display: block; /*   background:url(images/nav_over_right.png) no-repeat right top; */;
	background: no-repeat right top;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	border-width: 0;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header_nav a {
	float: none;
	border-width: 0;
}
/* End IE5-Mac hack */
#header_nav a:hover {
	color: #ededed;
	border-width: 0;
}
#header_nav #current {
	background-image: url("../images/nav_norm_left.png");
	border-width: 0;
}

#header_nav #current a  {
	background-image: url("../images/nav_norm_right.png");
	color: #333;
	border-width: 0;	
}

#header_nav #current, img {
behavior: url("../iepngfix.htc");
}


/*----------FOOTER NAVIGATION*/
#footer_nav {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	float: right;
	border-width: 0;
}
#footer_nav a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	margin-right: 15px;
	border-width: 0;
}
#footer_nav a:hover {
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px dotted white;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
}
a {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
	border-bottom: 1px dotted #FF9900;
}
a div.itembox1, div.itembox2, div.itembox3, div.itembox4 {
	color: black;
	text-decoration: none;
}

