#menu{
	width: 100%;
	height:54px;
	background-image: url(../img/menu.png);
	background-repeat: repeat-x;
}

nav {
    font-size: 12px;
    font-family: georgia;
    text-align: center;
	margin-left:177px;
}

#btnborder {
    width: 80px;
	border-bottom-color:#666;
    float: left;
	margin-top:22px;
	margin-left:8px;
    padding: 10px 10px;
}

.btn {
    border-top-left-radius: 4px;
    
	border-top-right-radius: 4px;
    
}

#menu div:hover{
	margin-top: 10px;
	font-size: 14px;
	font-weight:bold;
	width: 120px;
	height: 24px;
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #7E877E 100%);
	color:#900;	
}

.btncurrent {color: #000; font-weight:bold; background-image:url(../img/botoncurrent.png);}
.btnselect {color: #FFF; font-weight:bold; background-image:url(../img/btnselect.png);}
