﻿/* Basic code - don't modify */
 

 #myjquerymenu ul { display: block; margin: 0; padding: 0; position: relative; list-style-type: none;}
  #myjquerymenu ul li { display: inline; list-style-type: none; margin: 0; padding: 0; float: left; position: relative; font: normal 10px Tahoma; }
  #myjquerymenu ul a { display: block; font: normal 10px Tahoma; }
  #myjquerymenu ul ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #myjquerymenu ul ul { line-height: 0; } /* IE6 "fix" */
  	#myjquerymenu ul ul a { zoom: 1; } /* IE6/7 fix */
    #myjquerymenu ul ul li { float: none; margin:0; padding:0; border:0; }
    #myjquerymenu ul ul ul { top: 0; }
    
/* Essentials - configure this */

#myjquerymenu ul ul { width: 200px; }
#myjquerymenu ul ul ul { left: 200px; }

/* Everything else is theming */
#myjquerymenu ul li ul li a:hover{ /*sub menus hover style*/
background: #ff5050;
color:white;
}
 
#myjquerymenu ul { height: 30px;}
#myjquerymenu ul *:hover { background-color: none; }
#myjquerymenu ul a { color: white; font-size: 10px;font-family:Tahoma; padding: 6px; line-height: 1; }
/*  #myjquerymenu ul li.hover a { background-color: #fc3232; }*/
  #myjquerymenu ul ul { top: 28px; }
    #myjquerymenu ul ul li a { background-color: #fc3232; }
      #myjquerymenu ul ul a.hover { background-color: #fc3232; }
/* #myjquerymenu ul ul a { border-bottom: none; } - I also needed this for IE6/7 */


