/* =-=-=-=-=-=-=-[Menu Three]-=-=-=-=-=-=-=- */

#menu3 {
        width: 200px;
		float:right;
		margin-top:35px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		letter-spacing:1px;
		color:#000;
		
        
        }

#menu3 li a {
          height: 32px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 24px;
        text-decoration: none;
        }

#menu3 li a:link, #menu3 li a:visited {
        color: #000;
        display: block;
        background: url(../images/menu3.gif);
        padding: 8px 0 0 30px;
        }

#menu3 li a:hover, #menu3 li #current, #menu3 li a:active {
        color: #283A50;
        background: url(../images/menu3.gif) 0 -32px;
        padding: 8px 0 0 30px;
        }
-->