@charset "utf-8";
.header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #0099FF;
}
.sub-header {
	padding-top: 5px;
}
.menu-btn {
	font-family: sans-serif, Calibri, Candara;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #B9B9B9;
	border-left-color: #FFFFFF;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-image: url(../img/bottoni/menubtn-blk.png);
	background-repeat: repeat-x;
	padding-right: 5px;
	padding-left: 5px;
}
.menu-btn-ckd {
	font-family: sans-serif, Calibri, Candara;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	text-align: center;
	background-image: url(../img/bottoni/menubtn-wht.png);
	background-repeat: repeat-x;
	padding-right: 5px;
	padding-left: 5px;
}
#menu-lnk {
	text-decoration: none;
	color: #FFFFFF;
}
#eng-menu {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
	position: absolute;
	z-index: 2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	visibility: hidden;
	width: 100px;
	margin-top: 20px;
}
#menu-lnk:hover {
	color: #000000;
}
.header #srchdiv {
	font-family: sans-serif, Calibri, Candara;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.header #srchdiv input {
	font-family: sans-serif, Calibri, Candara;
	font-size: 11px;
	color: #666666;
	border: 1px solid #0099CC;
}
