/*TOP MENU */
A.home {
    width: 112px;
    height: 20px;
    background: transparent url(/img/menu/home.jpg) repeat scroll 0px 0px;
    display: block;
    float: left;
    text-decoration: none;
}

A.home:hover, A.homesel {
    background: transparent url(/img/menu/home.jpg) repeat scroll 0px -20px;
}

A.aboutcostarica {
    width: 182px;
    height: 20px;
    background: transparent url(/img/menu/about.jpg) repeat scroll 0px 0px;
    display: block;
    float: left;
    text-decoration: none;
}

A.aboutcostarica:hover, A.aboutcostaricasel{
    background: transparent url(/img/menu/about.jpg) repeat scroll 0px -20px;
}

A.search {
    width: 211px;
    height: 20px;
    background: transparent url(/img/menu/search.jpg) repeat scroll 0px -20px;
    display: block;
    float: left;
    background-repeat: no-repeat;
    text-decoration: none;
}

A.search:hover, A.searchsel {
    background: transparent url(/img/menu/search.jpg) repeat scroll 0px 0px;
}

A.contactus {
    width: 132px;
    height: 20px;
    background: transparent url(/img/menu/contactus.jpg) repeat scroll 0px 0px;
    display: block;
    float: left;
    text-decoration: none;
}

A.contactus:hover, A.contactussel {
    background: transparent url(/img/menu/contactus.jpg) repeat scroll 0px -20px;
}

A.wishlist {
    width: 307px;
    height: 20px;
    background: transparent url(/img/menu/wishlist.jpg) repeat scroll 0px 0px;
    display: block;
    float: left;
    text-decoration: none;
}

A.wishlist:hover, A.wishlistsel {
    background: transparent url(/img/menu/wishlist.jpg) repeat scroll 0px -20px;
} 

.menutxt {
    display: none;
}
/*
 TOP MENU LEVEL ONE
 */
#menu {
    position: relative;
    z-index: 100;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
	height:20px;
	width:950px;
	display:block;
	padding-bottom: 5px;
	margin: 0px 8px;
}

#menu li {
    float: left;
	display:block;
	height:100%;
}

#menu li:last-child a {
    border-right: none;
}

/*
 TOP MENU LEVEL TWO
 */
#menu li ul {
	width:184px;
	display:none;
    position: absolute;
    top: 20px;
	left: 115px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
	zoom:1;
	background:	url('/img/menu/shadow.png') no-repeat bottom left;
	padding:0px 8px 20px 2px
}

#menu ul li {
    background: #F4F4F4;
    border-bottom: 1px solid #ccc;
    float: none;
	position: relative;	
	height:20px;
}

#menu ul li:hover {
    background: #F3D673;
}

/* IE 6 & 7 Needs Inline Block */
#menu ul li a {
    display:block;
	text-align:left;
	margin-left:15px;
	padding:3px;
	zoom:1;
}

/*
 TOP MENU LEVEL THREE
 */
#menu ul ul {
    left: 100%;
    top: 0;
	display:none;
}

/*LEFT MENU*/
#menuleft {
    background-color: #F4F4F4;
    width: 180px;
	padding: 5px 0px 6px 0px;
	min-height: 550px;
}


#menuleft ul {
    display: block;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    font-weight: bold;
}

#menuleft li {
    border-bottom: 1px solid #DDDDDD;
    text-align: left;
    padding: 5px;
    margin: 10px 12px;
}

#menuleft a {
	font-size:8pt;
}

