/* Menu bar background */
.khorbar	{
	color: black;
	background-color: #5f6db6;
}

/* Main menu item appearance attributes */
.khorbaritem	{
	float: left;
	white-space: nowrap;
	font-weight: 500;
	font-variant: small-caps;
	font-size: 10px;
	font-family: Verdana, sans-serif;

	/* MSIE 5.5 does not see the following */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: 11px;
}

/*****************************/
/* Main menu link attributes */
/*****************************/
.khorbaritem a	{
	display: block;
	background-color: #5f6db6;
	border-style: none;	
	border-right: 1px solid #fff;
	padding: 4px 0 4px 10px;

	/* This needs to be here to work */
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}

/* MSIE browsers see this */
* html .khorbaritem a	{
	padding: 7px 0 4px 10px;
}

.khorbaritem a:link	{
	color: #fff;
	text-decoration: none;
}

.khorbaritem a:visited {
	color: #fff;
	text-decoration: none;
}

.khorbaritem a:hover {
	background-color: #99c;
	color: #000;
}

.khorbaritem a:active {
	color: #f00;
	text-decoration: none;
}

/*********************************/
/* End main menu link attributes */
/*********************************/


/* Apears to be version attributes */
/*.kverbar	{
	background-color: #eeeee6;
	border: 1px outset #666663
	color: #000;
}*/


/**********************************/
/* Submenu definitions attributes */
/**********************************/

/* Sets location of submenu */
.ksubmenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

/* Background attributes of submenu */
.ksubframe	{
	position: relative;
	display: block;
	background-color: #5f6db6;
	border: 1px outset #9cc;
}

/* Sub-menu menu item appearance attribute */
.kitem	{
	text-align: left;
	white-space: nowrap;
	font-weight: 500;
	font-variant: small-caps;
	font-size: 9px;
	font-family: Verdana, sans-serif;

	/* MSIE 5.5 does not see the following */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: 11px;
}



/****************************/
/* Sub menu link attributes */
/****************************/
.kitem a	{
	position: relative;
	display: block;
	/*border: 1px #f6f6f6 solid;*/
	margin-left: 1px;
	margin-right: 1px;

	/* This needs to be here to work */
	font-size: 1em;
}

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

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

.kitem a:hover	{
	background-color: #99c;
	border: 1px #000080 solid;
	color: #000;
	text-decoration: none;
}

.kitem a:active	{
	color: #f00;
	text-decoration: none;
}
/********************************/
/* End sub menu link attributes */
/********************************/


/* Not sure what this does */
.kitem .kfwdarr	{
	position: absolute;
	top: 4px;
	right: 11px;
}


/* Sub menu seperation bar */
.kseparator	{
	background-color: #f00;
	border-top: 1px solid #c6c6bf;
	border-bottom: 1px solid #fff;
	margin: 2px 5px 2px 5px;
	height: 0;
	font-size: 1px;
	line-height: 0;
}

