#nav {
	background: #475FBE url(../image-files/nav.gif) repeat-x;
	border: solid 1px  #F60;
	clear:both;
	padding: 0 0 0 5px;
	margin-bottom: 2px;
	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
	border-radius: 5px;
}

#navMenu {
    margin:0;
    width:auto;
 }

  #navMenu ul {
    margin:0;
    padding:0;
    line-height:30px;
 }

  #navMenu li {
    margin:0;
    padding:0;
    list-style:none;
    float:left;
    position:relative;
    background: #E1FEBA url(../image-files/nav.gif) repeat-x;
 }
 
  #navMenu ul li a {
    text-align:center; 
    height:30px;
	padding: 0 17px;
    display:block;
    font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
    text-decoration:none;
    color:#000;
    text-shad:1px 1px 1px #000; 
 }
 
 #navMenu ul ul {
    position:absolute;
    visibility:hidden;
    top:30px;
	font-size: 12px;
 }
 
 #navMenu ul ul li a{
    width: 150px;
	padding: 0;
 }

  #navMenu ul li:hover ul {
    visibility:visible;
    z-index:9999; 
 }
 
body#home a.home,
body#intro a.intro,
body#origins a.origins,
body#regions a.regions,
body#books a.books, 
body#recipe a.recipe, 
body#meat a.meat,
body#fish a.fish,
body#veg a.veg, 
body#egg a.egg, 
body#ingre a.ingre, 
body#olives a.olives, 
body#oil a.oil,
body#ham a.ham, 
body#chorizo a.chorizo,
body#cheese a.cheese
{
	color: #FF0000;
}

body#paella a.paella, 
body#wine a.wine,
body#types a.types,
body#sherry a.sherry, 
body#sherrytypes a.sherrytypes, 
body#storing a.storing, 
body#lang a.lang, 
body#basics a.basics,
body#words a.words,
body#info a.info,
body#about a.about,
body#contact a.contact,
body#ad a.ad,
body#articles a.articles,
body#link a.link,
body#blog a.blog,
body#sitemap a.sitemap
{
	color: #FF0000;
}



  /**********************************************/

  /*sets top level hover color*/

  #navMenu li:hover {
   background: #FEFAC0 url(../image-files/nav2.gif) repeat-x;
 }

  /*sets link items hover color and background*/

  #navMenu ul li:hover ul li a:hover {
    background:#FEFAC0 url(../image-files/nav2.gif) repeat-x;
 }

  /* Changes text color on hover for main menu hover*/

  #navMenu a:hover {   
  color:#;
 } 
  
 /* Contains the Float */

 .clearFloat {
    clear:both; 
    margin:0;
    padding:0;
 }

 /* IE7 Display Fix */  
 
 #navmenu #holder ul li {

  display: inline;     
 
 }   
 
