/*navigation style sheet for hawkins coffee*/



#logo
/*container for logo and flash bar*/
{
	width: 150px;
	margin-left: auto; margin-right: auto;
	float: left;
}

#map
/*map image*/
{
    float: left; 
    margin-left: 25px; 
    margin-top: 10px;
}

#flash
/*Flash banner container*/
{
	padding: 0px; 
	padding-left: 0px;
	float: left;
    margin-top: 10px; 
}

#logo_flash_wrapper
/*wrapper to centre logo and flash banner*/
{
	width: 790px;
	margin: 0px auto; 
}

#nav_bar
/*navigation bar and main style*/
{
	margin-top: 10px; 
	color: #fff;
	font-size: 11pt;
	height: 30px; 
	background-image: url( ../images/menu_bar.jpg );
}

#nav
/*centred navigation elements*/
{
	width: 790px;
	margin-left: auto; margin-right: auto; 
	height: 30px; 
}

#nav ul
{
	padding: 0px; 
	margin: 0px; 
}

#nav ul ul
{
    visibility: hidden;   
    position: absolute;
    z-index: 1000;
}

#nav li
/*style for navigation list (menu elements)*/
{
	list-style-type: none;
	float: left;
	border-left: 1px solid #fff;
	height: 30px; 
	width: 195px;
	text-align: center;
	line-height: 2em;	
}

#nav li li
{
    float: none; 
    border: none;
    border-bottom: 1px solid #fff;
    background-color: #694632;
}

#nav li:hover
{
	background-image: url( ../images/nav_hover.jpg );
}

#nav ul li:hover ul
{
    visibility: visible; 
}

#nav a:hover,
#nav a:visited,
#nav a:link{ text-decoration: none; color: #fff; display: block; border: none; width: 195px; height: 30px; }

/* ========================================  Orange Navigation =========================================*/

#nav_bar_orange
/*navigation bar and main style*/
{
	margin-top: 10px; 
	color: #BB1B23;
	font-size: 11pt;
	height: 30px; 
	background-image: url( ../images/menu_bar_orange.jpg );
}

#nav_orange
/*centred navigation elements*/
{
	width: 790px;
	margin-left: auto; margin-right: auto; 
	height: 30px; 
}

#nav_orange ul
{
	padding: 0px; 
	margin: 0px; 
}

#nav_orange li
/*style for navigation list (menu elements)*/
{
	list-style-type: none;
	float: left;
	border-left: 1px solid #fff;
	height: 30px; 
	width: 195px;
	text-align: center;
	line-height: 2em;	
}

#nav_orange li li
{
    float: none; 
    border: none;
    border-bottom: 1px solid #fff;
    background-color: #f6aa48;
}

#nav_orange ul ul
{
    visibility: hidden;   
    position: absolute;
}



#nav_orange li:hover
{
	background-image: url( ../images/nav_hover_orange.jpg );
}

#nav_orange ul li:hover ul
{
    visibility: visible; 
}

#nav_orange a:hover,
#nav_orange a:visited,
#nav_orange a:link{ text-decoration: none; color: #fff; display: block; width: 195px; height: 30px; }
