﻿.logo {
	box-sizing: border-box;
	color: #ff9100;
	display: inline;
	float: left;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-bottom: 4px;
	padding-left: 15px;
	padding-right: 20px;
	padding-top: 12px;
	text-transform: uppercase;
}

.pull-right {
	float: right;
	display: block;
}

.item {
	line-height: normal;
	padding-left: 0;
	padding: 15px 15px 13px;
	display: block !important;
	margin-top: 0;
	float: left;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
}
.itemNormal {
	color: #548DD4;
	cursor: pointer;
	text-decoration:none;
}

.itemHover{
	color: #025a82;
	cursor: pointer;
	text-decoration:none;
}

.dropdown {
	font-size: 12px;
	top: 43px;
	z-index: 1000;
	float: left;
	margin-left: -110px;
	/*margin: 2px 0 0;*/
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	position: absolute;
	display: none;
	width: 80px;
	padding: 3px 0;
	cursor: pointer;
}

.dropdownItem {
	display: block;
	padding: 3px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	white-space: nowrap;
	width: 100px;
	background-color: #FFFFFF;
	cursor: pointer;
}

li.dropdownItem a {
	/*background-color: red;*/
	color: #606060;
	text-decoration:none;
	cursor: pointer;
}

li.dropdownItem a:visited {
	/*background-color: red;*/
	color: #606060;
	text-decoration:none;
	cursor: pointer;
}

.dropdownItemHover {
	display: block;
	padding: 3px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	white-space: nowrap;
	width: 100px;
	background-color: #FF8000;
	cursor: pointer;
}
li.dropdownItemHover a{
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}

li.dropdownItemHover a:visited {
	/*background-color: red;*/
	color: #606060;
	text-decoration:none;
	cursor: pointer;
}

.dropdownTable {
	width: 100%;
	display: block !important;
}

table.dropdownTable td {
	vertical-align: top;
	text-align: left;
}

.headerDropdown {
	font-family: Arial;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	text-align: left;
	padding: 8px 10px 8px 12px;
}

.navigation-link {
	text-decoration: none;
	display: table-cell;
	padding: 8px 10px 8px 12px;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	color: #7F7F7F;
	background-color: #ffffff;
	cursor: auto;
	/*width: 100%;*/
	/*pointer-events: none;*/
    width:160px;
}


a.navigation-link:hover {
	background-color: #efefef;
	color: #7F7F7F;
	cursor: pointer;
}

.dropdownInnerTable {
	width: 100%;
	padding: 0;
}

.current-page {
	font-weight: bold;
	color: #ff9100 !important;
}

/*.width {
    text-decoration: none;
	display: block;
	padding: 8px 10px 8px 12px;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	color: #7F7F7F;	
	cursor: auto;	
	pointer-events: none;
    width:150px;
}*/