﻿body
{
font: 85% arial;
}

ul, li, a, body
{
margin: 0; 
padding: 0;
}

a
{
color: #FFFFFF;
text-decoration: none;
}

ul
{
height: 1.5em;
width: 100%;
}

li
{
display: inline;
float: left;
line-height: 1.5em;
position: relative;
text-align: center;
width: 119px;
padding-bottom: 2px;
font-size: 12px;
}

li:hover
{
background-color: none;
}

/* Second tier */

li ul
{
background: #666666 url(img/sottomenu.gif) top center repeat-y;
display: none;
height: auto;
left: 0;
position: absolute;
top: 100%;
width: 119px;
}

/* When the user hovers over a list item, we'll then make the nested unordered list visibile*/

li:hover ul
{
display: block;
}

li ul li
{
border-right: none;
padding: 0;
text-align: center;
width: 100%;
font-size: 0.85em;
}

li ul li a
{
padding-left: 0;
}

li ul li:hover a
{
background: url(img/sottomenuhover.gif) top center repeat-y;
display: block;
height: 100%;
}

.noBorder
{
border: none;
}

