/* CSS Document */

#nav, #nav ul{
margin: 0;
list-style:none;
}

#nav li{
float: left;
position: relative;
width: 185px;
font-size: 1em;
font-weight: 100;
margin-right: 3em;
padding-top:2em;
}

.cline{
border-bottom: 2px solid #f4a300;
padding-bottom: 0.4em;
margin-bottom:0.4em;
}

.oline{
border-bottom: 2px solid #0092d0;
padding-bottom: 0.4em;
margin-bottom:0.4em;
}

.cgline{
border-bottom: 2px solid #7b003b;
padding-bottom: 0.4em;
margin-bottom:0.4em;
}

.rline{
border-bottom: 2px solid #4c8f22;
padding-bottom: 0.4em;
margin-bottom:0.4em;
}

#nav a{
display: block;
text-decoration: none;
color: #004963;
}

#nav a:visited{
text-decoration: none;
color: #004963;
}

#nav ul{
display: none;
position: absolute;
}

#nav ul li{
background:url(../images/tabtab.gif) no-repeat;
font-size:0.75em;
padding:0;
width: 145px;
height: 25px;
}

#nav ul li a{
color:#FFFFFF;
padding: 5px 0 5px 4px;
}

#nav ul li a:visited{
color:#FFFFFF;
padding: 5px 0 5px 4px;
}

#nav li:hover ul{
display: block;
}

#courses a:hover{
background:url(../images/tabcou.gif) no-repeat;
}

#organisations a:hover{
background:url(../images/tabo.gif) no-repeat;
}

#coaching a:hover{
background:url(../images/tabcoa.gif) no-repeat;
}

#refining a:hover{
background:url(../images/tabref.gif) no-repeat;
}

