﻿#navbar {
 height: 40px;
 width: 100%;
 border-top: solid #000 1px;
 border-bottom: solid #000 1px;
 background-color:Transparent;
/*background-color: #336699;*/
}
#navbar ul {
 margin: 0px;
 padding: 0px;
 font-family: Arial, Helvetica, sans-serif;
 font-size:xx-large;
 
 color:#4e4e4e;
 line-height: 30px;
 white-space: nowrap;
}
#navbar li {
 list-style-type: none;
 display: inline;
}
#navbar li a {
 text-decoration: none;
 padding: 7px 10px;
/* color: #FFF;*/
 color:#4e4e4e;
 font-family: Arial, Helvetica, sans-serif;
 font-size:medium;
}

#navbar li a:link {
 color: #FFF:
}

#navbar li a:visited {
 color: #CCC;
}

#navbar li a:hover {
 /*font-weight: bold;*/
 color: #AFDBF5;
 /*background-color: #3366FF;*/
}

#home {
    /*
    float:left;
    display:block;
    width:212px;
    height:231px;
    margin-left:90px;
    margin-top:30px;*/
    padding:0px;
    width:180px;
    height:86px;
    display:block;
	margin-top: 5px;
}
#home a:active, #home a:link, #home a:visited {
    /*
    display:block;
    width:212px;
    height:231px;
   */
	display:block;
	width:180px;
    height:70px;
    background:url(/images/button-off.png) no-repeat;
    outline:none;
    border-bottom:none;
    margin:0px;
    padding:0px;
}
#home a:hover {
    background:url(/images/button-on.png) no-repeat;
}

#homeTest {
    /*
    float:left;
    display:block;
    width:212px;
    height:231px;
    margin-left:90px;
    margin-top:30px;*/
    padding:0px;
    width:180px;
    height:86px;
    display:block;
	margin-top: 5px;
}
#homeTest a:active, #homeTest a:link, #homeTest a:visited {
    /*
    display:block;
    width:212px;
    height:231px;
   */
	display:block;
	
    height:70px;
    background:url(/images/button-off.png) no-repeat;
    
    border-bottom:none;
    margin:0px;
    padding:0px;
}
#homeTest a:hover {
    background:url(/images/button-on.png) no-repeat;
}
