/* 
    Document   : navigation.css
    Created on : 26.12.2009, 11:04:22
    Author     : mediastuttgart werbeagentur
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

ul#page-categories
{
  float:left;
  width:920px;
  margin:0 0 20px 0;
}

ul#page-categories li
{
  list-style:none;
  margin:0 10px 0 0;
  float:left;
}

ul#page-categories li a
{
	font-family:Georgia, "Times New Roman", Times, serif;
  font-size:100%;
}
