/*
* Apport
* Stylesheet for menu
*/

#navigation {
	margin:40px 0 0 50px;
}

#loginbtn {
	  float:right;
	  height:54px;
	  margin:40px 20px 0 0;
	  background:transparent;
	  line-height:normal;
	  font:1.1em/1.5em Georgia,Serif;
	  voice-family: "\"}\""; voice-family:inherit;
	  display: inline;
	  }

#loginbtn ul { list-style: none; }

#loginbtn li {
	  float:left;
	  background:url("/gfx/nav/main_left.gif") no-repeat left top;
	  margin:0 2px 0 0;
	  padding:0 0 0 9px;
	  }

#loginbtn a {
	  float:left;
	  display:block;
	  background:url("/gfx/nav/main_right.gif") no-repeat right top;
	  padding:11px 11px 8px 2px;
	  text-decoration:none;
	  color:#41512c;
	  }

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#loginbtn a {float:none;}
/* End IE5-Mac hack */

#loginbtn a:hover {
	color:#333;
	background-image:url("/gfx/nav/main_right.gif");
	background-position:right -42px;
}