#navigation_container {
width: 144px;
}

#navigation_container ul {
list-style-type: none;
font-family: tahoma, arial;
font-size: 11px;
font-weight: bold;
color: #808080;
}

#navigation_container ul a {
color: #808080;
text-decoration: none;
}

#navigation_container ul li {
width: 140px;
height: 17px;
padding-left: 4px;
padding-top: 7px;
cursor: pointer;
}

#navigation_container ul li.norm {
background-image: url(/_images/navigation/bg_nav_item_up.gif);
background-repeat: no-repeat;
width:138px;
}

#navigation_container ul li.norm2 {
background-image: url(/_images/navigation/bg_nav_item_up.gif);
background-repeat: no-repeat;
height: 34px;
background-color: #F0F1F0;
width:138px;
}

#navigation_container ul li.norm3 {
background-color: #D8D8D8;
width:138px;
}

#navigation_container ul li.hig {
background-image: url(/_images/navigation/bg_nav_item_hig.gif);
background-repeat: no-repeat;
}

#navigation_container ul li.hig2 {
background-image: url(/_images/navigation/bg_nav_item_hig.gif);
background-repeat: no-repeat;
height: 34px;
}

#navigation_contact {
	padding-left:10px;
}
