#sekcontainer { width: 160px; }

#sekcontainer ul
{
margin-left: 0;
font-size:12px;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#sekcontainer a
{ 
display: block;
padding: 5px;
width: 160px;
background-color: #6F9ED4;
border-bottom: 1px solid #eee;
}

#sekcontainer a:link, #seklist a:visited
{
color: #EEEeee;
text-decoration: none;
}

#sekcontainer a:hover
{
background-color: #538CCC;
color: #F4EEE3;
}