#main-header-topnav {
	line-height: 38px;
	margin: 0px 15px;
}
#main-header-topnav .top-nav-item{
	position: relative;
	float: left;
	z-index: 1001;
}
#main-header-topnav .top-nav-item .top-nav-item.last {
	border: none;
}


#main-header-topnav .top-nav-item-text, 
#main-header-topnav .top-nav-item-text a{
	font-size: 13px;
	color: #fff;
	font-weight: bold;
}

#main-header-topnav .top-nav-item-text {
	padding: 0px 10px;
	border-right: solid 1px #f4aa00;
}

#main-header-topnav .top-nav-item.last .top-nav-item-text{
	border: none;
}

#main-header-topnav .top-nav-item-text:hover, 
#main-header-topnav .top-nav-item-text a:hover {
	color: #f4aa00;
	cursor: pointer; 
}

#main-header-topnav .sub-nav-box {
	position: absolute;
	background-color: #1e155d;
	display: none;
	z-index:3000;
	top: 38px;
	left: 0px;
}
#main-header-topnav .active .sub-nav-box{
	display: block;
}

#main-header-topnav img.top-nav-img {
	width: 120px;
	height: 40px;
}


/*#main-header-topnav-product{
	background-image: url(/themes/inspiration/images/nav/ProductDropDown-test2.png);
	background-repeat: no-repeat;
	width: 145px;
	height: 260px;	
}
#main-header-topnav-visual {
	background-image: url(/themes/inspiration/images/nav/dropdown-light-blue.png);
	background-repeat: no-repeat;
	width: 210px;
	height: 200px;
}
#main-header-topnav-curriculum {
	background-image: url(/themes/inspiration/images/nav/ProductDropDown-help.png);
	background-repeat: no-repeat;
	width: 145px;
	height: 270px;
}
#main-header-topnav-resources {
	background-image: url(/themes/inspiration/images/nav/ProductDropDown-test2.png);
	background-repeat: no-repeat;
	width: 145px;
	height: 230px;
}
#main-header-topnav-aboutus {
	background-image: url(/themes/inspiration/images/nav/dropdown-green.png);
	background-repeat: no-repeat;
	width: 145px;
	height: 210px;
}
#main-header-topnav-help{
	background-image: url(/themes/inspiration/images/nav/ProductDropDown-help.png);
	background-repeat: no-repeat;
	width: 145px;
	height: 140px;	
}
#main-header-topnav-purchasing {
	background-image: url(/themes/inspiration/images/nav/ProductDropDown-test2.png);
	background-repeat: no-repeat;
	width: 145px;
	height: 220px;
	left: -20px;
}*/

#main-header-topnav div.drop-down-tab{
	margin: 0px 1px;
	padding: 10px;
	padding-right: 20px;
	border-top: solid 1px #56507f;
	line-height: 16px;
	text-align: left;
	width: 150px;
	
}
#main-header-topnav div.drop-down-tab a{
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: white;
}

#main-header-topnav div.drop-down-tab-two-line a{
	text-align: left;
	display:block;
	margin: 12px 15px 2px 15px;
	vertical-align: left;
	font-size: 13px;
	font-weight: bold;
	color: white;
	z-index: 9999;
}

#main-header-topnav div.drop-down-tab a:hover{
	color: #f4aa00;
}

#main-header-topnav div.drop-down-tab-two-line a:hover{
	color: #f4aa00;
}

div.main-nav-button{
	text-transform:uppercase;
	height: 23px;
	color: white;
	vertical-align: middle;
	text-align: center;
	display: inline;
	font-size: 10pt;
	position: relative;
	float: left;
	margin: 0px 0px 0px 1px;
	padding-top: 10px;
}
div.main-nav-button:hover{
	font-weight: bold;
}

