/*------------------------------------------------------------------------
# KH aflak 1.0 - 1388/2/23 encounter 14 May 2009 
# ------------------------------------------------------------------------
# Copyright (C) 2007-2009 khalilan.com, Ltd. All rights Reserved.
# @license - khalilan.com
# Author: khalilan.com, Ltd
# Websites:  http://www.khalilan.com 
-------------------------------------------------------------------------*/

/* TOP NAVIGATION
----------------------------------------------------------- */
#kh-splitmenu {
	margin: 0;
	padding: 0;
	background: url(../../images/tab-active-r.gif) no-repeat right bottom;
	height: 20px;
}

* html .#kh-splitmenu{ /*IE 6*/
	background: url(../../images/tab-active-r.gif) no-repeat 100% 22px;
}

#kh-splitmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#kh-splitmenu li {
	margin: 0;
	padding: 0;
	display: inline;
}

#kh-splitmenu a {
	float: right;
	margin: 5px 0 0;
	padding: 0 10px;
	display: block;
	color: #494949;
	font-size: 11px;
	font-weight: bold;
	line-height: 58px;
	text-decoration: none;
	height: 45px;
	background: url(../../images/mainnav-sep.gif) no-repeat left bottom;
}

#kh-splitmenu a span {
}

#kh-splitmenu a:hover,
#kh-splitmenu a:active,
#kh-splitmenu a:focus {
	float: right;
	color: #7d7e7e;
	background: url(../../images/mainnav-sep.gif) no-repeat left bottom;
	text-decoration: none;
}

#kh-splitmenu a:hover span,
#kh-splitmenu a:active span,
#kh-splitmenu a:focus span {
}

#kh-splitmenu li.active a,
#kh-splitmenu li.active a:hover,
#kh-splitmenu li.active a:active,
#kh-splitmenu li.active a:focus {
	margin: 5px 0 0;
	background: url(../../images/mainnav-sep.gif) no-repeat left bottom;
	color: #333333;
	line-height: 55px;
	height: 45px;
}

#kh-splitmenu li.active a span,
#kh-splitmenu li.active a:hover span,
#kh-splitmenu li.active a:active span,
#kh-splitmenu li.active a:focus span {
}

