@charset "utf-8";
/* CSS Document*/
/*define menu*/

/*  original
.menu {background:#03689b;}
.menu ul li  { background-color: #edf7ff; background-image: 
               url('menu_arrow_bg.gif'); 
               background-repeat: no-repeat; background-attachment: scroll; 
               border-top: 1px solid #83abc5; background-position: -1px -100px }
.menu ul ul .b_top {border-top:1px solid #A6A6A6;border-right:2px solid #A6A6A6;}
.menu a, .menu a:visited {color:#000; }
.menu ul li a{color:#000;}
.menu a:hover {color:#e47911; }
.menu ul ul li a, .menu ul ul li a:visited {color:#004b91;}
.menu ul ul li a:hover {color:#e47911;}
.menu ul ul :hover > a {color:#e47911;}

* html .menu a:hover { color: #000; background-color: #fff; background-image: 
               url('menu_arrow_bg.gif'); 
               background-repeat: no-repeat; background-attachment: scroll; 
               background-position: -1px -130px }
.menu :hover > a { color: #000; background-color: #fff; background-image: 
               url('menu_arrow_bg.gif'); 
               background-repeat: no-repeat; background-attachment: scroll; 
               background-position: -1px -130px }
.menu ul ul  { background-image: 
               url('menu_arrow_bg.gif'); 
               background-repeat: no-repeat; background-attachment: scroll; 
               background-position: 0 100% }
*/

/* this version produces no boudaries or white boundaries */

.menu {background:#ffffff;}
.menu ul li  { background-color: #ffffff; background-image: 
               url('menu_arrow_bg.gif'); 
               background-repeat: no-repeat; background-attachment: scroll; 
               border-top: 1px solid #ffffff; background-position: -1px -100px }
.menu ul ul .b_top {border-top:1px solid #A6A6A6;border-right:2px solid #A6A6A6;}

.menu a { COLOR: #003399; }, .menu a:visited {color:#003399; }

.menu ul li a{color:#003399;}
.menu a:hover {color:#003399; }
.menu ul ul li a, .menu ul ul li a:visited {color:#003399;}
.menu ul ul li a:hover {color:#e47911;}
.menu ul ul :hover > a {color:#e47911;}

* html .menu a:hover { color: #000; background-color: #fff; background-image: 
               url('menu_arrow_bg.gif'); 
               background-repeat: no-repeat; background-attachment: scroll; 
               background-position: -1px -130px }
.menu :hover > a { color: #000; background-color: #fff; background-image: 
               url('menu_arrow_bg.gif'); 
               background-repeat: no-repeat; background-attachment: scroll; 
               background-position: -1px -130px }
.menu ul ul  { background-image: 
               url('menu_arrow_bg.gif'); 
               background-repeat: no-repeat; background-attachment: scroll; 
               background-position: 0 100% }



