NAV, Div.menu,  Div.menu A {
font-size: 15px;
min-height: 19px;
height: 19px;
max-height: 19px;
padding: 0;
margin: 0;
}
NAV {
width: 100%;
display: table;
background: -moz-linear-gradient(top, #63b3fb, #52a6fa, #3f8bf3, #3780f0, #3274ec, #2b67e5, #2c60e4,#52a6fa);
background-image: -webkit-gradient(linear, top, #63b3fb, #52a6fa, #3f8bf3, #3780f0, #3274ec, #2b67e5, #2c60e4,#52a6fa);
background-image: url(../images/menu_blue_small.png);
}
DIV.menu {
display: table-cell;
width: 12%;
text-align: center;
}
DIV.menu A {
font-size: 15px;
text-decoration: none;
color: white;
font-family: Calibri, 'Droid Sans', Sans-serif;
text-shadow: 0px 0px 5px #fff;
}
DIV.menu a:hover {
text-shadow: none;
padding: 3px;
background-color: black;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-khtml-border-top-left-radius: 5px;
-khtml-border-top-right-radius: 5px;
position: relative;
margin-top: -1px;
}
div#menuitem1 A:hover {
-moz-border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
border-radius: 5px;
margin-top: -1px;
}
div#menuitem8 A:hover {
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px;
-khtml-border-bottom-right-radius: 5px;
margin-top: -1px;
}
:before {
padding-right: 1px;
vertical-align: middle;
}
div#menuitem1:before {
content:url(../images/icons/small/mail_small.png)}
div#menuitem2:before {
content:url(../images/icons/small/links_small.png)}
div#menuitem3:before {
content:url(../images/icons/small/twitter_small.png)}
div#menuitem4:before {
content:url(../images/icons/small/downloads_small.png)}
div#menuitem5:before {
content:url(../images/icons/small/photos_small.png)}
div#menuitem6:before {
content:url(../images/icons/small/blog_small.png)}
div#menuitem7:before {
content:url(../images/icons/small/tech_small.png)}
div#menuitem8:before {
content:url(../images/icons/small/about_small.png)}