/**
 * Credits and license of this css: http://www.wordpress.org
 * Example css for sfCssTabsPlugin: http://trac.symfony-project.com/trac/wiki/sfCssTabsPlugin
 * Code extracted of: wp-admin.css v2.2.3
 *
 * You can obtain more examples in:
 * http://css.maxdesign.com.au/listamatic/index.htm
 */
 
#adminmenu {
	background: #183461;
	border-top: 0px solid #448abd;
	margin: 0;
	padding: .1em .1em .1em 1em;
}

#adminmenu .current, #submenu .current {
	font-weight: bold;
	text-decoration: none;
	padding:2px 10px 2px 10px;
}

#adminmenu a {
	color: white;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 3px 10px;
	border-bottom: none;
}

#adminmenu a:hover, #adminmenu a.current {
	background: #d6d6d6;
	color: #323232;
}

#adminmenu li, #submenu li {
	display: inline;
	line-height: 200%;
	list-style: none;
	text-align: center;
	white-space: nowrap;
}

#adminmenu a.current {
	background: #f3e3a6;
	border-right: 2px solid gray;
	border-top: 1px solid gray;
	color: #323232;
	padding-bottom: 8px;
}

#submenu, #minisub {
	background: #e8febe;
	border-bottom: none;
	margin: 0;
	padding: 1px 1em 0 1em;
}

#minisub {
	height: 6px;
}

#submenu .current {
	background: #f9fcfe;
	border-top: 1px solid white;
	border-right: 2px solid white;
	color: #000;
}

#submenu a {
	border: none;
	color: #696969;
	font-size: 12px;
	padding: .3em .4em .4em;
}

#submenu a:hover {
	background: #ddeaf4;
	color: #393939;
}

#submenu li {
	line-height: 180%;
	height: 25px;
}
