



/* General properties */
#nav {
  /* width: 905px;           Width of Navigation Bar */
  width: 1024px;              /*Width of Navigation Bar */
  overflow: auto;
}

/* List Styling */

ul {
  padding: 0;
  margin: 0;
}

li {
  display: inline;
  padding: 0;
}

li a {
  font-family: Arial;
  font-size: 12pt;
  text-decoration: none;
  float: left;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 24px;
  color: #fff;
}


 /* Main Container */                                                   /* Start Red Styling */
.red_nav_container {
  height: 36px;
  background-image: url(../images/red.png);
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow:0px 2px 1px #000000;
  -webkit-box-shadow:0px 2px 1px #000000;
  -mox-box-shadow:0px 2px 1px #000000;
}
 /* Hover Effect */
.red_nav_container li a:hover {
  background-image: url(../images/red.png);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-top: -2px;
  padding-bottom: 12px;
  box-shadow:0px 2px 1px #000000;
  -webkit-box-shadow:0px 2px 1px #000000;
  -mox-box-shadow:0px 2px 1px #000000;
}
 /* Active State */
.red_nav_container .active a {
  font-weight: bold;
  background-image: url(../images/red.png);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-top: -2px;
  padding-bottom: 12px;
  box-shadow:0px 2px 1px #000000;
  -webkit-box-shadow:0px 2px 1px #000000;
  -mox-box-shadow:0px 2px 1px #000000;
}                                                                       /* End Red Styling */

/* Main Container */                                                   /* Start Blue Styling */
.blue_nav_container {
  height: 36px;
  background-image: url(../images/blue.png);
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow:0px 2px 1px #000000;
  -webkit-box-shadow:0px 2px 1px #000000;
  -mox-box-shadow:0px 2px 1px #000000;
}
 /* Hover Effect */
.blue_nav_container li a:hover {
  background-image: url(../images/blue.png);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-top: -2px;
  padding-bottom: 12px;
  box-shadow:0px 2px 1px #000000;
  -webkit-box-shadow:0px 2px 1px #000000;
  -mox-box-shadow:0px 2px 1px #000000;
}
 /* Active State */
.blue_nav_container .active a {
  font-weight: bold;
  background-image: url(../images/blue.png);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-top: -2px;
  padding-bottom: 12px;
  box-shadow:0px 2px 1px #000000;
  -webkit-box-shadow:0px 2px 1px #000000;
  -mox-box-shadow:0px 2px 1px #000000;
}                                                                       /* End Blue Styling */

/* Main Container */                                                   /* Start orange Styling */
.orange_nav_container {
  height: 36px;
  background-image: url(../images/orange.png);
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow:0px 2px 1px #000000;
  -webkit-box-shadow:0px 2px 1px #000000;
  -mox-box-shadow:0px 2px 1px #000000;
}
 /* Hover Effect */
.orange_nav_container li a:hover {
  background-image: url(../images/orange.png);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-top: -2px;
  padding-bottom: 12px;
  box-shadow:0px 2px 1px #000000;
  -webkit-box-shadow:0px 2px 1px #000000;
  -mox-box-shadow:0px 2px 1px #000000;
}
 /* Active State */
.orange_nav_container .active a {
  font-weight: bold;
  background-image: url(../images/orange.png);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-top: -2px;
  padding-bottom: 12px;
  box-shadow:0px 2px 1px #000000;
  -webkit-box-shadow:0px 2px 1px #000000;
  -mox-box-shadow:0px 2px 1px #000000;
}                                                                       /* End orange Styling */

/* Main Container */                                                   /* Start purple Styling */
.purple_nav_container {
  height: 36px;
  background-image: url(../images/purple.png);
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow:0px 2px 1px #000000;
  -webkit-box-shadow:0px 2px 1px #000000;
  -mox-box-shadow:0px 2px 1px #000000;
}
 /* Hover Effect */
.purple_nav_container li a:hover {
  background-image: url(../images/purple.png);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-top: -2px;
  padding-bottom: 12px;
  box-shadow:0px 2px 1px #000000;
  -webkit-box-shadow:0px 2px 1px #000000;
  -mox-box-shadow:0px 2px 1px #000000;
}
 /* Active State */
.purple_nav_container .active a {
  font-weight: bold;
  background-image: url(../images/purple.png);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-top: -2px;
  padding-bottom: 12px;
  box-shadow:0px 2px 1px #000000;
  -webkit-box-shadow:0px 2px 1px #000000;
  -mox-box-shadow:0px 2px 1px #000000;
}                                                                       /* End purple Styling */

/* Main Container */                                                   /* Start green Styling */
.green_nav_container {
  height: 36px;
  background-image: url(images/green.png);
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow:0px 2px 1px #000000;
  -webkit-box-shadow:0px 2px 1px #000000;
  -mox-box-shadow:0px 2px 1px #000000;
}
 /* Hover Effect */
.green_nav_container li a:hover {
  background-image: url(images/green.png);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-top: -2px;
  padding-bottom: 12px;
  box-shadow:0px 2px 1px #000000;
  -webkit-box-shadow:0px 2px 1px #000000;
  -mox-box-shadow:0px 2px 1px #000000;
}
 /* Active State */
.green_nav_container .active a {
  font-weight: bold;
  background-image: url(images/green.png);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-top: -2px;
  padding-bottom: 12px;
  box-shadow:0px 2px 1px #000000;
  -webkit-box-shadow:0px 2px 1px #000000;
  -mox-box-shadow:0px 2px 1px #000000;
}                                                                       /* End green Styling */


