
#navigation {
	margin-bottom:4px;
/*	border:1px solid green;*/
	border-top: 1px solid #fff;
}

#nav-menu {
	/*border:1px solid green;*/
	padding:0;
	margin:0;
	height:45px;
	clear:both;
	display:block;
	font: 12px verdana;
}

#menu-top {
	/*border:1px solid orange;*/
	padding:1px 0 0;
	margin:0;
	clear:both;
}



#menu-top li {
	display: inline;
	border:1px solid #999;
	margin:0 5px;
	padding:0 5px;
	background: #f1f1f1 url('http://guey.el.net/joomla_ts103/images/common/bg.gif') repeat;
	bottom:0;
}


#menu-top li a {
	text-decoration: none;
	font:bold 1.2em verdana;
}


.offbutton {	
	background:#f1f1f1 url('http://guey.el.net/joomla_ts103/images/common/bg.gif') repeat !important;
	border-bottom:1px solid #999;
}

.onbutton {	
	border-bottom:1px solid #f9f0bd !important;
	background:#f9f0bd  !important;
}


#menu-bottom {
	border-top:1px solid #999;
	padding:0;
	margin:0;
	background:#f9f0bd;
}

#menu-bottom div {
	text-align:center;
	clear:both;
	display: none;
	border-bottom:1px solid #999;
	border-left:1px solid #999;

	margin:0;
	height:30px;

}


#menu-bottom div li {
	list-style:none;
	display:inline;
	float:left;
	margin:3px;
	padding:2px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}


#menu-bottom li a {
	text-decoration: none;
	color:#900;
	font: bold 1.2em helvetica; 
	margin:10px;
	padding:0;
}





