....You might find this codes useful for your change 
HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
html,body{spacing:0;padding:0;}
#right {
width: 260px;
padding: 0px;
border: 3px solid #211E08;
text-align:center;
}
ul {
list-style-type: none;
margin: 0px;
padding: 0px;
}
li {
padding: 0px;
width: 150px;
text-align: center;
margin:auto;
}
#right a {
width: 150px;
display: block;
background: #666;
color: #efefff;
font: 12pt Tahoma, Arial;
text-decoration: none;
padding: 0px;
line-height:35px;
}
#right a:hover, a.active{
color: #fff;
border-left: 12px solid #ccc;
}
</style>
<title>My Page</title>
</head>
<body>
<div id="right">
<h3>Menus</h3>
<ul>
<li><a href="#" class="active">Home</a></li>
<li><a href="#">About Me</a></li>
<li><a href="#">Experience</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">Sample Work</a></li>
</ul>
<br/>
</div>
</body>
</html>
Bookmarks