@charset "utf-8";

#chromemenu
{
	width:680px;
}

.chromestyle
{
	float:left;
	background:url(../images/knowledgebase.jpg) bottom left no-repeat;
	width:142px;
	height:38px;
	display:block;
	float:left;
	font:bold 13px/38px Trebuchet MS, Arial,  Georgia, Times New Roman, Times, serif;
	color:#fff;
	text-align:center;
	margin-right:1px;
}

.chromestyle a, 
.chromestyle a:hover
{
	color:#fff;
}


.chromestyle:hover
{
	background:url(../images/knowledgebase-hover.jpg) bottom left no-repeat;
	color:#fff;
	display:block;
	width:142px;
	height:38px;
	cursor:pointer;
}

.career-center-2
{
	float:left;
	background:url(../images/career-center.jpg) bottom left no-repeat;
	width:136px;
	height:38px;
	display:block;
	float:left;
	font:bold 13px/38px Trebuchet MS, Arial,  Georgia, Times New Roman, Times, serif;
	color:#fff;
	text-align:center;
	margin-right:1px;
}

.career-center-2
{
	color:#fff;
}


.career-center-2:hover
{
	background:url(../images/career-center-hover.jpg) bottom left no-repeat;
	color:#fff;
	display:block;
	width:136px;
	height:38px;
	cursor:pointer;
}



.dropmenudiv
{
	position:absolute;
	top: 0px;
	margin:12px 0px 0px -23px;
	padding:5px 0px 5px 0px;
	background:url(../images/sub-menu-bottom-bg.jpg) left top no-repeat;
	width:142px;
	color:#fff;
	z-index:999;
	visibility: hidden;
}

.dropmenudiv a
{
	width: auto;
	display: block;
	text-indent: 18px;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	padding:6px 0px 5px 0px;
	border-bottom:1px solid #639d24;
	border-left:4px solid #4f8910;
	text-decoration: none;
	color:#fff;
}

/** html .dropmenudiv a{ 
	width: 100%;
}*/

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	border-left:4px solid #e87505;
	background:#5a9a10;
	color:#fff;
}

.dropmenudiv-2
{
	position:absolute;
	top: 0px;
	margin:2px 0px 0px 0px;
	padding:5px 0px 5px 0px;
	background:url(../images/sub-menu-bottom-bg-2.jpg) left -35px no-repeat;
	width:136px;
	color:#fff;
	z-index:999;
	visibility: hidden;
}

.dropmenudiv-2 a
{
	width: auto;
	display: block;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	padding:6px 0px 5px 0px;
	border-bottom:1px solid #639d24;
	border-left:4px solid #4f8910;
	text-decoration: none;
	color:#fff;
}

.span-space
{
	padding-left:10px;
}

/** html .dropmenudiv a{ 
	width: 100%;
}*/

.dropmenudiv-2 a:hover{ /*THEME CHANGE HERE*/
	border-left:4px solid #e87505;
	background:#5a9a10;
	color:#fff;
}


