Det er hårdt arbejde, lige som at lære russisk det her :-)
Men det er da lykkedes mig at ændre farven på navigationsboksen og når man peger på teksten kan man se den (er hvid) men hvad gør jeg for at den vises uden at køre musen over ? har i nogen gode råd, har sat hele menuen ind nederst.
/* =Menu
-------------------------------------------------------------- */
#access {
background: #3c057a; /* Show a solid color for older browsers */
background: -moz-linear-gradient(#3c057a, #0a0a0a);
background: -o-linear-gradient(#3c057a, #0a0a0a);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3c057a), to(#0a0a0a)); /* older webkit syntax */
background: -webkit-linear-gradient(#3c057a, #0a0a0a);
-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
clear: both;
display: block;
float: left;
margin: 0 auto 6px;
width: 100%;
}
#access ul {
font-size: 13px;
list-style: none;
margin: 0 0 0 -0.8125em;
padding-left: 0;
}
#access li {
float: left;
position: relative;
}
#access a {
color: #3c057a;
display: block;
line-height: 3.333em;
padding: 0 1.2125em;
text-decoration: none;
}
#access ul ul {
-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
box-shadow: 0 3px 3px rgba(0,0,0,0.2);
display: none;
float: left;
margin: 0;
position: absolute;
top: 3.333em;
left: 0;
width: 188px;
z-index: 99999;
}
#access ul ul ul {
left: 100%;
top: 0;
}
#access ul ul a {
background: #3c057a;
border-bottom: 1px dotted #ddd;
color: #eee;
font-size: 13px;
font-weight: normal;
height: auto;
line-height: 1.4em;
padding: 10px 10px;
width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
background: #3c057a;
}
#access li:hover > a,
#access a:focus {
background: #3c057a; /* Show a solid color for older browsers */
background: -moz-linear-gradient(#3c057a, #e5e5e5);
background: -o-linear-gradient(#3c057a, #e5e5e5);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3c057a), to(#e5e5e5)); /* Older webkit syntax */
background: -webkit-linear-gradient(#3c057a, #e5e5e5);
color: #f9f9f9;
}
#access ul li:hover > ul {
display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
font-weight: bold;
}