/* GENERAL STYLES */
#footermenu {height: 67px;}
#footermenu a { text-decoration: none; }

#footermenu ul
{
padding: 0;
margin: 0;
list-style-type: none;
position: relative;
}

#footermenu li { display: inline; }

/*1st level elements*/
#footermenu ul
{

}

#footermenu li { margin: 0 0 0px; }

#footermenu ul a,
#footermenu ul a:link,
#footermenu ul a:visited
{
color: white;
border-right: 1px solid white;
padding-left:9px;
padding-right:9px;
}

#footermenu ul a:hover,
#footermenu ul a:focus
{


color: #990000;
}

/*current Link*/
#footermenu ul a.currentPage:hover
{
color:white;
font-style: normal;
background-color: transparent;
}
#footermenu ul a.currentPage,
#footermenu ul a.currentSection,
#footermenu ul a#current:link,
#footermenu ul a#current:visited { color: #990000;}

/*Second and subsequent levels*/
#footermenu ul ul
{
font-size: 80%;
position: absolute;
top: 23px;
left: 0;
width: 100%;
border-top: none;
}

#footermenu ul ul li { display: inline; }

#footermenu ul ul a,
#footermenu ul ul a:link,
#footermenu ul ul a:visited
{

}

#footermenu ul ul a:hover,
#footermenu ul ul a:focus
{
color: #990000;
}

/*current Link*/
#footermenu ul ul a#subcurrent,
#footermenu ul ul a#subcurrent:link,
#footermenu ul ul a#subcurrent:visited { font-weight: bold; }


/* EDITOR PROPERTIES */
