<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style rel="stylesheet" type="text/css">
#rightmenu {
font-size: 0.9em;
margin: 0;
padding: 0;
}
#rightmenu a {
display: block;
background: url(images/arrow.gif) no-repeat center left;
color: #6A849D;
padding: 2px 2px 5px 15px;
margin: 0 0 1px 0;
text-decoration: none;
background-position: 4px;
}
#rightmenu a:hover {
color: #AE6427;
background: url(images/arrow.gif) no-repeat center left;
background-position: 4px;
}
</style>
</head>
<body>
<div id="rightmenu"><a href="">One</a> <a href="">Two</a> <a href="">Tree</a> <a href="">Four</a></div>
</body>
</html>
|