.menu
{
	font-family: Arial, Verdana, sans-serif;
	width: 969px;
	height: 34px;
	
	
	position:absolute;
	top:26px;
	z-index:5;
	left:0px;
}

.menu ul li
{
	float: left;
	position: relative;
	z-index:100;
}
.menu ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	z-index:100;
}

.menu ul li a, 
.menu ul li a:visited
{
	display: block;
	text-decoration: none;
	color:#0066cb;
	height: 34px;
	text-align: left;
	
	line-height:20px;
	
	font-size: 11px;
	overflow: hidden;
	z-index:100;
	
}


.menuHome
{
	width:75px;
	background-image:url('/forums/images/mudbrick/nav_unactive_02.gif');
}
.menuHome:hover
{
	background-image:url('/forums/images/mudbrick/nav_02.gif');
}


.menuAdvice 
{
	width:74px;
	background-image:url('/forums/images/mudbrick/nav_unactive_04.gif');
}
.menuAdvice:hover 
{
	background-image:url('/forums/images/mudbrick/nav_04.gif');
}


.menuBlogs
{
	width:74px;
	background-image:url('/forums/images/mudbrick/nav_unactive_06.gif');
}
.menuBlogs:hover
{
	background-image:url('/forums/images/mudbrick/nav_06.gif');
}



.menuRope
{
	width:114px;
	background-image:url('/forums/images/mudbrick/nav_unactive_08.gif');
}
.menuRope:hover
{
	background-image:url('/forums/images/mudbrick/nav_08.gif');
}



.menuNews
{
	width:65px;
	background-image:url('/forums/images/mudbrick/nav_unactive_10.gif');
}
.menuNews:hover
{
	background-image:url('/forums/images/mudbrick/nav_10.gif');
}


.menuMusic
{
	width:66px;
	background-image:url('/forums/images/mudbrick/nav_unactive_12.gif');
}
.menuMusic:hover
{
	background-image:url('/forums/images/mudbrick/nav_12.gif');
}


.menuFeatures
{
	width:90px;
	background-image:url('/forums/images/mudbrick/nav_unactive_14.gif');
}
.menuFeatures:hover
{
	background-image:url('/forums/images/mudbrick/nav_14.gif');
}

.menuResources
{
	width:104px;
	background-image:url('/forums/images/mudbrick/nav_unactive_16.gif');
}
.menuResources:hover
{
	background-image:url('/forums/images/mudbrick/nav_16.gif');
}

.menuAboutUs
{
	width:90px;
	background-image:url('/forums/images/mudbrick/nav_unactive_18.gif');
}
.menuAboutUs:hover
{
	background-image:url('/forums/images/mudbrick/nav_18.gif');
}

/*
---------menus---------------------------
*/

.menu ul li ul
{
	display: none;
	z-index:100;
}

.submenu
{
	background-image:none;
	background-color:white;
	z-index:100;
	
}

.menu ul li:hover ul
{
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	border: 1px solid #9db7d2;
	
	z-index:100;
}

.menu ul li:hover ul li a:hover
{
	
	background-color:#0066cb;
	background-image:none;
	color: white;
	z-index:100;
}

/*
---------sub menus---------------------------
*/
.menu ul li:hover ul li:hover ul
{
	display: block;
	position: absolute;
	left:154px;
	top: 0;
}
.menu ul li:hover ul li ul
{
	display: none;
}




