/*drop menus only - style for the background-bar*/
.awBar {
 width : 0px;
 height : 10px;
 position : absolute;
 visibility : hidden;

 }

/*all menus - settings for top level menu*/
.awtopmenu {
 font-family : arial,helvetica;
 font-size : 12px;
 font-weight: normal;
 color : #999999;
 background-color : white;
 layer-background-color : white;
 padding-left : 0px;
 padding-top : 2px;
 padding-right : 2px;
 padding-bottom : 2px;
 position : absolute;

 }

/*all menus - settings for middle level menu*/
.awmiddlemenu {
 font-family : arial,helvetica;
 font-size : 11px;
 color : #660066;
 background-color : #DEC7CE;
 layer-background-color : #DEC7CE;
 padding-left : 2px;
 padding-top : 2px;
 padding-right : 2px;
 padding-bottom : 2px;
 position : absolute;

 }

/*all menus - settings for bottom level menu*/
.awbottommenu {
 font-family : arial,helvetica;
 font-size : 11px;
 color : #660066;
 background-color : #EAEFED;
 layer-background-color : #EAEFED;
 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 : arial,helvetica;
 font-size : 12px;
 color : #660066;
 background-color : #ECDFE3;
 layer-background-color : #ECDFE3;
 padding-left : 0px;
 padding-top : 2px;
 padding-right : 2px;
 padding-bottom : 2px;
 position : absolute;
 cursor : hand;

 }

/*drop down menus only - settings for mouse over middle level menu*/
.awmiddlemenuover {
 font-family : arial,helvetica;
 font-size : 11px;
 color : #660066;
 background-color : white;
 layer-background-color : white;
 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 : arial,helvetica;
 font-size : 11px;
 color : #660066;
 background-color : white;
 layer-background-color : white;
 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 {
 color : #693d3c;
 }

/*expanding menus only - settings for selected middle level menu*/
.awmiddlemenuseleceted {

 }

/*expanding menus only - settings for selected bottom level menu*/
.awbottommenuselected {

 }















