﻿.Left
{ 
    width: 30%;
    float:left;
}

.main
{
    background-position: center;
    background-image: url('http://www.neonetda.org/images/banners/glassbutton.png');
    background-repeat: no-repeat;
    color: #FFCC00;
    font-size: 16px;
    font-family: Arial;
    height: 32px;
    padding-top:7px; 
    text-align:center;
    text-decoration:none;
}

.Right
{ 
    width: 30%;
    float:right;
}

.LinkList
{
    padding-bottom:10px;
    width:100%;
    height:33px;
    text-decoration: none;    
}

.main:hover{
    background-image: url('http://www.neonetda.org/images/banners/glassbuttonhover.png');
    color: #FFFFFF;
	}
	
.main:active{
	background-image: url('http://www.neonetda.org/images/banners/glassbuttonclick.png');
    color: #FFFFFF;
	}
