
/*

Teemz Style Sheet

You can use this to control the overall appearance of the Teemz pages
(e.g. link underlining, bold links, hover effects, etc.).

*/


A:link, A:visited, A:active { text-decoration: none; font-weight: bold; }
A:hover {color:red; text-decoration: underline}

.emoticon { margin-bottom: 1px; padding: 0px; vertical-align: text-bottom; }

#topmenu li a:hover  {
   text-decoration: overline;
   font-weight: bold;
   color: #FAFA09;
}

#topmenu li a  {
   border: 0px none #000000;
   font-weight: bold;
   padding-left: 0px;
   padding-right: 0px;
   text-decoration: none;
   color: #F5841F;
   height: 100%;
}

#topmenu li  {
   height: 100%;
   display: inline;
   margin: 0px;
}

#topmenu  {
   font: bold 10px Verdana;
   margin: 0px;
   width: 800px;
   height: 15px;
   padding: 0px;
   list-style: none;
   text-align: center;
   color: #F5841F;
   z-index: 6;
}