#nav, #nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
	left: 0;
}

#nav a img {
	padding:0px 15px 0px 0px !important;
	margin: 0 10px 0 0 !important;
	}
#nav a span {
	padding:0px 15px 0px 0px !important;
	margin: 10px 10px 10px 10px !important;
	}

#nav a{
margin: 0 10px 0 0;
display:block;
color:#fff;
text-decoration:none;
}

#nav a:hover{
background-color:#fff;
color:#fff;
}

#nav a img, #nav a:active img{
	border: none;
}

#nav a:hover img{
	border: none
}

#nav li {
float:left;
display: block;
position:relative;
}

#nav li .invest {
background: url(../images/00.png) right no-repeat;
color:red;
}
	#nav li .invest:hover {
	background: url(../images/01_hover.png) right no-repeat;
	}

#nav li .work {
background: url(../images/00.png) right no-repeat;
}
	#nav li .work:hover {
	background: url(../images/02_hover.png) right no-repeat;
	}

#nav li .live {
background: url(../images/00.png) right no-repeat;
}
	#nav li .live:hover {
	background: url(../images/03_hover.png) right no-repeat;
	}

#nav li .play {
background: url(../images/00.png) right no-repeat;
}
	#nav li .play:hover {
	background: url(../images/04_hover.png) right no-repeat;
	}



#nav ul {
position:absolute;
display:none;
width:12em;
top:1.5em;
}

					#nav li ul {
						padding:20px 0 0 0;
						margin:13px 0 0 0;
					width:320px;
					height:auto;
					float:left;
					z-index:900;
					}
						#nav li .invest00 {
							background: url(../images/ul_ul.png) top left no-repeat #074986 !important;
							}
							
						#nav li .work00 {
							background: url(../images/ul_ul.png) top left no-repeat #0097B6 !important;
							}
						
						#nav li .live00 {
							background: url(../images/ul_ul.png) top left no-repeat #C3CF21 !important;
							}
						
						#nav li .play00 {
							background: url(../images/ul_ul.png) top left no-repeat #4B0055 !important;
							}
					
					#nav li ul a{
					width:265px;
					height:auto;
					float:left;
						padding:5px 0 5px 40px;
						margin:0 0 0 0;
						background: url(../images/ul_li.png) left no-repeat;
					}
						#nav li .invest00 a:hover{
							width:265px;
							height: 20px;
							height:auto;
							float:left;
							padding:5px 0 5px 40px;
							margin:0 0 0 0;
							background: url(../images/ul_li.png) left no-repeat #396D9D;
							}
							
							#nav li .invest00 li.foot {
								width:265px;
								height: 20px;
								padding:0 0 0 40px;
								margin:0 0 0 0;
								float: left;
								display: inline-block;
								background:url(../images/super-menu-blue.png) bottom repeat-x;
								}
						
						#nav li .work00 a:hover{
							width:265px;
							height:auto;
							float:left;
							padding:5px 0 5px 40px;
							margin:0 0 0 0;
							background: url(../images/ul_li.png) left no-repeat #34ACC5;
							}
							
							#nav li .work00 li.foot {
								width:265px;
								height: 20px;
								padding:0 0 0 40px;
								margin:0 0 0 0;
								float: left;
								display: inline-block;
								background:url(../images/super-menu-cyan.png) bottom repeat-x;
								}
							
						#nav li .live00 a:hover{
							width:265px;
							height:auto;
							float:left;
							padding:5px 0 5px 40px;
							margin:0 0 0 0;
							background: url(../images/ul_li.png) left no-repeat #CED94E;
							}
							
							#nav li .live00 li.foot {
								width:265px;
								height: 20px;
								padding:0 0 0 40px;
								margin:0 0 0 0;
								float: left;
								display: inline-block;
								background:url(../images/super-menu-green.png) bottom repeat-x;
								}
						
						#nav li .play00 a:hover{
							width:265px;
							height:auto;
							float:left;
							padding:5px 0 5px 40px;
							margin:0 0 0 0;
							background: url(../images/ul_li.png) left no-repeat #703378;
							}
							
							#nav li .play00 li.foot {
								width:265px;
								height: 20px;
								padding:0 0 0 40px;
								margin:0 0 0 0;
								float: left;
								display: inline-block;
								background:url(../images/super-menu-purple.png) bottom repeat-x;
								}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:12em;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}

