


/* =Primary Menu
-------------------------------------------------------------- */
.menu {
background-color: #585858;
background-image: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#3d3d3d));
background-image: -webkit-linear-gradient(top, #585858, #3d3d3d);
background-image: -moz-linear-gradient(top, #585858, #3d3d3d);
background-image: -ms-linear-gradient(top, #585858, #3d3d3d);
background-image: -o-linear-gradient(top, #585858, #3d3d3d);
background-image: linear-gradient(top, #585858, #3d3d3d);
clear: both;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#585858, endColorstr=#3d3d3d);
margin: 0 auto;
}
background-color: #585858;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#585858, endColorstr=#3d3d3d);
/* =Primary Menu
-------------------------------------------------------------- */
.menu {
background-color:#0084eb;
background-image:-webkit-gradient(linear, left top, left bottom, from(#0084eb), to(#005ea8));
background-image:-webkit-linear-gradient(top, #0084eb, #005ea8);
background-image:-moz-linear-gradient(top, #0084eb, #005ea8);
background-image:-ms-linear-gradient(top, #0084eb, #005ea8);
background-image:-o-linear-gradient(top, #0084eb, #005ea8);
background-image:linear-gradient(top, #0084eb, #005ea8);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0084eb, endColorstr=#005ea8);
}
.menu a {
border-color: #027ad7;
}

/* =Primary Menu
-------------------------------------------------------------- */
.menu {
background-color:#0084eb;
background-image:-webkit-gradient(linear, left top, left bottom, from(#0084eb), to(#005ea8));
background-image:-webkit-linear-gradient(top, #0084eb, #005ea8);
background-image:-moz-linear-gradient(top, #0084eb, #005ea8);
background-image:-ms-linear-gradient(top, #0084eb, #005ea8);
background-image:-o-linear-gradient(top, #0084eb, #005ea8);
background-image:linear-gradient(top, #0084eb, #005ea8);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0084eb, endColorstr=#005ea8);
}
.menu a {
border-left:1px solid #027ad7;
color:#fff;
display:block;
font-size:13px;
font-weight:700;
height:45px;
line-height:45px;
margin:0;
padding:0 0.9em;
position:relative;
text-decoration:none;
text-shadow:0 1px 1px #014880;
}
.menu a:hover {
background-color:#4eb0fd;
background-image:-webkit-gradient(linear, left top, left bottom, from(#4eb0fd), to(#0084eb));
background-image:-webkit-linear-gradient(top, #4eb0fd, #0084eb);
background-image:-moz-linear-gradient(top, #4eb0fd, #0084eb);
background-image:-ms-linear-gradient(top, #4eb0fd, #0084eb);
background-image:-o-linear-gradient(top, #4eb0fd, #0084eb);
background-image:linear-gradient(top, #4eb0fd, #0084eb);
color:#fff;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4eb0fd, endColorstr=#0084eb);
}
.menu .current_page_item a {
background-color:#005ea8;
}
It looks like you're new here. If you want to get involved, click one of these buttons!