﻿/* Menu Buttons */
#menuleft a {   
    text-align:left;
    vertical-align:middle;
    text-decoration:none;
    font-size:15px;
    padding: 10px 0px 0px 40px;
	font-family: Arial, verdana, sans-serif;
	font-weight: bold;
    display: block;   
    background:  url(../images/logomenuleft.jpg) no-repeat top left;
    width: 110px;
    height: 30px;
    color:#000000;
    background-repeat:no-repeat;
    }
#menuleft a:hover {   
    background:  url(../images/logomenuleft.jpg) no-repeat bottom left;
    color:#00AA00;
    }

#menuright a {   
    text-align:right;
    vertical-align:middle;
    text-decoration:none;
    font-size:15px;
    padding: 10px 40px 0px 0px;
	font-family: Arial, verdana, sans-serif;
	font-weight: bold;
    display: block;   
    background:  url(../images/logomenuright.jpg) no-repeat top right;
    width: 110px;
    height: 30px;
    color:#000000;
    background-repeat:no-repeat;
    }
#menuright a:hover {   
    background:  url(../images/logomenuright.jpg) no-repeat bottom right;
    color:#00AA00;
    }