body {margin:0;text-align:center;font-family:arial,sans serif;font-size:11px;}

img {border:none;}
	
	#wrapper {margin:0 auto;width:783px;text-align:left;position:relative;}
	
	#header {
		margin-top:13px;
		width:783px;
		position:relative;
	}
	
	#header #logo {
		margin-left:5px;
		margin-bottom:5px;
	}
	
	#newSiteBt {
		position:absolute;
		width:105px;
		height:24px;
		top:10px;
		right:2px;
	}
	
	#newSiteBt a, #newSiteBt a:visited  {
		text-indent: -9999px;
		display:block;
		width:105px;
		height:24px;
		background: transparent url('/img/newSiteBt.png') no-repeat 0 0;
	}
	
	#newSiteBt a:focus, #newSiteBt a:hover  {
		background: transparent url('/img/newSiteBt.png') no-repeat 0 100%;
	}
		
	#navigation ul#mainMenuOptions {
			height:39px;
			list-style-image:none;
			list-style-position: outside;
			list-style-type: none;
			margin:0;
			padding:0 0 0 11px;
			line-height:35px;
			background: transparent url('/img/mainMenu.png') no-repeat 0 100%;		
		}


	
	#navigation.sub  ul#mainMenuOptions {	
			background: transparent url('/img/mainMenu.png') no-repeat 0 0;
		}
		
	#navigation ul#mainMenuOptions li {
			float:left;
		}
		
	#navigation ul#mainMenuOptions li a {
			text-decoration:none;
			text-indent: -9999px;
			display:block;
			height:39px;
		}

#navigation ul#mainMenuOptions li a {
			outline: 0;
		}

    #navigation.sub ul#mainMenuOptions li a.pat {
			width:101px;
			background: transparent url('/img/mainMenu.png') no-repeat -12px 0;
		}
	
	#navigation.sub ul#mainMenuOptions li.selected a.pat {
			background: transparent url('/img/mainMenu.png') no-repeat -12px -39px;
		}
	
	#navigation ul#mainMenuOptions li a.pat {
			width:101px;
			background: transparent url('/img/mainMenu.png') no-repeat -12px 100%;
		}

	
	#navigation.sub ul#mainMenuOptions li a.info {
			width:129px;
			background: transparent url('/img/mainMenu.png') no-repeat -113px 0;
		}
		
	#navigation.sub ul#mainMenuOptions li.selected a.info {
			background: transparent url('/img/mainMenu.png') no-repeat -113px -39px;
		}
	
	#navigation ul#mainMenuOptions li a.info {
			width:129px;
			background: transparent url('/img/mainMenu.png') no-repeat -113px 100%;
		}
		
	#navigation.sub ul#mainMenuOptions li a.inv {
			width:121px;
			background: transparent url('/img/mainMenu.png') no-repeat -242px 0;
		}
	
	#navigation.sub ul#mainMenuOptions li.selected a.inv {
			background: transparent url('/img/mainMenu.png') no-repeat -242px -39px;
			
		}
		
	#navigation ul#mainMenuOptions li a.inv {
			width:121px;
			background: transparent url('/img/mainMenu.png') no-repeat -242px 100%;
		}
	
	#navigation.sub ul#mainMenuOptions li a.prod {
			width:93px;
			background: transparent url('/img/mainMenu.png') no-repeat -363px 0;
		}
	
	#navigation.sub ul#mainMenuOptions li.selected a.prod {
			background: transparent url('/img/mainMenu.png') no-repeat -363px -39px;
		}	
	#navigation ul#mainMenuOptions li a.prod {
			width:93px;
			background: transparent url('/img/mainMenu.png') no-repeat -363px 100%;
		}
	
	#navigation.sub ul#mainMenuOptions li a.act {
			width:125px;
			background: transparent url('/img/mainMenu.png') no-repeat -456px 0;
		}
	
	#navigation.sub ul#mainMenuOptions li.selected a.act {
			background: transparent url('/img/mainMenu.png') no-repeat -456px -39px;
			cursor:pointer;
		}	
	#navigation ul#mainMenuOptions li a.act {
			width:125px;
			background: transparent url('/img/mainMenu.png') no-repeat -456px 100%;
		}
	
	#navigation.sub ul#mainMenuOptions li a.str {
			width:76px;
			background: transparent url('/img/mainMenu.png') no-repeat -581px 0;
		}
		
	#navigation ul#mainMenuOptions li a.str {
			width:76px;
			background: transparent url('/img/mainMenu.png') no-repeat -581px 100%;
		}
		
	#navigation.sub ul#mainMenuOptions li a.qui {
			width:109px;
			background: transparent url('/img/mainMenu.png') no-repeat -657px 0;
		}
		
	#navigation ul#mainMenuOptions li a.qui {
			width:109px;
			background: transparent url('/img/mainMenu.png') no-repeat -657px 100%;
		}
		
	#navigation ul#subMenu {
			width:769px;
			clear:left;
			height:20px;
			list-style-image:none;
			list-style-position: outside;
			list-style-type: none;
			margin:0 0 0 7px;
			padding:0;
			line-height:20px;
			background: #006666 url('/img/bg_subMenu.png') no-repeat 0 100%;
		}
		
	#navigation ul#subMenu li  {
			float:left;
			margin-left:10px;
		}
	
	#navigation ul#subMenu li.selected  {
			float:left;
			background-color:#ffffff;
		}
		
	#navigation ul#subMenu li a, #navigation ul#subMenu li a:visited {
			text-decoration:none;
			color:#ffffff;
			font-weight:bold;
			padding:0 5px;
		}
		
	#navigation ul#subMenu li.selected a , #navigation ul#subMenu li.selected a:link, #navigation ul#subMenu li.selected a:visited {
			color:#006666;
			cursor:default;
		}
	
	#toolsMenu {
		clear:left;
		height:15px;
		margin: 2px 0 10px 0;
		color:#006666;
	}
	
	#toolsMenu .date {
		float:left;
		width:200px;
		padding-left:14px;
	}
	
	#toolsMenu .person {
		float:right;
		width:400px;
		text-align:right;
		padding-right:14px;
	}
	
	#toolsMenu .person a, #toolsMenu .person a:visited {
		text-decoration:none;
		color:#006666;
		font-size:11px;
		padding-left:15px;
		background: transparent url('/img/bullet_new.png') no-repeat 0 50%;
		margin-left:10px;
	}

	
	#toolsMenu .person a:hover, #toolsMenu .person a:focus  {
		color:#cc0000;
	}
	
	#toolsMenu .person a.exit, #toolsMenu .person a.exit:visited {
		color:#cc0000;
		background: transparent url('/img/bullet_new_2.png') no-repeat 0 50%;
	}
	
	#toolsMenu .person a:hover, #toolsMenu .person a:focus  {
		color:#006666;
	}
	
	#container {
		clear:both;
		background-color:#ffffff;
		width:780px;
	}
