#smenu {
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
	font-weight: bold; /*position: absolute;
float:left;*/
/*left: 220px
position: relative;
float: left;
z-index: 1000;*/
	text-align: left;
	float: right;
	margin: 6px 0px 0px 0px;
	padding-right: 10px;
	font-size: 1em;
}
#smenu ul {
list-style: none;
margin: 0px 0px 0px 0px;
padding: 0;
width: 130px;
float: left;
z-index: 1000;
}

#smenu a {

display: block;
margin: 0;
padding: 2px 3px;
color: #fff;
text-align: center;
text-transform: uppercase;
}
