.homenew a{ font-family: Arial; font-size: 13px; color: #008BCE; text-decoration: none; font-weight: bold; } .homenew a:hover{ font-family: Arial; font-size: 13px; color: #008BCE; text-decoration: underline; font-weight: bold; } /* SubMenu */ .slidedoormenu{ list-style-type: none; margin: 0; padding: 0; width: 240px; /* width of menu (don't forget to add border with below!) */ border-left: 8px solid #79BCFF; /* thick left border of menu */ } /*.slidedoormenu ul{margin:0 0 0px 0;list-style-type:none;color:#666;*/} .slidedoormenu li{ border-bottom: 1px solid #885b5c; /* Gray border beneath each menu item */ } .slidedoormenu li a{ font: bold 13px Arial; display: block; color: black; width: auto; /* Vertical (top/bottom) padding for each menu link */ text-indent: 0px; text-decoration: none; background-image: url(../images/submenuicon.jpg); background-repeat: no-repeat; background-position: left top; padding-top: 7px; padding-right: 0; padding-bottom: 7px; padding-left: 23px; } .slidedoormenu li a:visited, .slidedoormenu li a:active{ color: black; } .slidedoormenu li a:hover{ background-position: -3px top; /* Shift background image horizontally 387px, or the start of the 2nd background image */ color: black; } .slidedoormenu li.lastitem, .slidedoormenu li.lastitem a{ border-bottom-width: 0; /* For last menu item within menu, remove bottom border */ } .slidedoormenu li.lastitem a{ padding: 8px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */ } /*Content*/ .titletxt { font-family: Arial; font-size: 19px; color: #79BCFF; text-decoration: none; font-weight: bold; } .txt { font-family: Arial; font-size: 13px; color: #000000; text-decoration: none; line-height: 18px; text-align: justify; } .txt a{ font-family: Arial; font-size: 13px; color: #006699; text-decoration: none; line-height: 18px; } .txt a:hover{ font-family: Arial; font-size: 13px; color: #006699; text-decoration: underline; line-height: 18px; } .guestbookdate { font-family: Arial; font-size: 11px; color: #A8A8A8; text-decoration: none; line-height: 28px; } /* Footer */ .footertxt { font-family: Arial; font-size: 11px; color: #666666; text-decoration: none; } .footertxt a { font-family: Arial; font-size: 11px; color: #666666; text-decoration: underline; } .footertxt a:hover { font-family: Arial; font-size: 11px; color: #666666; text-decoration: none; }