/* begin Menu */
/* menu structure */

.art-tab a, .art-tab a:link, .art-tab a:visited, .art-tab a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.art-tab, .art-tab ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.art-tab li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.art-tab li:hover
{
	z-index: 10000;
	white-space: normal;
}

.art-tab li li
{
	float: none;
}

.art-tab ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.art-tab li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.art-tab li li:hover>ul
{
	top: 0;
	left: 100%;
}

.art-tab:after, .art-tab ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.art-tab, .art-tab ul
{
	min-height: 0;
}

.art-tab ul
{
	background-image: url(../images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.art-tab ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}





/* menu structure */

.art-tab
{
	padding: 0px 0px 0px 0px;
}

.art-navi
{
	position: relative; 
	/* position: right; */
	height: 23px;
	z-index: 100;
}

.art-navi .kiri, .art-navi .kanan
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 23px;
	background-image: url('../images/navis.png');
}

.art-navi .kiri
{
	left: 0;
	right:0px;
}

.art-navi .kanan
{
	right: 0;
	width: 598px;
	clip: rect(auto, auto, auto, 598px);
}


/* end Menu */

/* begin MenuItem */
.art-tab ul li
{
	clear: both;
}

.art-tab a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 23px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
}


.art-tab a .kanan, .art-tab a .kiri
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 69px;
	background-image: url('../images/MenuItem.png');
}

.art-tab a .kiri
{
	left:0;
	right:0px;
}

.art-tab a .kanan
{
	width:100px;
	right:0;
	clip: rect(auto, auto, auto, 100px);
}

.art-tab a .t 
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #C0CEC1;
	padding: 0 17px;
	margin: 0 0px;
	line-height: 23px;
	text-align: center;
}

.art-tab a:hover .kiri, .art-tab a:hover .kanan
{
	top:-23px;
}

.art-tab li:hover>a .kiri, .art-tab li:hover>a .kanan
{
	top:-23px;
}

.art-tab li:hover a .kiri, .art-tab li:hover a .kanan
{
	top:-23px;
}
.art-tab a:hover .t
{
	color: #F1F4F1;
}

.art-tab li:hover a .t
{
	color: #F1F4F1;
}

.art-tab li:hover>a .t
{
	color: #F1F4F1;
}

div.art-navi-center
{
	position:relative;
	float:left; 
	right:0%;
	
}

div.art-navi-right
{
	position:relative;
	float:right; 
	right:0%;
	
}


/* end MenuItem */

/* begin MenuSeparator */
.art-navi .art-tab-separator
{
	display: block;
	width: 1px;
	height: 23px;
	background-image: url('../images/MenuSeparator.png');
}

/* end MenuSeparator */

/* begin MenuSubItem */
.art-tab ul a
{
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 38px;
	width: 180px;
	overflow:hidden;
	line-height: 38px;
	margin-right: auto;


	background-image: url('../images/subitem-bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
	border-color: #A0DB61;
}

.art-navi ul.art-tab ul span, .art-navi ul.art-tab ul span span
{
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}

.art-tab ul a, .art-tab ul a:link, .art-tab ul a:visited, .art-tab ul a:hover, .art-tab ul a:active, .art-navi ul.art-tab ul span, .art-navi ul.art-tab ul span span
{
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 38px;
	color: #344235;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.art-tab ul ul a
{
	/* margin-left: auto; */
	margin-left: 20px;
}

.art-tab ul li a:hover
{
	color: #283329;
	border-color: #87D237;
	background-position: 0 -38px;
}

.art-tab ul li:hover>a
{
	color: #283329;
	border-color: #87D237;
	background-position: 0 -38px;
}

.art-navi .art-tab ul li a:hover span, .art-navi .art-tab ul li a:hover span span
{
	color: #283329;
}

.art-navi .art-tab ul li:hover>a span, .art-navi .art-tab ul li:hover>a span span
{
	color: #283329;
}


/* end MenuSubItem */

/* begin tab */

#tab {
	position: relative;
	float: right;
	margin: 0px 12px 0px 0px;
}

#tab ul {
	margin: 0px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#tab li {
	float: left;
	margin: 0px 0px 0px 1px;
}

#tab a {
	display: block;
	width: auto;
	height: 15px;
	padding: 5px 5px;
	
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
}

#tab a:hover {
	background: #283329 url(images/MenuItem.png) repeat-x 0px 0px;
	text-decoration: none;
	
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #283329;
	/* line-height: 23px; */
	text-align: center;
}

#tab .active {
	background: #7ECE05 url(../images/MenuItem.png) repeat-x 0px 0px; 
	/* background-image: url('../images/MenuItem.png'); */
	
	text-decoration: none;
	
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #283329;
}

#tab .active a {
	background: #7ECE05 url(images/MenuItem.png) repeat-x 0px 0px;
	
	text-decoration: none;
	
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	/* color: #283329; */
}

form.edit .input-submit,
form.login .input-submit,
form.delete .input-submit { 
	border: none;
	/* font-size: 11px;
	background: url("../images/form-separator.png") no-repeat bottom right;
	line-height: 150%;
	padding: 0.35em 0.7em; 
	cursor: pointer; */
	
	background: #283329 url(images/MenuItem.png) repeat-x 0px 0px;
	text-decoration: none;
	
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #283329;
	/* line-height: 23px; */
	text-align: center;
}

form.settings a.input-submit,
form.edit a.input-submit,
ul.manage a { 
	display: block;
	/* font-size: 11px;
	color: #000000;
	border-bottom: none !important;
	line-height: 150%;
	background: url("../images/form-separator.png") no-repeat bottom right;
	padding: 0.3em 1em !important;  */
	background: #283329 url(images/MenuItem.png) repeat-x 0px 0px;
	text-decoration: none;
	
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #283329;
	/* line-height: 23px; */
	text-align: center;
}

/* end tab */
