@charset "utf-8";
/* CSS Document */

#header .sf-menu {
	z-index: 9999;
	margin:0;
	margin-left:665px;
	margin-top:91px;

}
#header .sf-menu li{
	z-index: 9999;
	float:left;
	list-style-type:none;
		color: #282828;	
}
#header .sf-menu li a.level1{
	display:block;
	text-indent:-9999px;
	height:42px;
	margin-top: -7px;
		color: #282828;
}



#header .sf-menu li.products {width: 132px; z-index:999;}
#header .sf-menu li.products:hover {width:132px; height: 40px; background: url(../productsselect.jpg) no-repeat; z-index:9999;}
#header .sf-menu li.support {width:91px;}
#header .sf-menu li.support:hover {width:91px; height: 40px; background: url(../supportselect.jpg) no-repeat; z-index:9999;}
#header .sf-menu li.registration {width:132px;}
#header .sf-menu li.registration:hover {width:132px; height: 40px; background: url(../registrationselect.jpg) no-repeat; z-index: 9999;}
#header .sf-menu li ul {
	visibility: hidden;
	z-index: 9999;
	position: relative;
	background: #f5f4f1;
	width:165px;
	margin-top:0px;
	padding-top:7px;
	padding-bottom:14px;
	border:1px solid black;
	border-top:none;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;

}
#header .sf-menu li li{
	float:none;
	background: #eee;
	padding-top:7px;
	padding-bottom:7px;
	border-right: 2px solid #ddd;
	border-left: 2px solid #ddd;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	width:165px;
	margin:0px auto;
		color: #282828;
		z-index: 9999;
}
#header .sf-menu li li a {
	text-decoration:none;
	padding-left:10px;
		color: #282828;
}
#header .sf-menu li li a:hover {
	text-decoration:underline;
	color: #FFCC33;
}
#header .sf-menu li li.all a{
	font-weight:bold;
	
}
#header .sf-menu li li.all a span {
	display:none;
	background:url(../productsselect.jpg) 1195px 272px no-repeat;
	height:14px;
	width:14px;
	margin-left:7px;
	}