﻿/* Colors

   basic red: #e51937;'
   green: #006f51;
   tan: #ffe79f;

*/

div#links
{
   position: relative;
   xtop: 25px;
   clear: right;
   float: right;
}


div#links ul
{
   font-size: 110%;
   font-weight: bold;
   list-style: none;
   display: inline;
   position: relative;
   top: -4px;
}

div#links ul li
{
   background-color: #e51937;
   display: inline;
   margin-left: 5px;
   padding: 3px 15px 3px 20px;
   text-align: center;
   border-bottom: solid 5px #e51937;
   height: 54px;
}

div#links ul li a
{
   color: white;
   text-decoration: none;
}
div#links ul li a:hover
{
}

div#links ul li:hover
{
}

/*
#links li.sfHover
{
   border-bottom: solid 5px #006f51;
}
*/