%STARTINCLUDE%
#menu {
position: absolute;
top: 110px;
left: 5px;
width: 200px;
}
#menu ul {
margin: 0px;
padding: 0px;
}
#menu li {
list-style: none;
margin: 1px;
}
#menu li a,
#menu li a:visited {
color: #545454 !important;
padding-left: 22px;
background-image: url("%PUBURL%/%WEB%/WebCSS/ico_Enter_off.png");
background-repeat: no-repeat;
background-position: left bottom;
margin: 2px;
text-decoration: none;
}
#menu li a:hover {
color: #c4a000 !important;
background-image: url("%PUBURL%/%WEB%/WebCSS/ico_Enter.png");
background-repeat: no-repeat;
}
.menuBOX {
background-image: url("%PUBURL%/%WEB%/WebCSS/BoxMenu_BG.png");
background-repeat: no-repeat;
background-position: left bottom;
}
.menuBOX a {
text-decoration: none !important;
}
.menuBOX div {
padding-left: 5px;
padding-right: 5px;
}
.menuBOX h3 {
font-family: Verdana, Sans-Serif;
font-size: 15px;
text-align: center;
color: #FFF;
background-image: url("%PUBURL%/%WEB%/WebCSS/BoxMenu_TOP.png");
background-repeat: no-repeat;
background-position: left top;
font-weight: bold;
height: 30px;
margin: 0px;
line-height: 30px;
vertical-align: middle;
}
a.box_button {
text-decoration: none;
color: #FFF !important;
}
%STOPINCLUDE%