





/*------------------------------------------*/
/* Deisgn the shape of the main div set */
/*------------------------------------------*/
#navheader
{
    padding: 0;
    border-top: 2px solid;
    border-color: inherit;
	text-align: center;
}
/*------------------------------------------*/




/*------------------------------------------*/
/* Design the hover highlight over the links */
/*------------------------------------------*/
#navheader a {
    text-decoration: none;
    font-size: 8pt;
    /*COLOURS -----------------------------------*/
    color: white;
}



/*------------------------------------------*/
#navheader li ul li a
{
	margin: 0;
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
	/*WIDTH ------------------------------------------*/
	/*left: -16px;
	position: relative;
	border: 1px solid red;*/
	color: white;
	width: 90px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	position: static;
	left: 0;
	border: none;
	width: 100%;
}
/*------------------------------------------*/





/*------------------------------------------*/
/* control over second highlight */
/*------------------------------------------*/
#navheader li li a:hover
{
    /*HOVER COLOURS -----------------------------------*/
   background-color: rgb(159, 193, 184);
   background-color: rgb(220, 193, 159)
}
/*------------------------------------------*/





/*------------------------------------------*/
/* For firefox*/
/*------------------------------------------*/
li>ul {
    top: auto;
    left: auto;
}
/*------------------------------------------*/





/*------------------------------------------*/
/* Design the li and ul forms */
/*------------------------------------------*/
#navheader li li {
    display: block;
    float: none;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
	left: 0px;
	/*WIDTH HACK ------------------------------------------*/
	width: 20px;	
	/*Get Link in correct position -------------------------*/
	position: relative;
	left: -16px;
	border: 1px solid white;
	voice-family: "\"}\""; 
	voice-family:inherit;
    width: 100px;
	border:none;
	position: static; 
	left: 0;
}



/*------------------------------------------*/
/*Second list section that drops down */
 li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: -1px;
    font-weight: normal;
    border: solid 1px;
    padding: 0;
    margin: 0;
    /*COLOURS -----------------------------------*/
    background-color: rgb(169, 135, 113);
    border-color: white;
	/*WIDTH HACK ------------------------------------------;*/
	width: 100px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 100%;
}
/*------------------------------------------*/
#navheader ul {
    list-style: none;
    padding: 0;
    margin: 0;
	
}


/*------------------------------------------*/
li {
    float: left;
    position: relative;
    text-align: left;
    border-right: solid;
    border-top: solid;
    border-bottom: solid;
    border-width: 1px ;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 0;
	/*COLOURS -----------------------------------*/
    background-color: rgb(169, 135, 113);
    /*border-color: rgb(159, 193, 184); */
	border-color: white;
	/*WIDTH HACK ------------------------------------------*/
	width: 110px; 
	voice-family: "\"}\""; 
	voice-family:inherit;
    width: 100px;
}
/*------------------------------------------*/
#navheader li#first {

}
/*------------------------------------------*/
#navheader li#last {
    border-right: 0;
	/*WIDTH ------------------------------------------*/
	width: 114px;
}
/*------------------------------------------*/

#navheader ul
{
color: white;
}


/*------------------------------------------*/
/* Cause the movements */
/*------------------------------------------*/
li:hover ul, li.over ul {
    display: block;
}
/*------------------------------------------*/
li:hover, li.over
{
    /*HOVER COLOURS -----------------------------------*/
    background-color: rgb(159, 193, 184);
	background-color: rgb(220, 193, 159);
}
/*------------------------------------------*/




/*------------------------------------------*/
/* Extra touches  */
/*------------------------------------------*/
#navheader .image {
    float: left;
    padding: 0;
    margin:0;
    display: block;
}

#navheader img
{
    display: block;
	width: 790px;
}
/*------------------------------------------*/
