* {
padding : 0;
margin : 0 0 0 0px;
}
body {
font : 12px Verdana, Arial, Helvetica;
}
#bg {
background : url(images/v-menu.jpg);
width : 500px;
padding : 0;
margin : 0 auto;
}
#wrapper {
width : 500px;
padding : 0;
margin : 0 auto;
}
#leftcolumn {
float : right;
width : 312px;
height : 344px;
background-image : url(images/v-menu.jpg);
}
#rightcolumn {
float : left;
width : 525px;
}
.dropdown {
display : block;
position : relative;
}
.dropdown dt {
width : 312px;
padding : 5px;
font-weight : bold;
cursor : pointer;
}
.dropdown .upperdd {
border-bottom : none;
}
.dropdown dt:hover {
width : 270px;
background : url(images/hover.jpg) no-repeat;
margin : 0 0 0 17px;
}
.dropdown dd {
position : absolute;
top : 0;
overflow : hidden;
width : 220px;
display : none;
background : #fff;
}
.dropdown ul {
width : 214px;
list-style : none;
}
.dropdown li {
display : inline;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
display : block;
padding : 0;
color : #c20000;
text-decoration : none;
width : auto;
margin : 0;
}
