/* GENERAL STYLES */
#navcontainer { height:28px;overflow:hidden;}
#navcontainer a { text-decoration: none; }

#navcontainer ul
{
height:32px;
line-height:32px;
padding: 0;
margin: 0;
list-style-type: none;
position: relative;
}

#navcontainer li { display: inline; }

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

}

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

#navcontainer ul a,
#navcontainer ul a:link,
#navcontainer ul a:visited
{
color:white;
display:block;
float:left;
height:32px;
line-height:32px;
padding:0 5px;
text-align:center;
width:80px;
}

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


color: black;
}

/*current Link*/
#navcontainer ul a.currentPage:hover
{
color:white;
display:block;

background-color: transparent;
}
#navcontainer ul a.currentPage,
#navcontainer ul a.currentSection,
#navcontainer ul a#current:link,
#navcontainer ul a#current:visited { font-weight: bold; text-decoration: underline; color:white;
display:block;
float:left;
height:24px;
line-height:24px;
padding:0 5px;
text-align:center;
width:80px;
border-top: 4px solid gold;
}

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

#navcontainer ul ul li { display: inline; }

#navcontainer ul ul a,
#navcontainer ul ul a:link,
#navcontainer ul ul a:visited
{
background-color: #95B1BB;
color: black;
}

#navcontainer ul ul a:hover,
#navcontainer ul ul a:focus
{
background-color: #9CD4F7;
color: black;
}

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

table.sortable th, table.sortable td
{
padding: 1px;
}
table.sortable
{
font-size: 10px;
}

/* EDITOR PROPERTIES */
