/* CSS Document */

/**
 *  Menu Styling
 * ------------
 * You can control the way menu behave and look
 * by using the CSS settings below
 */
 
#nav a:link, #nav a:visited{
color:#CCCCCC;
text-decoration:none;
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;

}

#nav a:hover {
color:#999999;
} 

#footer a:link, #footer a:visited{
color:#CCCCCC;
text-decoration:none;
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:10px;
font-weight:normal;
}

#footer a:hover {
color:#999999;
}
/* Nav bar and Footer bar*/

#nav li
{
display:inline;
list-style-type:none;
}

#footer li
{
display:inline;
list-style-type:none;

}
