/* time - DangerMouse

		11.18.09 _ 2.5 hrs
		11.23.09 _ 0.5 hrs
		
 */

* { margin: 0;padding: 0;}

#topNav {
	background-image: url(/images/MM_LOGO_MENU_8.gif);
	background-repeat: no-repeat;
	background-color: transparent;
/*	width: 620px;*/
/*	height: 118px;*/
	width: 800px;
	height: 118px;
	margin: 0 auto;
	
}

#navWrapper {padding-top: 65px;}

/* Basic code - don't modify */
 * {font-family: Helvetica, Arial, san-serif;}
#nav { 
	display: block; 
	padding: 0;
}

#topNav ul {
	padding-left: 65px;
}


#nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }

#nav .push {margin-left: 110px;}

/*#nav .push ul {padding-left: 185px;}*/

#nav a { display: block; }
#nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
* html #nav ul { line-height: 0; } /* IE6 "fix" */
#nav ul a { zoom: 1; } /* IE6/7 fix */
#nav ul li { float: none; }
#nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { width: 110px; }
#nav ul ul { left: 121px; }

/* Everything else is theming */
 
#nav { background-color: transparent; height: 24px; }
#nav *:hover { background-color: transparent; }
#nav a { color: white; font-size: 12px; padding: 5px; line-height: 1; text-decoration: none; }
  #nav li.hover a { background-color: #032766; }
  #nav ul { top: 25px; }
    #nav ul li a { background-color: #032766; }
      #nav ul li.hover > a { background-color: #b4b4b4; }
   #nav ul a { border-bottom: 1px dotted white; border-right: none; opacity: 0.9; filter: alpha(opacity=95); }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */


