.kverbar	{
	color: black;
	border: 1px outset #666663
}

.ksubmenu	{
	position: absolute;
	margin-left: 10px;
	margin-top: 0px;
	visibility: hidden;
	opacity:.90; 
	filter:alpha(opacity=90); 
	border-bottom:none;
	color:#ffffff;
	font:normal 11px Arial;
}

.ksubmenu a{

padding-left:10px;
text-indent: 3px;
/*THEME CHANGE HERE*/
 /*THEME CHANGE HERE*/

}

.ksubframe	{
	width:200px;
	background:black url(darksubtoolbar.png) repeat-y;
	text-align: left;
	position: relative;
	display: block;
	list-style-type: none;
 }

.newksub{	border-bottom: 1px dotted #666;
}
.newksub a	,.newksub a.sub{
	display:block;
	
	/*display:inline-bock;ie8 bug a:hover is disabled with display:block*/
	color:#EEE;
	padding-top:4px;
	text-align: left;
	height: 17px;
	text-decoration: none;
	white-space:nowrap;
}	


.newksub a:hover,.newksub a.sub:hover{
	background:black url(darksubtoolbar_over.png) repeat-y;
	color:#fff;
	text-decoration: none;
}

.newksub a.sub{ background:url(icon_collapsed.gif) right 50% no-repeat;}
.newksub a.sub:hover{background:#333 url(icon_collapsed.gif) right 50% no-repeat;}


.kitem	{
	text-align: left;
	white-space: nowrap;
}

.kitem a	{
	position: relative;
	display: block;
	text-decoration: none;
}

.kitem a:link	{
	color: #FFFFFF;
	text-decoration: none;
}

.kitem a:visited	{
	color: #FFFFFF;
	text-decoration: none;
}

.kitem a:hover	{
	color: #FFFFFF;
	text-decoration: none;
}

.kitem a:active	{
	color: #FFFFFF;
	text-decoration: none;
}

.kitem .kfwdarr	{
	position: absolute;
	top: 4px;
}


