﻿/* EPS - CSS Document */
/*START OF NAVIGATION*/
div#navbar  {
	color: #ffffff;
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	display: block;
	width: 981px;
	height: 38px;
	float: left;
	background-image: url(../img/eps-menu-off.jpg);
	background-repeat:repeat;
	position: relative;}
		
#navbar ul {
	float:left;
	width:981px;
	list-style-type:none;
	position:relative;
	height: 41px;}
	
#navbar li {
	display:inline;
	text-align: center;
	height: 41px;
	width:auto;
	padding-top: 0px;}

#navbar a { 
	color: white;
	text-decoration: none; 
	padding: 10px 0px 0px 0px; 
	width: 195px;
	float: left;
	text-align: center;
	height: 31px;
	text-align:center;
	font-weight:bold;}

#navbar a:hover {
	text-decoration: none;
	padding: 10px 0px 0px 0px;
	width: 195px;
	float: left;
	text-align: center;
	height: 31px;
	text-align:center;
	border-bottom:0px solid #ff9933;
	font-weight:bold;}

/**HOME**/
#navbar li a.homeactive{
	color: #ffffff;
	height: 41px;
	font-weight:bold;
	border-bottom:0px solid #000000;
	border-left: 0px solid white;}
	
#navbar  a.homeactive{
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px 0px 0px 0px;
	width: 195px;
	float: left;
	text-align: center;
	height: 31px;
	text-align:center;
	background-image:url(../img/eps-menu-on.jpg);
	background-repeat:repeat-x;}

#navbar li a.homeactive1{
	color: #ffffff;
	height: 41px;
	font-weight:bold;
	border-bottom:0px solid #000000;
	border-left: 0px solid white;}
	
#navbar  a.homeactive1{
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px 0px 0px 0px; 
	width: 195px;
	float: left;
	text-align: center;
	height: 31px;
	text-align:center; }
