﻿.chromestyle{
	
}

.chromestyle ul
{
    width: 100%;
    height: 50px;
   	text-align: center;
   	margin: 0 0 0 0; 
   	float: left;
	
}

.chromestyle ul li
{
    display: inline;
    background-image: url(navbuttontest.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    height: 50px;
    float: left;
    width: 6.3em;
    margin: 0 0 0 0;   
}

.chromestyle ul li a
{
    color: white;
    margin-top: 5px;
    height: 45px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-family: "Times New Roman" , Times, serif;
    font-size: 17px;
     
}

.chromestyle ul li:hover{
	 display: inline;
    background-image: url(navbuttontest.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    height: 50px;
    float: left;
    width: 6.2em;
}

.chromestyle ul li a:hover
{
    color: #1d2f57;
}

