#nav, #nav ul { /* all lists */
   padding: 0;
   margin: 0;
   list-style: none;
   float : left;
   width : 222px;
}

#nav li { /* all list items */
   position : relative;
   list-style-type: none;
   float : left;
   line-height : 1.25em;
   margin: 0;
   padding: 0;
   background: transparent url(/image/nav_bg.gif) bottom left repeat-x;
   width: 100%;
}

#nav li ul { /* second-level lists */
   margin: 0;
   padding: 0 0 7px 0;
   margin-left : 10px;
   list-style-image: none;
}

#nav li a {
   display : block;
   width: 193px;
   color: #201C5A;
   text-decoration : none;
   font-weight: bold;
   padding: 5px 0 12px 25px;
}
#nav li a.b1 {
   background: transparent url(/image/bullet_green.gif) top left no-repeat;
}
#nav li a.b2 {
   background: transparent url(/image/bullet_blue.gif) top left no-repeat;
}
#nav li a.b3 {
   background: transparent url(/image/bullet_purple.gif) top left no-repeat;
}

#nav li a:hover {
   text-decoration: underline;
}

#nav li ul { /* second-level lists */
   margin: -5px 0 0 0;
   padding-left : 30px;
   list-style-image: none;
   width : 192px;
}
#nav li ul li { /* second-level lists */
   background: transparent url(/image/dots_small.gif) top left repeat-x;
}
#nav li ul li a { /* second-level list links */
   background-image: none;
   padding: 5px 0 5px 0;
   font-weight: normal;
}


#navEnd {
   clear: left;
}
/* Fix for sticking menu in ie7 */

#nav li:hover, #nav li.hover {
    position: static;
}

