.menu {
	position : absolute;
	top : 78px;
	right : 0;
	background : #fff;
	font-family : arial, verdana, sans-serif;
    margin-top:0px;
	margin-left:0px;
	height:20px;
	z-index:200;
}
.menu li.top {
	display : block;
	float : left;
	position : relative;
	z-index:200;
}
.menu li a.top_link {
	display : block;
	float : left;
	height : 20px;
	line-height : 20px;
	color : #000000;
	text-decoration : none;
	font-size : 11px;
	font-weight : bold;
	cursor : pointer;
	z-index:200;
}
.menu li a.top_link span {
	float : left;
	font-weight : bold;
	display : block;
	padding : 0 9px 0 9px;
	height : 20px;
	z-index:200;
}
.menu li a.top_link span.down {
	float : left;
	display : block;
	padding : 0 24px 0 12px;
	height : 20px;
	z-index:200;
}
.menu li a.top_link:hover {
	color : #000;
	z-index:200;
}
.menu li:hover > a.top_link {
	color : #fff;
	z-index:200;
}
.menu table {
	border-collapse : collapse;
	width : 0;
	height : 0;
	position : absolute;
	top : 0;
	left : 0;
	z-index:200;
}
.menu a:hover {
	visibility : visible;
	color : #ffffff;
	z-index:200;
}
.menu li:hover {
	background : #0D67BF;
	position : relative;
	z-index : 200;
	z-index:200;
}
.menu ul, .menu :hover ul ul, .menu :hover ul :hover ul ul, .menu :hover ul :hover ul :hover ul ul, .menu :hover ul :hover ul :hover ul :hover ul ul {
	position : absolute;
	left : -9999px;
	top : -9999px;
	width : 0;
	height : 0;
	margin : 0;
	padding : 0;
	list-style : none;
	z-index:200;
}
.menu :hover ul.sub {
	left : 0;
	top : 20px;
	right : 2px;
	background : #fff;
	padding : 3px 0;
	border : 1px solid #999999;
	white-space : nowrap;
	width : 115px;
	height : auto;
	z-index:200;
}
.menu :hover ul.sub li {
	display : block;
	height : 20px;
	position : relative;
	float : left;
	width : 95px;
	z-index:200;
}
.menu :hover ul.sub li a {
	font-weight : normal;
	display : block;
	font-size : 11px;
	height : 20px;
	width : 109px;
	line-height : 20px;
	text-indent : 5px;
	color : #000;
	text-decoration : none;
	border : 3px solid #fff;
	border-width : 0 0 0 3px;
	z-index:200;
}
.menu :hover ul.sub li a:hover {
	background : #000000;
	color : #fff;
	z-index:200;
}
.menu :hover ul.sub li a.fly:hover {
	color : #fff;
	z-index:200;
}
.menu :hover ul li:hover > a.fly {
	color : #fff;
	z-index:200;
}
.menu :hover ul :hover ul, .menu :hover ul :hover ul :hover ul, .menu :hover ul :hover ul :hover ul :hover ul, .menu :hover ul :hover ul :hover ul :hover ul :hover ul {
	left : 90px;
	top : -4px;
	background : #fff;
	padding : 3px 0;
	white-space : nowrap;
	width : 108px;
	height : auto;
	z-index : 200;
}
#home #menue li#menu-home {
	background : #0D67BF;
	color : #fff;
	z-index : 200;
}
#aboutus #menue li#menu-about {
	background : #0D67BF;
	color : #fff;
	z-index : 200;
}
#services #menue li#menu-services {
	background : #0D67BF;
	color : #fff;
	z-index : 200;
}
#solutions #menue li#menu-solutions {
	background : #0D67BF;
	color : #fff;
	z-index : 200;
}
#contact #menue li#menu-contact {
	background : #0D67BF;
	color : #fff;
	z-index : 200;
}
#login #menue li#menu-login {
	background : #0D67BF;
	color : #fff;
	z-index : 200;
}
