/* ###################### ORIGINAL MAIN MENU SETTINGS ###################### */

.mainlevel {
  font-family      : Verdana, Geneva, Arial, Helvetica, serif;
  font-weight      : normal;
  width            : 135px;
  text-align       : left;
  text-decoration  : none;
  -moz-opacity     : 0.65;
  letter-spacing   : 2px;
  text-indent      : 5px;
  padding          : 5px;
  display          : block;
  margin-top       : 2px;
}

a.mainlevel:link, a.mainlevel:visited {
  border-top       : 1px solid #FFFFFF;
  border-bottom    : 1px solid #FFFFFF;
  background       : #74BBE9;
  color            : #FFFFFF;
  font-size		   : 10px;
  font-weight	   : bold;
  text-decoration  : none;
}
a.mainlevel:hover {
  border-top       : 1px solid #FFFFFF;
  border-bottom    : 1px solid #FFFFFF;
  background-color : #CFE9FF;
  color            : #74BBE9;
  font-size		   : 10px;
  width			   : 135px;
}

#left_outer {
  	float: left;
	margin-top: 2px;
	width: 135px;
}

#left_inner {
  align: center;
  border			: 1px solid #D7E5C2;
  padding			: 2px;
  float				: none !important;
  float				: left;
  font-family      	: Verdana, Geneva, Arial, Helvetica, serif;
  font-size			: 10px;
  font-color		: #FFFFFF;
  font-weight      	: normal;
  text-align       	: center;
  text-decoration  	: none;
}

/* ###################### TOP MENU SETTINGS ###################### */
a.buttonbar:link, a.buttonbar:visited {
  color            : #00381F;
  font-weight      : bold;
  text-transform   : uppercase;
  text-align	   : center;
  text-decoration  : none;
}

a.buttonbar:hover {
  color            : #FFFFFF;
  text-decoration  : none;
  font-weight      : bold;
}

