/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 22, 2014, 9:30:05 PM
    Author     : Greg
*/

#navmenu {
    width: 200px;
    height: 35px;
    font-size: 12px;
    font-family: Tahoma, Geneva, sans-serif;
    text-align: center;
         border-radius: 8px;
}

#navmenu ul {
    height: auto;
    padding: 8px 0px;
    margin: 0px;
}

#navmenu li { 
display: inline; 
padding: 20px; 
}

#navmenu a {
    text-decoration: none;
    color: #00F;
    padding: 8px 8px 8px 8px;
}

#navmenu a:hover {
    color: #F90;
    background-color: #FFF;
}