@charset "utf-8";
/* CSS Document */
/*--------------Vertical Navigation ----------------*/
 
#navigation{
	width: 100%;
	display:block;
			
}
#navigation ul {
	margin: 10px 2px 0px 0px;
	padding:0;
	list-style-type: none;
	text-align: center;
}
#navigation ul li{
	display: block;
	height:80px;
	text-align: center;
	margin: 0;
	border-style: none;
 	 
	
}
#navigation ul li a{
	text-decoration:none;
	color: #FFFFFF;
	height: 80px;
	display:block;
	background: url(images/resbtn.png) no-repeat center center;
	text-align: center;
}


#navigation li#active a {
	color:#07257D;
	text-transform: uppercase;
 	text-decoration: none;
	display:block;
}
 
 
#navigation a:hover {
	color:#FFCC00;
	background: url(file:///C|/BCS%20Web%20sites/BCS%20Web%20sites/BCS%20Websites%202009/Paradise%20Electric/images/hvrbtn.png) no-repeat center center;
	text-align: center;
	display: block;
	height: 45px;
	font-weight: bold;
}

/*--------------Horizontal Navigation ----------------*/
 
#navbar{
	width: 100%;
	height: 80px;
	padding: 0;
	border: 0;
	background: #FFFFFF;
	display: block;	 
}
#navbar ul {
	border: 0;
	margin: 0px 1px 0px 2px;
	padding: 0 0 0px;
	list-style-type: none;
	text-align: center;
}
#navbar ul li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

#navbar ul li a {
	width: 120px;
	height: 75px;
	padding: 0;
	text-decoration: none;
	display: block;
	text-align: left;
	background: url(images/btnimage.png) no-repeat 5px center;
	color: #00CC00;
	font: bold normal 16px/80px Geneva, Arial, Helvetica, sans-serif;
	text-indent: 25px;
	margin-right: 0px;
	margin-left: 5px;
}

#navbar ul li a:hover {
	background: url(images/hvrbtnimage.png) no-repeat 5px center;
	display: block;
	height: 75px;
	width: 120px;
	color: #000000;
	text-align: left;
	text-indent: 25px;
}

#navbar a:active {
	color: #000;
}
#navbar li#active a {
}

