/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #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 li { float: none; }
    #nav ul ul { top: 0px; }
    
/* Essentials - configure this */

/*#nav ul { width: 135px; }*/
#nav ul ul { left: 191px;}

/* Everything else is theming */
 
#nav *:hover { background: none; }
#nav a {color: #5a0c0c; font-size: 12px; padding: 14px 0px 13px 0px; line-height: 1; width: 111px; text-align: center; text-decoration: none }
#nav ul li ul li a {padding: 9px 0px 10px 17px;}
 
  #nav li a.m1 {background: url(/images/m_1.jpg) 0% 0% no-repeat;}
  #nav li.hover a.m1 {background: url(/images/m_1act.jpg) 0% 0% no-repeat;}
  #nav li a.m2 {background: url(/images/m_2.jpg) 0% 0% no-repeat;}
  #nav li.hover a.m2 {background: url(/images/m_2act.jpg) 0% 0% no-repeat;}
  #nav li a.m3 {background: url(/images/m_3.jpg) 0% 0% no-repeat;}
  #nav li.hover a.m3 {background: url(/images/m_3act.jpg) 0% 0% no-repeat;}
  #nav li a.m4 {background: url(/images/m_4.jpg) 0% 0% no-repeat;}
  #nav li.hover a.m4 {background: url(/images/m_4act.jpg) 0% 0% no-repeat;}
  #nav li a.m5 {background: url(/images/m_5.jpg) 0% 0% no-repeat;}
  #nav li.hover a.m5 {background: url(/images/m_5act.jpg) 0% 0% no-repeat;}
  #nav li a.m6 {background: url(/images/m_6.jpg) 0% 0% no-repeat;}
  #nav li.hover a.m6 {background: url(/images/m_6act.jpg) 0% 0% no-repeat;}
  #nav li a.m7 {background: url(/images/m_7.jpg) 0% 0% no-repeat;}
  #nav li.hover a.m7 {background: url(/images/m_7act.jpg) 0% 0% no-repeat;}
  #nav li a.m8 {background: url(/images/m_8.jpg) 0% 0% no-repeat;}
  #nav li.hover a.m8 {background: url(/images/m_8act.jpg) 0% 0% no-repeat;}
  #nav li a.m9 {background: url(/images/m_9.jpg) 0% 0% no-repeat;}
  #nav li.hover a.m9 {background: url(/images/m_9act.jpg) 0% 0% no-repeat;}
  #nav li a.m10 {background: url(/images/m_10.jpg) 0% 0% no-repeat;}
  #nav li.hover a.m10 {background: url(/images/m_10act.jpg) 0% 0% no-repeat;}
  
  #nav ul {width: 190px}
   #nav ul li a { background: url(/images/li.gif) 0% 0% repeat-x !important; width: 173px; text-align: left; color: #410000 !important; padding-left: 17px;}
   #nav ul li.parent a {background: url(/images/li_parent.gif) 0% 0% repeat-x !important;}
   #nav ul a.hover { background: url(/images/li_act.gif) 0% 0% repeat-x !important; color: #e2e374 !important;}
   #nav ul li.parent a:hover, #nav ul li.parent a.hover  {background: url(/images/li_parent_act.gif) 0% 0% repeat-x !important; color: #e2e374 !important;}
   #nav ul li a.first { background: url(/images/li1.gif) 0% 0% repeat-x !important; width: 173px; text-align: left; color: #410000 !important;}
    #nav ul li.parent a.first {background: url(/images/li1_parent.gif) 0% 0% repeat-x !important; width: 173px; text-align: left; color: #410000 !important;}
   #nav ul a.first:hover { background: url(/images/li1_act.gif) 0% 0% repeat-x !important; color: #e2e374 !important}
   #nav ul a {border-right: none; }
   #nav ul li {margin-bottom: -1px !important}
	
#nav ul li ul li {height:32px;}
#nav ul li ul li a, #nav ul li.parent ul li a { background: url(/images/li.gif) 0% 0% repeat-x !important;}
#nav ul li ul li a:hover, #nav ul li.parent ul li a:hover {background: url(/images/li1_act.gif) 0% 0% repeat-x !important;}