@charset "UTF-8";
/* CSS Document */



/* #TopNavBar*/

div.NavButtonBar
	{
		background-color: #000066;
		color: #FFFFCC;
		text-align: center;
		margin: 0;
		clear: both;
		font-size: 100%;
		font-family: "Times New Roman", serif;
		font-weight: bold;
		border: 1px solid #000033;
		padding-top: /*4px*/ 0;
	}
	
	
#MiddleButton
{
min-width:180px;
}


.NavButton 
	{
		background-color: #000066;
		color: #FFFFCC;
		
		padding-right: 16px;
		padding-left: 16px;	
		
		border-style: solid;
		border-left-color: #999999;
		border-top-color: #999999;
		border-right-color: #000033;
		border-bottom-color: #000033;
		border-width: 2px;
		cursor: pointer;
		/*min-width: 10em;*/ /*This affects the length of all the buttons - want it for centre button. OBS It doesnit affect buttons that are down. suggwstion give it #centre dvs id=centre.*/
		 
	}

.NavButtonUp 
	{
		background-color: #EEEEEE;
		color: #000066;
		
		padding-right: 16px;
		padding-left: 16px;

		border-style: solid;
		border-left-color: #999999;
		border-top-color: #999999;
		border-right-color: #000033;
		border-bottom-color: #000033;
		border-width: 2px;
		cursor: pointer;
	}

.NavButtonDown 
	{
		background-color: #EEEEEE;
		color: #000066;
		
		padding-right: 16px;
		padding-left: 16px;

		border-style: solid;
		border-left-color: #999999;
		border-top-color: #999999;
		border-right-color: #000033;
		border-bottom-color: #000033;
		border-width: 2px;
		cursor: pointer;
	}