I'm using cssmenu template and tried to create a css for it myself but... Well here's that css too:
Code: Select all
#menu {
color: #752B2B;
font-family: arial, helvetica, sans-serif;
font-size: 8pt;
font-weight: bold;
padding-top: 47px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
width: 170px;
}
#primary-nav a {
color: #752B2B;
text-decoration: none;
}
#primary-nav li {
color: #752B2B;
font-family: arial, helvetica, sans-serif;
font-size: 8pt;
font-weight: bold;
list-style-type: none;
}
#primary-nav li li {
font-family: arial, helvetica, sans-serif;
font-size: 8pt;
font-weight: normal;
list-style: none;
}
#primary-nav ul {
margin-left: 10px;
padding-left: 10px;
}


