.arrowlistmenu {
width: 180px; /*width of menu*/
}
.header {
margin-bottom: 0px;
padding: 0 0 0 0; /*header text is indented 10px*/
background: url(http://www.tourworld.com.my/images/left_menu/top_bg.jpg) no-repeat;
height: 33px;
width: 200px;
}
#container {
width: 200px;
}
.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0; /*bottom spacing between each UL and rest of content*/
background: url(http://www.tourworld.com.my/images/left_menu/center_bg.jpg) repeat;
width: 200px;
}
.arrowlistmenu ul li{
width: 200px;
height: 33px;
}
.arrowlistmenu ul li a{
display: block;
padding: 0 0;
padding-left: 0px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 0px solid #dadada;
font-size: 90%;
}
.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color: #e7e5c2;
width: 165px;
margin-left: 0px;
}
.footer {
background: url(http://www.tourworld.com.my/images/left_menu/footer.jpg) no-repeat;
height: 15px;
width: 200px;
}