/*
(c)Copyright 2007, Oliver the Clown Fish / Stephanie Guzman, all rights reserved.
Author: E-Moxie Data Solutions, Inc (http://www.e-moxie.com/)

Stylesheet for Flash fall-back

*/

#nav-noflash ul {
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
}
#nav-noflash li { margin: 0 0 3px 0; }
#nav-noflash a {
display: block;
padding: 2px 2px 2px 35px;
border: 1px solid #333;
width: 190px;
background-color: #000;
background-image: url(../images/nav_norm.gif);
}
#nav-noflash a:link, #nav-noflash a:visited {
color:#666;
text-decoration: none;
}
#nav-noflash a:hover {
border: 1px solid #333;
background-color: #F60;
background-image: url(../images/nav_down.gif);
color: #333;
}