/*-----------------------------------------------------CSS Menu CognoLink-------------------------------------------------*/
.menu {
	position: static;
	top: 0;
	z-index:1000;
	width: 920px;
	height:21px;
	margin-left: auto;
}
.menu dl, dt, dd {
	padding: 0px;
	list-style-type: none;
	width: 142px;
	margin: 0;
	height: 20px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	z-index: 1000;
}
.menu dl {
	float: left;
	width: 142px;
	height: 20px;
}
.menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background-image:url('../img/menu.png');
	margin: 1px;
	color: white;
	line-height: 16px;
}
.menu dt a{
	font-weight: bold;
}
.menu dd {
	display: none;
	position: absolute;
	margin-left: 1px;
}
ul.smenu {
	padding: 0px;
	list-style-type: none;
	width: 142px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 15px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	z-index: 1001;
	background-color: white;
}
ul.smenu li {
	padding: 0;
	list-style-type: none;
	width: 139px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	height: 19px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	background-color: white;
	border: 1px solid #E30017;
	border-top-width: 0;
	text-indent: 20px;
	z-index: 1000;
}
.menu dt a {
	color: white;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
.menu li a {
	color: #999999;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	font-size: 10px;
	font-weight: bold;
	line-height: 17px;
}
.menu li a:hover, .menu li a:focus {
	color: #E30017;
	background-color: white;
}
.menu dt a:hover, .menu dt a:focus {
	background: white url('../img/menu_hover.png') no-repeat;
	color: white;
}
/*----------------------------------------------------------Hack IE-------------------------------------------------------*/
.menu dt:hover, .menu dt:focus {
	background: white url('../img/menu_hover.png') no-repeat;
	color: white;
}
/*--------------------------------------------------------End hack IE-----------------------------------------------------*/
.menu span.current {
	background: white url('../img/menu_hover.png') no-repeat;
}
.menu a span.current {
	color: white;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
.menu span.current2 {
	color: #E30017;
	background-color: white;
}
