@charset "utf-8";
/* CSS Document */

/*********** Article Navigation App Template Css Stylesheet ****************
 Author: Carl Pryke
 Date: 23/07/2011
 Version: 1.0 
 Description: This file forms the formatting for all structures involved for
 all members of the navigationApp. Edit this file to change the structure of 
 any class definitions involved with plotting the navigation application.
 ***************************************************************************/

div.navigationList
	{
	float: left;
	width: 1004px;
	height: 40px;
    margin-left: -14px;
	}

div.navigationLeft, div.navigationRight, div.navigationBreak
	{
	float: left;
	width: 10px;
	height: inherit;
	}

div.menuItem
	{
    float: left;
	min-width: 50px;
	height: 25px;
    padding: 0px 18px 0px 18px;
    margin: 0px 2px 0px 2px;
    background-color: #05683a;
    color: #FFF;
    font-size: 16px;
	}
	
div.navigationBreak
	{
	padding: 0px;
	width: 20px;
    height: 24px;
    background-position: center center;
    background-repeat: no-repeat;
	}