/*  
Theme Name: Shiba-Inu
Theme URL: http://www.jankovsky.eu/
Version: 0.8.7 beta
Author: Dirk S.
Author URL: http://www.jankovsky.eu/?author=2
*/
* html .menu a, * html .menu a:visited {
	w\idth: 129px;
	width: 140px;
}
* html .menu ul ul {
	t\op: 31px;
	top: 30px;
}
* html .menu ul ul a{
	w\idth: 129px;
	width: 140px;
}
.menu {
background: #4c4c4c;
	border: 1px solid #FF6600;
	border-width: 1px 1px 0 1px;
	font-size: 12px;
	position: relative;
	width: 100%;
	z-index: 100;
	height: 31px;
}
.menu :hover > a, .menu ul ul :hover > a {
	background: #4c4c4c;
	color: #FF6600;
}

.menu a, .menu a:visited {
	background: #4c4c4c;
	border: 1px solid #FFFFFF;
	border-width: 1px 1px 0 0;
	color: #FF6600;
	display: block;
	/*font-size: 0.95em;*/
	font-size: 12px;
	height: 30px;
	line-height: 29px;
	padding-left: 10px;
	text-decoration: none;
	width: 129px;
}

.menu a:hover, .menu ul ul a:hover{
	background: #D1D7DC;
	color: #FF6600;
	border-top: 1px solid #FF6600;
	border-right: 1px solid #FFF;
}

.menu li {
	float: left;
	position: relative;
	width: 140px;

}

.menu table {
	left: 0;
	position: absolute;
	top: 0;
}

.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu ul :hover ul :hover ul{
	visibility: visible;
}

.menu ul :hover ul ul{
	visibility: hidden;
}

.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility: visible;
}

.menu ul ul {
	width: 140px;
}

.menu ul ul {
	height: 0;
	left: 0;
	position: absolute;
	top: 31px;
	visibility: hidden;
	width: 140px;
}

.menu ul ul :hover > a.drop {
	background: #D1D7DC bottom right no-repeat;
}

.menu ul ul a {
	background: #4c4c4c;
	color: #FF6600;
	height: auto;
	line-height: 1em;
	padding: 5px 10px;
}
 .menu ul ul a:visited {
	height: auto;
	line-height: 1em;
	padding: 5px 10px;
}
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background: #D4D8BD bottom right no-repeat;
}

.menu ul ul a.drop:hover{
	background: #D1D7DC bottom right no-repeat;
}

.menu ul ul ul{
	left: 140px;
	top: 0;
	width: 140px;
}

.menu ul ul ul a, .menu ul ul ul a:visited {
	background: #D1D7DC;
}

.menu ul ul ul a:hover {
	background: #B2AB9B;
}

.menu ul ul ul.left {
	left: -140px;
}
