
.jqueryslidemenu {
	font: bold 13px Verdana, Geneva, sans-serif;
	height:49px;
	width: 662px;
	margin:0 auto; float:right;
}
.jqueryslidemenu a {
	outline:none;
}
.jqueryslidemenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-right:2px;
	z-index:9999;
}
.jqueryslidemenu ul li {
	position: relative;
	display: inline;
	float: left;
	margin-top:4px;
	margin-right:3px;
	background:url(../images/dev.gif) no-repeat;
	padding-left:4px;
	z-index:9999;
}
.jqueryslidemenu ul li a{
	display: block;
	line-height:41px;
	text-decoration: none;
	}
.jqueryslidemenu ul li a.about {
	background:url(../images/menu_aboutus.png) no-repeat;
	width:103px;
}
.jqueryslidemenu ul li a.about:hover {
	background:url(../images/menu_hover_aboutus.png) no-repeat;
	}
.jqueryslidemenu ul li a.products {
	background:url(../images/menu_products.png) no-repeat;
	width:103px;
}
.jqueryslidemenu ul li a.products:hover {
	background:url(../images/menu_hover_products.png) no-repeat;
	}	
.jqueryslidemenu ul li a.services {
	background:url(../images/menu_services.png) no-repeat;
	width:103px;
}
.jqueryslidemenu ul li a.services:hover {
	background:url(../images/menu_hover_services.png) no-repeat;
	}
.jqueryslidemenu ul li a.careers {
	background:url(../images/menu_careers.png) no-repeat;
	width:103px;
}
.jqueryslidemenu ul li a.careers:hover {
	background:url(../images/menu_hover_careers.png) no-repeat;
	}
.jqueryslidemenu ul li a.clients {
	background:url(../images/menu_clients.png) no-repeat;
	width:103px;
}
.jqueryslidemenu ul li a.clients:hover {
	background:url(../images/menu_hover_clients.png) no-repeat;
	}
.jqueryslidemenu ul li a.contact {
	background:url(../images/menu_contact.png) no-repeat;
	width:103px;
}
.jqueryslidemenu ul li a.contact:hover {
	background:url(../images/menu_hover_contact.png) no-repeat;
	}
.jqueryslidemenu ul li ul {
	position: absolute;
	display: block;
	visibility: hidden;
	background:#D93500;
	margin-left:4px;
	z-index:9999;
}
.jqueryslidemenu ul li ul li {
	display: list-item;
	padding:0;
	margin:0;
	float: none;
	color:#fff;
	background:#D93500;
	padding:0;
	width:170px;
	z-index:9999;
}
.jqueryslidemenu ul li ul li a {
	font: 12px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:0 7px;
	height:30px;
	line-height:30px;
	border-bottom:1px dotted #00334e;
	z-index:9999;
}
.jqueryslidemenu ul li ul li a:hover {
	background:#00334E;
	color:#FFFFFF;
	z-index:9999;
}