﻿ul.top_nav
{
   margin               : 0px 0px 0px 0px;
   padding              : 0px 0px 5px 0px;
   list-style-type      : none;
   float                : left;
   width                : 630px;
   font-size            : 11px;
	font-weight          : bold;
	font-variant         : small-caps;	
}

ul.top_nav li
{
   display              : inline;
}

span.top_here
{
   display              : block;
   float                : left;
   padding              : 2px 0px 2px 0px;
   margin               : 0px 5px 0px 5px;
   font-size            : 11px;
	font-weight          : bold;
	font-variant         : small-caps;
   color                : #FF0000;
	width                : 114px;
   height               : 20px;
	text-align           : center;
   background-attachment: inherit;
   background-image     : url(images/top_menu_hover.gif);
   background-position  : left top;
   background-repeat    : no-repeat;
}

a.top_link
{
   display              : block;
   float                : left;
   padding              : 2px 0px 2px 0px;
   margin               : 0px 5px 0px 5px;
   color                : #555555;
	width                : 114px;
	height               : 20px;
	text-align           : center;
   background-attachment: inherit;
   background-image     : url(images/top_menu.gif);
   background-position  : left top;
   background-repeat    : no-repeat;
}

a.top_link:hover
{
   display              : block;
   float                : left;
   padding              : 2px 0px 2px 0px;
   margin               : 0px 5px 0px 5px;
   color                : #FF0000;
	width                : 114px;
	height               : 20px;
	text-align           : center;
   background-attachment: inherit;
   background-image     : url(images/top_menu_hover.gif);
   background-position  : left top;
   background-repeat    : no-repeat;
}

   
