@charset "utf-8";
                            /*Menu Links*/

/*NOTE: anything not specified for the #(menu id's) a selector and its pseudo classes
may be inherited in some browsers from other 'a' element styles (if any) on the page*/

#menu1 a {color:#609;background-color:#EEE;text-decoration:none;text-indent:1ex;}
#menu1 a:active {color:#609;text-decoration:none;}
#menu1 a:hover {color:white;background-color:#CC6}
#menu1 a:visited {color:#609;text-decoration:none;}

                           /*End Menu Links*/
