#container {
   width : 500px;
   margin-top : 1em;
   margin-bottom : 1em;
   margin-left:50px;
   position:relative;
   left:60px;
   padding-left:20px;
}

#button ul {
   margin : 0;
   padding : 0;
   white-space : nowrap; /* not wrap the list to a new line when the window is reduced in width */
  
}

#button ul li {
   display : inline;
   width : 60px;
   margin-right : -4px; /*removing whitespace between li*/
 
}

#button ul li a {
   background : #fff url(../img/global/nav1.gif) no-repeat 5px;
   margin-top : 5px;
   padding : 1px 5px 1px 15px;
   color : #484500;
   text-decoration : none;
   	font-size: 12px;
	font-weight: bold;
	color: #039;

 /*  border-bottom : 1px solid #565656;
   border-left : 1px solid #565656;
   border-top : 1px solid #565656;
  */ text-align : left;
   position : relative; /*without, no borders in IE */
}

#button li a:visited {
   color : #039;
}

#button ul li a:hover {
   color : #09c;
   background : #fff url(../img/global/nav1.gif) no-repeat 5px;
}

li#here a:link, li#here a:visited, li#here a:hover {
   color : #09c; /*#007101;*/
   background : #fff url(../img/global/nav1.gif) no-repeat 5px;
}

#specialborder {
   border-right : 0px solid #000000;
}
