#ul_menu_navigation {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 30px;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#ul_menu_navigation li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-indent: -5000px;
	list-style: none;
	display: inline;
}

#ul_menu_navigation a {
	float: right;
	padding: 30px 2px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	height: 0px !important;
	height /***/:30px; /** for Microsoft Internet Explorer 5 for Windows only */
}

#li_home a {
	width: 40px;
	background: url("../../images/interface/buttons/menu-header/img-button_home_id.jpg") no-repeat;
}

#li_about a {
	width: 60px;
	background: url("../../images/interface/buttons/menu-header/img-button_about_id.jpg") no-repeat;
}

#li_portfolio a {
	width: 79px;
	background: url("../../images/interface/buttons/menu-header/img-button_portfolio_id.jpg") no-repeat;
}

#li_services a {
	width: 72px;
	background: url("../../images/interface/buttons/menu-header/img-button_services_id.jpg") no-repeat;
}

#li_contact a {
	width: 72px;
	background: url("../../images/interface/buttons/menu-header/img-button_contact_id.jpg") no-repeat;
}

/** unnumbered list - latest stuff */

#ul_menu_latest {
	text-align: right;
	padding: 10px 5px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	overflow: hidden;
}

#ul_menu_latest li {
	color: #069;
	font-size: 70%;
	line-height: 120%;
	padding: 0px 15px 10px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	background: url("../../images/interface/bullets/img-bullet_item_right.gif") no-repeat;
	background-position: 100% 5%;
}

#ul_menu_latest strong {
	font-size: 100%;
	line-height: 120%;
	font-weight: bolder;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#ul_menu_latest a:link, #ul_menu_latest a:visited {
	color: #069;
	text-decoration: none;
}

#ul_menu_latest a:hover, #ul_menu_latest a:active {
	color: #069;
	text-decoration: underline;
}