﻿	#mynav {
		font-size: 13px;	
		background: transparent url(../images/nav-bg.png) no-repeat 0px -1px;
		margin-bottom: 0;
	}
	#mynav a{
		display: block;
		margin: 0;
		padding: 10px 18px 10px 18px;
		text-decoration: none;
		text-shadow: #ddd 0px 1px 0px;
		color: #000;
		text-transform: uppercase;
        float: none;
        height: 16px;
	}
	 #mynav a:hover{
		color: #fff;
		    background: #b20000;
    background: -moz-linear-gradient(#b20000, #7c0000);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #7c0000),color-stop(1, #b20000));
    background: -webkit-linear-gradient(#b20000, #7c0000);    
    background: -o-linear-gradient(#b20000, #7c0000);	
    background: -ms-linear-gradient(#b20000, #7c0000);	
    background: linear-gradient(#b20000, #7c0000);

		text-shadow: #000 0px 0px 0px;
	}
	 #mynav a:active{
		color: #fff;
		background: #000 0 -36px;
		background: -moz-linear-gradient(#b20000, #7c0000);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #7c0000),color-stop(1, #b20000));
    background: -webkit-linear-gradient(#b20000, #7c0000);    
    background: -o-linear-gradient(#b20000, #7c0000);	
    background: -ms-linear-gradient(#b20000, #7c0000);	
    background: linear-gradient(#b20000, #7c0000);
	}
