@charset "utf-8";
/* CSS Document */
#head-wrapper .topnav{
	height:38px;
	width:900px;
	float:left;
	text-align:center;
	background-color:#000000;
	border:0px solid #FF0000;
	}
/* thekp CSS - Update as necessary to style thekp */

#head-wrapper .topnav ul {
	padding: 0;
	margin:0px 0px 0px 0px;
	list-style:none;
}

#head-wrapper .toplinks{
	display: block;
	height:27px;
	padding-top:10px;
	padding-bottom:0px;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:normal;
}
#head-wrapper .toplinks-max{
	display: block;
	height:27px;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:normal;
}
#head-wrapper .topnav li {
	float:left;
	width:149px;
	height:37px;
	color:#FFFFFF;
	text-align:center;
	background-image:url(../images/nav-btn-bg.jpg);
	padding-top:0px;
	margin:0px auto;
	border-left:1px black solid;
	padding-left:0px;
	text-decoration:none;
}
#head-wrapper .topnav li:hover {
	background-image: url(../images/nav-btn-bg-over.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	}
#head-wrapper .topnav ul li ul {
	position:absolute;
	padding: 0;
	width:130px;
	color:#FFFFFF;
	margin: 1px 0px 0px -1px;
	list-style: none;
	left: -999em;
	background-image:none;
}

#head-wrapper .topnav ul li ul li {
	border: 0px black solid;
	width: 149px;
	height: 30px;
	margin-left:1px;
	text-align:left;
	padding-top:10px;
	padding-left:10px;
	background-image: url(../images/sub-menu-bg.jpg);
	background-repeat:no-repeat;
	z-index: 1000;
	}
#head-wrapper .topnav ul li ul li a{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
	}
	
#head-wrapper .topnav ul li ul li:hover {
	text-decoration:none;
	background-image: url(../images/sub-menu-bg-over.jpg);
	background-repeat:no-repeat;
	}

/* if the nested thekp must be horizontal too, remove this CSS */
#head-wrapper .topnav li:hover ul , #thekp li.sfhover ul {
	left: -999em;
	position: relative;
	background-image:none;
	z-index: 1000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-color: #990000;
	}
/* nested thekp horizontal css ends */ 

#head-wrapper .topnav li:hover ul, #thekp li li:hover ul, #thekp li.sfhover ul, #thekp li li.sfhover ul {
	left: auto;
	z-index: 1000;
}