/*
By Joe Pettersson @ http://www.joepettersson.com
A dark jQuery powered navigation menu

Distributed under the Creative Commons Attribution 3.0 License
*/

/***** Demo styles - you can safely ignore all of these styles, they merely style the demo *****/
html, body { border:0; margin:0; padding:0; }
body { Arial, Helvetica, sans-serif; }

.wrapper { width:750px; margin:0px auto; background-color: #444; font-family: Arial;}

.bodywrapper { width:750px; margin:0px auto; border: 1px; border-color: #444; }

.contentwrapper { width:750px; margin:0px auto; background-color: white; font-size:1em; font-family: Arial;}

h1 {width: 757px; margin: 20px auto 5px; font-size: 20px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }

a{text-decoration: none; color: MidnightBlue;}

.selected{color: MidnightBlue; }

.visited{color: MidnightBlue; }