
/* TOP MENU PART PART ------ **********************************/
#topmenu { float: left; margin: 0; padding: 0;  width: 970px; background: url('../_gfx/menu_tlo.png') repeat-x top; height: 29px; }
#topmenu  ul { list-style: none; float: left; padding: 6px 0; margin: 0;background-color: transparent;}
#topmenu li {
   width: auto !important;
   width: 0%;
   float: left;
   margin: 0;
   font-size: 12px;
   line-height: 20px;
   white-space: nowrap;
   background-color: transparent; 
   list-style: none;
   padding-right: 2px
}

#topmenu a {
   font-family: Verdana, Arial, Sans-Serif;
   font-size: 12px;
   display: block;
   padding-left: 0px;
   padding-right: 10px;
   text-decoration: none;
   color: #000;
   margin-top: 0px;
   margin-left: 5px
}

#topmenu a:active{
   text-decoration: underline;
}
#topmenu a:hover{
   text-decoration: underline;
}

#topmenu div#search{
	float: right; 
	width: 200px;
	height: 24px;
	text-align: left;
	padding: 5px 0px 0px 20px;
}
