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

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

}

#menutop li { display: inline; }

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

}

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

#menutop ul a,
#menutop ul a:link,
#menutop ul a:visited
{
color: white;
border-right: 1px solid white;
 padding-left: 20px; padding-right: 20px; padding-bottom: 2px;
 font-size: 14px;
 
}

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


color: #990000;
}

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

/*Second and subsequent levels*/
#menutop ul ul
{
left:584px;
position:absolute;
top:12px;
height: 16px;
width: 100%;
border-left: 1px white dashed;
padding-left:24px;
padding-top:17px;

}

#menutop ul ul li { display: inline; }

#menutop ul ul a,
#menutop ul ul a:link,
#menutop ul ul a:visited
{
border-right: 1px white solid;
padding-left: 0px; padding-right: 15px;
 font-size: 12px;

}

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

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


/* EDITOR PROPERTIES */
