/* CSS Document */
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: relative;
left: 0;

}

#menu dt {
cursor: pointer;
background: #DADEE3;
height: 30px;
line-height: 30px;
border: 1px solid white;
text-align: left;
font-weight: bold;
font-family:Tahoma;
font-size:10px;
text-transform:uppercase;
}

#menu dd {
position: absolute;
z-index: 100;
left: 180px;
margin-top: -2em;
width: 10em;
}

#menu ul {
padding: 2px;
}
#menu li {
/*text-align: center;
font-size: 85%;
height: 18px;
line-height: 18px;*/
cursor: pointer;
background: #DADEE3;
height: 30px;
line-height: 30px;
border-bottom: 1px solid white;
text-align: left;
font-weight: bold;
font-family:Tahoma;
font-size:10px;
text-transform:uppercase;
background:#003082;
color:#FFFFFF;
padding-left:5px;
}

.ceva{
width:270px;
}



#menu li a{
color: #FFFFFF;
text-decoration: none;
display: block;
}

#menu dt a {
color: #000;
text-decoration: none;
display: block;
}

#menu li a:hover {
text-decoration: none;
background:#003082;
color:#FFFFFF;
}

#menu dt:hover {
text-decoration: none;
background:#003082;
color:#FFFFFF;
}

#menu dt a:hover {
text-decoration: none;
background:#003082;
color:#FFFFFF;
}

.selectedmenu{
color:#FFFFFF;
background:#003082;
}
