
#verticalmenu2  {

width: 99%;
float:left ;
}

#verticalmenu2  p
{
font-size:9pt !important;
}

#verticalmenu2  ul
{

font-family: Arial, Helvetica, sans-serif;
list-style-type:none;
margin:0;
margin-top:10px;
padding:0;
}

#verticalmenu2  li
{
display: inline;
/* for IE5 and IE6 */
}

#verticalmenu2 a
{

font-size: 9pt;
text-decoration: none !important;	
color: #9b0072 !important;
}


#verticalmenu2 li a
{
color: #fff !important;
text-decoration: none;
text-align:center;
font-size: 9pt;
font-weight:bold;
display: block;
padding: 6px;
width: 90%;
background-color: #acc0e2;
border-top: 8px solid #fff;
border-bottom: 2px solid #fff;
}

#verticalmenu2  a:link, #menu a:visited
{
color: #101084;
text-decoration: none;
}

#verticalmenu2 li a:hover
{
background-color: #1e5ea5;
color: #a34545;
}

#verticalmenu2  li a#current
{
border-top: 0px;
border-bottom: 1px solid #fff; /*unabhaengig von normalem border*/
background: #1e5ea5;
}
