.navbar{
	width:675px;
	height:25px;
	z-index:2;
	color: #000000;  
	background-color: #F9F9E5;   /* Background of the Navigation Bar */
	margin-left: auto ;
	margin-right: auto ;
	text-align: center; /* for IE */
	}
	
.navbar ul{
	padding: 0;
	list-style-type: none;
	text-align: center;
	color: #000000;  /* color of text in the list */
	margin-left: auto ;
	margin-right: auto ;
}

.navbar li{
	display: inline;
	margin: 0;
	font-family: Verdana, sans-serif;	/* Navigation main menu fonts */
	font-size: 12px;					/* Navigation main menu fonts */
	font-style: normal;					/* Navigation main menu fonts */
	font-weight: bold;					/* Navigation main menu fonts */
}

.navbar li a{
	text-decoration: none;
	padding: .5em 2em;   	/*  This is padding around the navbar links, first number is */
	/* above/below test, second is right/left of text */
	color: #000000;   		/* Color of text for Href links on navigation Bar */
}

.navbar li a:visited{
color: #000000;  /* Color of Navigation menu that have drop downs below them.*/
}

.navbar li a:hover, .navbar li.selected a{
	background-color: #CC99CC;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenujump{
position:absolute;
top: 0;
border: 1px solid #000000; /*THEME CHANGE HERE, Outside horizontal boarder of dropdown list */
border-width: 0 1px;
/* font:normal 12px Verdana, sans-serif;   /* This text in the dropdown list */
	font-family: Verdana, sans-serif;	/* This text in the dropdown list */
	font-size: 12px;					/* This text in the dropdown list */
	font-style: normal;					/* This text in the dropdown list */
	font-weight: bold;					/* This text in the dropdown list */
line-height:8px;
z-index:100;
background-color: #CC99CC; /* Background color of the  drop down list */
width: 100px;
visibility: hidden;
}


.dropmenujump a{
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #000000; /*THEME CHANGE HERE, boarder lines on the drop down list */
	border-bottom-width: 1px;
	padding: 8px 0;  /* vertical height of drop down list*/
	text-decoration: none;
	color: #000000;  /* Color of text on drop down list */
}

* html .dropmenujump a{ /*IE only hack*/
width: 100%;
}

.dropmenujump a:hover{ /*THEME CHANGE HERE, color change as scroll over dropdown items*/
background-color: #F9F9E5;
}


/* 
.navigation {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: compact;
	padding: 16px;
	width: 140px;
}
.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background: #CC99CC;
	display: compact;
	padding: 16px;
	width: 140px;
}
*/

