@charset "utf-8";
/* CSS Document */

#navMenu{
font-size: 72%;
}

#navMenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#navMenu ul{
text-indent: 10px;
padding: 3px 0;
margin: 0;
background: none; /* url(../images/nav_bg.gif) repeat-x; */
border-bottom: none; /* 2px solid #bebebe; */
text-align: left; /*set value to "center" for example to center items*/
}

#navMenu ul li{
display: inline;
}

#navMenu ul li a{
color: #666666;
padding: 3px 0;
padding-right: 25px;
margin: 0;
text-decoration: none;
background: none; /* transparent url(../images/nav_sep.gif) top right no-repeat; */
}

#navMenu ul li a:visited{
color: #666666;

} 

#navMenu ul li a:hover{
color: black;
text-decoration:overline underline;
}
body#home a#nav-home,
body#new a#nav-new,
body#linework a#nav-linework,
body#fun a#nav-fun,
body#about a#nav-about
{
color: #000000;
text-decoration: underline;
}