a {
		color:#060;
		outline: none;
	}
	a:hover {
		color:#060;
		text-decoration:none;
	}
	 .header .nav{
					width: 35%;
					float: right;
					margin: 25px 0 ;
					height: 45px;
					background: url('../images/top_but_bg.gif') repeat-x top left;
					}
	#nav{
					padding: 12px 4px 4px 22px;
					height: 45px;
					background: url('../images/top_bt_left.gif') no-repeat top left;
					}
	#nav a{
					line-height:1.3em;
					text-decoration: none;
					background: none;
					color: #060;
					}
	#nav a:hover{
						border-bottom: 2px #060 solid;
						}
					

	.col2 a{
				color: #fff;
				background: url('../images/out_bullet.gif') no-repeat left #033;
				text-decoration: none;
				height: 25px;
				padding: 4px 5px 0 22px;
				font: bold georgia;
				border-bottom: 1px solid #ccc;
				display: block;
				}
	.col2  a:hover{
					color: #063;
					text-transform: uppercase;
					background: url('../images/on_bullet.gif') no-repeat left #999;
					}					
					