/*Style for the background-bar*/
.awBar {
 width : 10;
 height : 10;
 position : absolute;
 visibility : hidden;

 }

/*all menus - settings for top level menu*/
.awtopmenu {
 font-family : arial,helvetica;
 font-size : 12px;
 font-weight : bold;
 color : #696969;
 width : 150px;
 height : 22px;
 padding-left : 2px;
 padding-top : 4px;
 padding-right : 0px;
 padding-bottom : 0px;
 position : absolute;

 }

/*all menus - settings for middle level menu*/
.awmiddlemenu {
 font-family : arial,helvetica;
 font-size : 12px;
 color : #696969;
 background-color : #e2e5eb;
 layer-background-color : #e2e5eb;
 width : 150px;
 height : 22px;
 padding-left : 1px;
 padding-top : 3px;
 padding-right : 0px;
 padding-bottom : 0px;
 border-left-width : 1px;
 border-left-style : solid;
 border-top-width : 0px;
 border-top-style : solid;
 border-right-width : 1px;
 border-right-style : solid;
 border-bottom-width : 1px;
 border-bottom-style : solid;
 position : absolute;
 }

/*all menus - settings for bottom level menu*/
.awbottommenu {
 font-family : arial,helvetica;
 font-size : 12px;
 color : #696969;
 background-color : #e2e5eb;
 layer-background-color : #e2e5eb;
 width : 150px;
 height : 22px;
 padding-left : 1px;
 padding-top : 3px;
 padding-right : 0px;
 padding-bottom : 0px;
 border-left-width : 1px;
 border-left-style : solid;
 border-top-width : 0px;
 border-top-style : solid;
 border-right-width : 1px;
 border-right-style : solid;
 border-bottom-width : 1px;
 border-bottom-style : solid;
 position : absolute;
 }

/*drop down menus only - settings for mouse over top level menu*/
.awtopmenuover {
 font-family : arial,helvetica;
 font-size : 12px;
 font-weight : bold;
 color : #696969;
 width : 150px;
 height : 22px;
 padding-left : 1px;
 padding-top : 2px;
 padding-right : 0px;
 padding-bottom : 0px;
 border-left-width : 1px;
 border-left-style : solid;
 border-top-width : 2px;
 border-top-style : solid;
 border-right-width : 1px;
 border-right-style : solid;
 border-bottom-width : 2px;
 border-bottom-style : solid;
 position : absolute;
 cursor : hand;

 }

/*drop down menus only - settings for mouse over middle level menu*/
.awmiddlemenuover {
 font-family : arial,helvetica;
 font-size : 12px;
 color : #000000;
 background-color : #e2e5eb;
 layer-background-color : #e2e5eb;
 width : 150px;
 height : 22px;
 padding-left : 0px;
 padding-top : 2px;
 padding-right : 0px;
 padding-bottom : 0px;
 border-left-width : 2px;
 border-left-color : #000000;
 border-left-style : solid;
 border-top-width : 1px;
 border-top-color : #000000;
 border-top-style : solid;
 border-right-width : 2px;
 border-right-color : #000000;
 border-right-style : solid;
 border-bottom-width : 2px;
 border-bottom-color : #000000;
 border-bottom-style : solid;
 position : absolute;
 cursor : hand;
 }

/*drop down menus only - settings for mouse over bottom level menu*/
.awbottommenuover {
 font-family : arial,helvetica;
 font-size : 12px;
 color : #000000;
 background-color : #e2e5eb;
 layer-background-color : #e2e5eb;
 width : 150px;
 height : 22px;
 padding-left : 0px;
 padding-top : 2px;
 padding-right : 0px;
 padding-bottom : 0px;
 border-left-width : 2px;
 border-left-color : #000000;
 border-left-style : solid;
 border-top-width : 1px;
 border-top-color : #000000;
 border-top-style : solid;
 border-right-width : 2px;
 border-right-color : #000000;
 border-right-style : solid;
 border-bottom-width : 2px;
 border-bottom-color : #000000;
 border-bottom-style : solid;
 position : absolute;
 cursor : hand;
 }

/*drop down menus only - border settings for top level menu*/
.awtopmenuborder {
 position : absolute;
 visibility : hidden;

 }

/*drop down menus only - border settings for middle level menu*/
.awmiddlemenuborder {
 position : absolute;
 visibility : hidden;

 }

/*drop down menus only - border settings for middle level menu*/
.awbottommenuborder {
 position : absolute;
 visibility : hidden;

 }

/*expanding menus only - settings for selected top level menu*/
.awtopmenuselected {

 }

/*expanding menus only - settings for selected middle level menu*/
.awmiddlemenuselected {

 }

/*expanding menus only - settings for selected bottom level menu*/
.awbottommenuselected {

 }














