.header-panel_container {
	float: none;
	margin-right: auto;
	margin-left: auto;
	width: 1023px;
	margin-top: 2px;
}
.header-panel{
	width: 100%;
	background-color: #FFF;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5D5D5;
	margin: 0px;
}
#ul, li{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFF;
}
ul.dropmenu{
	position: relative;
	margin: 0px;
	display: block;
	padding: 0px;
}
.dropmenu li{
	position: relative;
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px;
}
.dropmenu i {
	font-size: 10px;
}
.dropmenu li a{
	display: block;
	cursor: point;
	color: #383229;
	text-transform: uppercase;
	text-decoration: none;
	padding-right: 30px;
	padding-left: 10px;
	letter-spacing: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-left-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
}
.dropmenu li a:hover{
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #D5D5D5;
	border-right-color: #D5D5D5;
	border-left-color: #D5D5D5;
}
.dropmenu li span{
	display: block;
	float: right;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 12px;
	right: 10px;
	background-image: url(../images/arrow_down.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-top: -3px;
}
.dropmenu li  a:hover span{
}
.dropmenu li:hover ul, .dropmenu li:hover div{
	display: block;
}
.dropmenu ul{
	position: absolute;
	display: none;
	width: 186px;
	padding: 0px;
	margin: 0px;
}
.dropmenu ul li{
	float: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
.dropmenu ul a {
	white-space: nowrap;
	display: block;
	text-decoration: none;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(../images/arrov_right.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 3px;
	font-size: 10px;
}
.dropmenu ul a:hover {
	text-decoration: none;
	background-color: #F0F0F0;
	background-image: none;
}
.dropmenu div ul{
	position: relative;
	display: block;
}
.dropmenu li div{
	padding: 5px;
	display: none;
	position: absolute;
	background-color: #FFF;
	border: 1px solid #D5D5D5;
}
.dropmenu li div ul{
	border: none;
	background: none;
	position: relative !important;
}
.dropmenu li div a{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
}
ul.left{
	float: left;
	width: 170px;
}
ul.right{
	float: right;
	width: 170px;
}
.products{
	width: 190px;
	padding: 15px !important;
	background-color: #FFF;
}
.tutorials{
	width: 370px;
	background-color: #FFF;
}
