a:link {
	font-weight: bold;
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #3366CC;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
.other {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	border: thin #3366CC;
}
#navPosition{
margin-left:225px;
padding-bottom:5px;
}
.navGuide
{
    width: 204px;
    background: url('images/btnGuide-ov.gif') no-repeat;
    float:left;
}
    .navGuide a{
    overflow: hidden;
    display: block;
    height: 35px;	
    background: url('images/btnGuide.gif') no-repeat;
    }
    		
    .navGuide a:hover{
    background: none;
    }

