
.kverbar	{
	color: black;
	background-color: #eeeee6;
}

.ksubmenu	{
    margin: 0px;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.ksubframe	{
	padding: 0px;
	position: relative;
}

.kitem	{
	text-align: left;
	white-space: nowrap;
}

.kitem a	{
	color: #FFFFFF;
	position: relative;
  display: block;
  padding: 6px;
  text-decoration: none;
  text-transform: uppercase;
}

.kitem a:link	{
	text-decoration: none;
}

.kitem a:visited	{
	text-decoration: none;
}

.kitem a:hover	{
	background-color: #B80000;
	text-decoration: none;
}

.kitem a:active	{
	color: #3399FF;
	text-decoration: none;
}

.kitem .kfwdarr	{
	position: absolute;
	top: 4px;
	right: 11px;
}

.kseparator	{
	background-color: #ff0000;
	margin: 2px 5px 2px 5px;	/* top right bottom left */
	height: 0;
	font-size: 1px;
	line-height: 0;
}

table#vertmenu {
	border-collapse: collapse;
	width: 100%;
  font-family: Verdana, sans-serif;
  font-size: 9px;
  font-weight: bold;
  text-align: center;
}

table .subvertmenu {
	background: #000000;
  border: 1px solid #B80000;
	border-collapse: collapse;
  font-family: Verdana, sans-serif;
  font-size: 9px;
  font-weight: bold;
}
table .subvertmenu tr {
}

.borderb {
	background-color: #000000;
	background: #000000;
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 0;
	top: 0;
	width: 40px;
}
    
