/*drop menus only - style for the background-bar*/
.awBar {
 width : 10px;
 height : 10px;
 position : absolute;
 visibility : hidden;

 }

/*all menus - settings for top level menu*/
.awtopmenu {
 font-family : Georgia, 'Times New Roman', Times, serif;
 font-size : 12;
 font-weight : bold;
 color : #162B16;
 background-color : #E3E9E3;
 layer-background-color : #E3E9E3;
 padding-left : 2px;
 padding-top : 7px;
 padding-right : 2px;
 padding-bottom : 2px;
 position : absolute;

 }

/*all menus - settings for middle level menu*/
.awmiddlemenu {
 font-family : Georgia, 'Times New Roman', Times, serif;
  font-size : 12;
 font-weight : normal;
 color : #162B16;
 background-color : #E3E9E3;
 layer-background-color : #E3E9E3;
 padding-left : 2px;
 padding-top : 2px;
 padding-right : 2px;
 padding-bottom : 2px;
 position : absolute;

 }

/*all menus - settings for bottom level menu*/
.awbottommenu {
 font-family : Georgia, 'Times New Roman', Times, serif;
  font-size : 12;
 font-weight : normal;
 color : #162B16;
 background-color : #E3E9E3;
 layer-background-color : #E3E9E3;
 padding-left : 2px;
 padding-top : 2px;
 padding-right : 2px;
 padding-bottom : 2px;
 position : absolute;

 }

/*drop down menus only - settings for mouse over top level menu*/
.awtopmenuover {
 font-family : Georgia, 'Times New Roman', Times, serif;
 font-size : 12;
 font-weight : bold;
 color : #162B16;
 background-color : #FFFFFF;
 layer-background-color : #FFFFFF;
 padding-left : 2px;
 padding-top : 7px;
 padding-right : 2px;
 padding-bottom : 2px;
 position : absolute;
 cursor : hand;

 }

/*drop down menus only - settings for mouse over middle level menu*/
.awmiddlemenuover {
 font-family : Georgia, 'Times New Roman', Times, serif;
  font-size : 12;
 font-weight : normal;
 color : #162B16;
 background-color : #FFFFFF;
 layer-background-color : #FFFFFF;
 padding-left : 2px;
 padding-top : 2px;
 padding-right : 2px;
 padding-bottom : 2px;
 position : absolute;
 cursor : hand;

 }

/*drop down menus only - settings for mouse over bottom level menu*/
.awbottommenuover {
 font-family : Georgia, 'Times New Roman', Times, serif;
  font-size : 12;
 font-weight : normal;
 color : #162B16;
 background-color : #FFFFFF;
 layer-background-color : #FFFFFF;
 padding-left : 2px;
 padding-top : 2px;
 padding-right : 2px;
 padding-bottom : 2px;
 position : absolute;
 cursor : hand;

 }

/*drop down menus only - border settings for top level menu*/
.awtopmenuborder {
 background-color : #660066;
 layer-background-color : #660066;
 position : absolute;
 visibility : hidden;

 }

/*drop down menus only - border settings for middle level menu*/
.awmiddlemenuborder {
 background-color : #660066;
 layer-background-color : #660066;
 position : absolute;
 visibility : hidden;

 }

/*drop down menus only - border settings for middle level menu*/
.awbottommenuborder {
 background-color : #660066;
 layer-background-color : #660066;
 position : absolute;
 visibility : hidden;

 }

/*expanding menus only - settings for selected top level menu*/
.awtopmenuselected {

 }

/*expanding menus only - settings for selected middle level menu*/
.awmiddlemenuseleceted {

 }

/*expanding menus only - settings for selected bottom level menu*/
.awbottommenuselected {

 }

/*additional NavBars*/
.awNavBar2Table {
 text-indent : 20px;
 margin-top : 2px;

 }

.awNavBar2level0TD, .awNavBar2level0TD   a {
 font-family : Georgia, "Times New Roman", Times, serif;
 font-size : 11px;
 color : #6F916F;

 }

.awNavBar2level0TD   a:hover {
 color : #FFFFFF;

 }



