#navBg { 
  padding-left: 9px; 
  height: 20px; 
  background: url('images/nav_corner.gif'); 
  background-repeat: no-repeat; 
  font-weight:normal;
  background-color: #A65A83;
}
#navBg ul { /* all lists */
  padding: 0;
  margin: 0;
  list-style: none;
  background: #A65A83;
}
li.top { /* all list items */
  float: left;
  position: relative;
  background: #A65A83;
  height: 20px;
  margin:0; 
  padding: 0 6px 0 6px;  
  border-right: 1px solid #fff;
  width:90px;
  text-align:center;
}
li.top_long {
  width:90px;
  float: left;
  position: relative;
  background: #A65A83;
  height: 20px;
  margin:0; 
  padding: 0 6px 0 6px;  
  text-align:center;
}
#navBg ul.second { /* second-level lists */
  display: none;
  position: absolute;
  top: 1em;
  left: 0;
  width:150px;
  border-style: none;
  padding:0; 
  margin:0;
  background:transparent;
}
#navBg li.second { 
  border-style: none; 
  padding: 3px; 
  margin: 0;  
  background: #A65A83;
  text-align:left;
}
* html #navBg li.second {
  margin: 0;
}
li.second_1 {
  padding:3px;
  width:1px;
  height:2px;
  margin: 2px 0 0 0;
}
* html li.second_1 {
	margin:-15px 0 0 0;
}
#navBg li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
  top: auto;
  left: auto;
}

#navBg li:hover ul, #navBg li.over ul { /* lists nested under hovered list items */
  display: block;
}

#nav li a { 
  font-weight: bold;
  font-family: times new roman,helvetica,sans-serif,arial,verdana; 
  font-size: 11pt; color: #fff; text-decoration: none;
}
#nav li a:hover { 
  font-family: times new roman,helvetica,sans-serif,arial,verdana; 
  font-size: 11pt; 
  color: #E6A0C6; 
  text-decoration: none;  
}
