/*
PROGRAM:     	Main nabvar Cascading Style Sheet
FILE:        	navheader.cpp
FUNCTION:		nab bar for the main page (define the common styles and the specific styles under page)
DESCRIPTION:	the main header styles
AUTHOR:			Dickson Komba [DK]- Programmer (Core Systems) ITD Finance
ENVIRONMENT:	Dreamweaver MX 2004
NOTES:			
REVISION:		1.00 09-03-2005		DK	First Release
*/
/* =======================================================================================================*/

#navheader{
	float:left;
	font:12px Arial, Helvetica, sans-serif;font-weight:bold;
	background-color:#00FF00;
	text-align:left;
	width:570px;
	padding: 0px;
	border-bottom: #000000 1px solid}
#navheader ul{
	line-height:25px;
	background:#eda;
	padding: 0px 0px 0px 3px;
	border-bottom:1px;
	margin:0px}
#navheader ul li{
	display:inline; 
	padding: 0px; 
	margin:0px -2px 0px 0px}
#navheader ul li a{
	color:#fff;
	text-decoration:none;
	padding:2px 4px 2px 4px; 
	text-alignment:center;
	border-width:1px; 
	border-color:#ffe #000 #000 #fff; 
	border-style:solid; 
	color:#000; 
	background:#996}
#navheader ul li a:active{
	background:f0e7d7;
	color:#800000;}
#navheader ul li a:hover,#navheader ul li active a:hover{
	color:#800000;
	background:transparent;
	border-color:#aaab9c #fff #fff #ccc}

