#navmenu {
	float:left;
	margin-top:0px;
	padding-top:0px;
	list-style-typ:none;
width:610px; 
border-left:1px solid #fff; 
text-align: right;
	}

/* remove all the bullets, borders and padding from the default list styling */
#navmenu ul {
padding:0;
margin:0;
list-style-type:none;
}


/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#navmenu  li {
float:left;
width:121px;

}

/* style the links for the top level */
#navmenu  a, #navmenu  a:visited {
display:block;
font-size:10px;
text-decoration:none; 
color:#fff; 
width:120px; 
height:21px; 
border:0px solid #fff; 
border-width:0px 1px 1px 0px; 
background-color:#2b5887;
padding: 0px;
text-align: center;
line-height:21px;
}