/*--------- NAVIGATION ---------*/

#minitabs {
	margin: 0;
	padding: 0 0 20px;
	border-bottom: solid #518034 1px;
}

#minitabs li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#minitabs a:link, #minitabs a:visited {
	float: left;
	font-size: 16px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #518034;
	line-height: 14px;
	border-bottom: 4px solid transparent;
	border-bottom-style: none;
}

#minitabs a#active, #minitabs a:hover {
	border-bottom: 4px solid #518034;
	padding-bottom: 2px;
	background: #fff;
	color: #262626;
	margin-bottom: 4px;
}

/*Fat Erik's Breadcrumbs*/

#subnav
{
	list-style: none;
	padding: 0;
	font-size: 14px;
	margin: 0 0 5px 5px;
}

#actions
{
list-style: none;
padding: 0;
	margin: 8px 0 0;
}

#subnav li, #actions li
{
	display: inline;
	padding: 0;
	margin: 0 5;
	font-weight: bold;
	line-height: 28px;
}

#subnav li:before, #actions li:before { content: "\00BB \0020"; }

#subnav li:first-child:before, #actions li:first-child:before { content: ""; }

/*IE workaround*/

/*All IE browsers*/

* html #subnav li, * html #actions li
{
background-repeat: no-repeat;
background-position: 0 50%;
padding: 0 0.5em 0 1em;
margin: 0 1em 0 -1em;
}

/*Win IE browsers - hide from Mac IE\*/

* html #subnav, * html #actions { height: 1%; }

* html #subnav li, * html #actions li
{
display: block;
float: left;
}

/*End hide*/

/*Mac IE 5*/

* html #subnav li:first-child, * html #actions li:first-child { background-image: none; }

#login {
	width: 400px;
	font-size: 12px;
	background: #fff;
	margin: 80px auto 150px;
}
