/* Base Css file 'D:\internet\root\www\TourWebRhomberg\www\navigation\css\comTopNavigation.css' */
/* former topNav */

/*top of the page services */
div.services
{
  background-color: #FFFFFF;
  width: 590px;
  text-align: right;
  padding-top: 14px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 0px;
  text-transform: capitalize;
  float: left;
}
div.services ul, div.services li
{
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: inline;
}
div.services li a
{
  padding-left: 8px;
  padding-right: 10px;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url(../../img/arrowExtraNav.gif);
}
div.services li a:link, div.services li a:visited
{
  color: #7F725A;
  text-decoration: none;
  background-image: url(../../img/arrowExtraNav.gif);
}
div.services li a:active, div.services li a:hover
{
  color: #000000;
  text-decoration: none;
  background-image: url(../../img/arrowExtraNavHover.gif);
}

/* bottom of the page services */

div.btmservices
{
  margin-right: 10px;
  margin-left: 10px;
  background-color: red;
  text-align: center;
  padding-bottom: 5px;
  padding-top: 5px;
}

div.btmservices a
{
  font-weight: bold;
  font-size: 12px;
  padding-right: 30px;
  padding-left: 30px;
  text-transform: uppercase;
  color: white;
  font-family: 'Trebuchet MS' , Sans-Serif;
  text-decoration: none;
  letter-spacing: 0.08em;
}
div.btmservices a:hover
{
  color: black;
}
