/*
This software is copyright Bureau Blumenberg <http://www.bureaublumenberg.net>, and is used and redistributed with permission under the terms of the Mesoconcepts license. In a nutshell, you may freely use it for any purpose, but may not redistribute it without written permission.

http://www.semiologic.com/legal/license/
**/

body
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#sem_admin_menu
{
	width: 100%;
	z-index: 200;
	background: #fff center center repeat-x;
	border-bottom:  8px solid ##663300; 
	color: #663300;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 1.1em;
	padding: 3px 5px 3px 0px;
	margin: 0px 0px 6px 0px;
	text-align: left;
	color: #663300;
}

#sem_admin_menu ul
{
	display: inline;
	padding: 3px 3px 3px 3px;
	margin: 0px 3px 0px 3px;
	text-align: center;
	list-style-type: none;
}

#sem_admin_menu li
{
	display: inline;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	list-style-type: none;
}

#sem_admin_menu li.new_item
{
	background: url(milk-item.png) center left no-repeat;
	padding-left: 20px;
}

#sem_admin_menu li.register
{
	background: url(milk-admin.png) center left no-repeat;
	padding-left: 20px;
}

#sem_admin_menu a, #sem_admin_menu a:link, #sem_admin_menu a:visited
{
	color: #0091BD;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px -1px;
}

#sem_admin_menu a:hover
{
	color: #9FCEFF;
}
