/* Div containing the squares and the top navigation */
.top-nav {
	margin-top: 42px;
	margin-left: 19px;
	color: #4E4E4E;
	font-size: 12px;
	font-family: Arial;
}

.top-nav a {
	color: #4E4E4E;
	font-size: 12px;
	font-family: arial;
	text-decoration: none;
}

.top-nav a:hover {
	color: #FF0303;
	font-size: 12px;
	font-family: arial;
	text-decoration: none;
}


/* Left sidebar navigation NON ACTIVE*/
.product-nav {
	margin-left: 70px;
}

a.nav {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

a:hover.nav {
	color: #ff0000;
	font-weight: bold;
}

a.sub-nav {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

a.no-sub-nav {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #f33b00;
}

a:hover.sub-nav {
	color: #ff0000;
}

.prod-sub-nav {
	display: none;
}

li, ul {
	list-style-image: url(../pics/li.gif);
	margin: 0 0 0 12;
	padding: 0px;
}


/*Left Sidebar nav container with both top and bottom sidebar nav*/
.left-sidebar-nav {
	background: url(../pics/header/left-sidebar.png) 0 0 no-repeat;
	height: 479px;
}

.left-sidebar-nav-fixed {
	background: url(../pics/header/left-sidebar-fixed.png) 0 0 no-repeat;
	height: 386px;
}

/*Company Navigation in the right sidebar*/
.company-nav {
	text-align: right;
	line-height: 15px;
	margin-top: 235px;
	margin-right: 45px;
}

.company-nav-special {
	text-align: right;
	line-height: 15px;
	margin-top: 151px;
	margin-right: 45px;
}

.company-nav a, .company-nav-special a {
	color: #666666;
}

.company-nav a:hover, .company-nav-special a:hover {
	color: #000000;
}