/**	TOP MENU		**/

#top_menu ul {
display:block;
list-style: none;
float:right;
padding:4px 0 0 0;
}

#top_menu .moduletable{
margin:0;
}

#top_menu li{
margin:0;
padding:0;
float:left;
position:relative;
list-style : none;
/**	change	**/
}

#top_menu li a, #top_menu li span.separator {
display:block;
text-decoration:none;
/**	change	**/
color:#fff;
text-transform: none;
font-weight:normal;
line-height:90%;
font-size:90%;
text-align:left;
padding: 0 6px;
border-left:1px solid #999;
}

#top_menu li:first-child a {
border-left: none;
}

#top_menu li a:hover, #top_menu li.active a {
text-decoration:underline;
}

/**	translate	**/

#top_menu #translate li a {
border:none;
padding: 0 3px;
}

/* 
*	menu (left or right)
*/




/**	BOTTOM MENU		**/

#bottom_menu {
	display:block;
	list-style: none;
	text-align:center;
	/**	change	**/
width:45%;
	height:15px;
	background-image: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding-bottom: 30px;
	bottom: 10px;
}


#bottom_menu .moduletable {
margin:0;
}


#bottom_menu li {
padding:0;
display:inline;
list-style : none;
/**	change	**/
}

#bottom_menu li a, #bottom_menu li span.separator {
text-decoration:none;
/**	change	**/
color:#eee;
text-transform: none;
letter-spacing: 0.1em;
font-weight:bold;
line-height:59px;
font-size:90%;
text-align:center;
padding: 0em 1em;
}


#bottom_menu li a:hover, #bottom_menu li span.separator:hover {
color:#d04e2f;
}


#bottom_menu li.active a, #bottom_menu li#active a, #bottom_menu li:hover a {
color:#d04e2f;
}
