/* CSS Document */

#menuBottom {
position:relative;
width:500px;
height:30px;
top:3px;
left:140px;
z-index:1;
margin-right:10px;
/*border:solid 1px #0f0;
background:#f00;*/
}

#menuBottom ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
}

#menuBottom a {
color: #000;
text-decoration: none;
/*display: block;*/
margin:0px;
}

#menuBottom a:hover {
cursor:pointer;
}

#menuBottom li {
position: relative;
}


/*** submenus ***/
#menuBottom ul ul {
position: absolute;
bottom:0px;
float:left;
border:solid 1px #fc3;
background:#ffe699; /* in IE, there are gaps inbetween the submenu images. Use this to cover up the gaps. */
}

#menuBottom ul ul.sub_about {
	width:70px;
	left:-3px;
}

#menuBottom ul ul.sub_find {
	width:90px;
	left:-3px;
}

#menuBottom ul ul.sub_links {
	width:70px;
	left:3px;
}

#menuBottom ul ul.sub_contact{
	width:70px;
	left:0px;
}

#menuBottom ul ul li {
height:30px;
margin:0px;
padding:0px;
}

#menuBottom ul li {
margin-right:0px;
}

div#menuBottom ul ul,
div#menuBottom ul li:hover ul ul,
div#menuBottom ul ul li:hover ul ul
{
display: none;
cursor:pointer;
}

div#menuBottom ul li:hover ul,
div#menuBottom ul ul li:hover ul,
div#menuBottom ul ul ul li:hover ul
{
display: block;
cursor:pointer;
}

/*======================================================*/
/*======================================================*/

span.navBot_home,
span.navBot_about,
span.navBot_find,
span.navBot_links,
span.navBot_contact,
span.navBot_admin,
span.navBot_spacer {
	height:30px;
	position:relative;
	float:left;
}

span.navBot_home {width:45px;}
span.navBot_about {width:65px;}
span.navBot_find {width:85px;}
span.navBot_links {width:79px;}
span.navBot_contact {width:73px;}
span.navBot_admin {width:115px;}
span.navBot_spacer {width:7px;}

