/*nav-menu style sheet*/

<style type="text/css">

/*maths*/
#navcontainer { width: 170px; }

#navcontainer ul
{
margin-left: 1;
padding-left: 1;
list-style-type: square;
font-family: Arial, Helvetica, sans-serif;
font-size: 70%; 
}

#navcontainer a:link, #navlist a:visited
{
color: #000;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #369;
color: #fff;
}

/*reading*/
#navcontainer2 { width: 170px; }

#navcontainer2 ul
{
margin-left: 1;
padding-left: 1;
list-style-type: square;
font-family: Arial, Helvetica, sans-serif;
font-size: 75%; 
}

#navcontainer2 a:link, #navlist a:visited
{
color: #000;
text-decoration: none;
}

#navcontainer2 a:hover
{
background-color: #369;
color: #fff;
}

#navcontainer2 a
{
display: block;
padding: 0px;
width: 0px;
background-color: #6FC;
border-bottom: 1px solid #eee;
}

/*briefings_environment*/
#navcontainer3 { width: 170px; }

#navcontainer3 ul
{
margin-left: 1;
padding-left: 1;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 70%; 
}

#navcontainer3 a:link, #navlist a:visited
{
color: #000;
text-decoration: none;
}

#navcontainer3 a:hover
{
background-color: #369;
color: #fff;
}

.cen-bd-blk-sm {
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

</style>