/*#nav{padding:0;font-size:1.1em;}
#nav li{position:relative;text-align:left;}
#nav li.over{z-index:999;}
#nav a,#nav a:hover{display:block;line-height:1.3em;text-decoration:none;}
#nav span{display:block;cursor:pointer;white-space:nowrap;}
#nav li ul span{white-space:normal;}
#nav li{float:left;}
#nav li.active a{color:#d96708;}
#nav a{float:left;padding:5px 12px 6px 8px;color:#a7c6dd;font-weight:bold;}
#nav li.over a,#nav a:hover{color:#d96708;}*/
#nav .nav-music{/*background:transparent url(../images/music.png) no-repeat 0;height:30px;*/}

/********** < Navigation */
.nav-container { background:#0a263d url(../images/bkg_nav0.jpg) 50% 0 repeat-y; }
#nav { width:755px; padding:0 16px; font-size:13px; float:right; }

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; background:url(../images/menu_misc.png) 95% 50% no-repeat; margin-right: 17px; padding-right: 5px; border-top: 1px solid #000; }
#nav li.over { z-index:998; background:url(../images/menu_misc_active.png) #ff6600 95% 50% no-repeat; }
#nav a,
#nav a:hover { display:block; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav ul li.parent a { background:url(../images/bkg_nav2.gif) 100% 100% no-repeat; }
#nav ul li.parent li a { background-image:none; }

/* 0 Level */
#nav li { float:left; }
#nav li.active a { color:#d96708; }
#nav a { float:left; padding:5px 17px 6px 8px; color:#ff6600; font-weight:bold; text-transform: uppercase; font-size: 14px; line-height: 24px;}
#nav li.over a,
#nav a:hover { color:#fff; }

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background-color:#ff6600; border: 0; }
#nav ul li.last {padding-bottom:0; }

#nav ul li { border-bottom: 1px solid #f97c28; }
#nav ul li.last { border-bottom: 0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:15em; top:35px; left:-10000px; border:1px solid #000; border-top: 0; background-color: #ff6600; margin-left: -1px; }
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:5px; }

#nav ul li a { background:#ff6600; color: #fff; background-image: none; text-transform: none; }
#nav ul li a:hover { color:#000; background:#ff6600; background-image: none; }
#nav ul span,
#nav ul li.last li span { padding:3px 15px 4px 15px; }
#nav ul li { background-image: none!important; }
#nav ul li ul { border: 1px solid #000; margin-left: 95px; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }
/********** Navigation > */
