/* Start of CMSMS style sheet 'navigation' */
dfn {
position: absolute;
left: -1000px;
top: -1000px;
width: 0;
height: 0;
overflow: hidden;
display: inline;
}


#nav{
position: absolute;
top: 0px;
left: 414px;
width: 150px;
	}

	
#nav ul {
list-style: none;
background: none;
position: relative;
}


#nav ul li {
font-size:.7em;  
display: block;
background: none;
line-height:3.3em;
}


#nav ul li a {
background: none;
text-decoration: none;
font-weight:bold;
text-transform:uppercase;
color: #FFF;
padding: 6px 0px 6px 20px;/*top right bottom left*/
}

#nav ul li a:hover{
font-weight:bold;
text-transform:uppercase;
color: #000;
padding: 6px 0px 6px 20px;/*top right bottom left*/
background: no-repeat center left;
background-image:url(uploads/images/microphonenav.jpg);
}

#nav ul li.currentpage{
font-weight:bold;
text-transform:uppercase;
color: #000;
padding: 0px 0px 0px 20px;/*top right bottom left*/
background: no-repeat center left;
background-image:url(uploads/images/microphonenav.jpg);
}

/* End of 'navigation' */

