@charset "utf-8";
/* CSS Document */

/* Berson Drop Down Menus */
/* A solid CSS + Suckerfish Solution */
/* Thanks to the designers at HTMLDog for their coding wisdom */

/* --- Navigation Segment --- */

#post_nav_clear {
clear: both;
}

#nav_rest {
background-color: #920;
border-bottom: 2px solid #940;
display: table;
font-family: Tahoma, Geneva, sans-serif;
font-size: 10px;
list-style: none;
margin: 0 auto;
padding: 0;
position: relative;
text-align: center;
width: 1000px;
}

.nav_ul {
list-style: none;
margin: 0;
margin-left: 3.3%; /* Adjust this value if you add more navbar links */
padding: 0;
}

.nav_li {
float: left;
list-style: none;
margin: 0;
padding: 0;
}

.nav_a {
/*background-image: url(../art/nav_bar_bg.jpg);
background-position: center;
background-repeat: repeat-x;*/
background-color: #920;
color: #FFF;
display: block;
margin: 0;
padding: 2px 16px; /* Adjust the right/left padding if you add more navbar links */
}

.nav_li a:link,
.nav_li a:visited {
color: #FFF;
text-decoration: none;
}

.nav_li a:hover {
background-color: #FFF;
background-image: none;
color: #930;
text-decoration: none;
}

#nav_course {
/*background-image: url(../art/nav_bar_bg.jpg);
background-position: center;
background-repeat: repeat-x;*/
background-color: #360;
border-bottom: 2px solid #CCC;
display: table;
font-family: Tahoma, Geneva, sans-serif;
font-size: 10px;
list-style: none;
margin: 0 auto;
padding: 0;
position: relative;
text-align: center;
width: 1000px;
}

#nav_course .nav_a {
/*background-image: url(../art/nav_bar_bg.jpg);
background-position: center;
background-repeat: repeat-x;*/
background-color: #360;
color: #FFF;
display: block;
margin: 0;
padding: 2px 25px; /* Adjust the right/left padding if you add more navbar links */
}

#nav_course .nav_li a:link,
#nav_course .nav_li a:visited {
color: #FFF;
text-decoration: none;
}

#nav_course .nav_li a:hover {
background-color: #FFF;
background-image: none;
color: #930;
text-decoration: none;
}

#nav_rest img {
 position: absolute;
top: 20px;
}

.sub_nav_ul {
list-style: none;
margin: 0;
padding: 0;
}

.sub_nav_a {
background-color: black;
color: white;
display: block;
margin: 0;
padding: 10px 20px;
}

/* --- Suckerfish --- */
#nav li ul {
position: absolute;
left: -999em;
}

#nav li:hover ul {
left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
left: auto;
}

/* --- End --- */
