/*drop down menus only - style for the background-bar*/
.awBar {
 width : 10;
 height : 10;
 position : absolute;
 visibility : hidden;

 }


/*all menus - settings for top level menu*/
.awtopmenu {


 font-family : tahoma,arial,helvetica;
 font-size : 12px;
 font-weight: bold;
 color: #316A98;
 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 : tahoma,arial,helvetica;
 font-size : 12px;
 font-weight: bold;
 color: #3DA2D7;
 padding-left : 2px;
 padding-top : 2px;
 padding-right : 2px;
 padding-bottom : 2px;
 position : absolute;
 cursor : hand;
 }


/*all menus - settings for middle level menu*/
.awmiddlemenu {
 font-family : tahoma, arial,helvetica;
 font-size : 11px;
 font-weight: bold;
 background-color: #ECF2F6;
 layer-background-color: #ECF2F6;
 color:#316A98;
 border-top:0px solid #FFCF5C;
 border-right:2px solid #F9404E;
 border-bottom:1px solid #FFCF5C;
 border-left:2px solid #61B7D6;
 padding-left : 2px;
 padding-top : 2px;
 padding-right : 2px;
 padding-bottom : 2px;
 position : absolute;
 }

/*drop down menus only - settings for mouse over middle level menu*/
.awmiddlemenuover {
 font-family : tahoma, arial,helvetica;
 font-size : 11px;
 font-weight: bold;
 background-color: #FFFFFF;
 layer-background-color: #FFFFFF;
 color: #3DA2D7;
 border-top:0px solid #FFCF5C;
 border-right:2px solid #F9404E;
 border-bottom:1px solid #FFCF5C;
 border-left:2px solid #61B7D6;
 padding-left : 2px;
 padding-top : 2px;
 padding-right : 2px;
 padding-bottom : 2px;
 position : absolute;
 cursor : hand;
 }

/*all menus - settings for bottom level menu*/
.awbottommenu {
 font-family : tahoma, arial,helvetica;
 font-size : 11px;
 font-weight: bold;
 background-color: #ECF2F6;
 layer-background-color: #ECF2F6;
 color:#316A98;
 border-top:0px solid #FFCF5C;
 border-right:2px solid #F9404E;
 border-bottom:1px solid #61B7D6;
 border-left:0px solid #61B7D6;
 padding-left : 2px;
 padding-top : 2px;
 padding-right : 2px;
 padding-bottom : 2px;
 position : absolute;
 }





/*drop down menus only - settings for mouse over bottom level menu*/
.awbottommenuover {
 font-family : tahoma, arial,helvetica;
 font-size : 11px;
 font-weight: bold;
 background-color: #FFFFFF;
 layer-background-color: #FFFFFF;
 color: #3DA2D7;
 border-top:0px solid #FFCF5C;
 border-right:2px solid #F9404E;
 border-bottom:1px solid #61B7D6;
 border-left:0px solid #61B7D6;
 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 {

 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*/
.awmiddlemenuseleceted {

 }

/*expanding menus only - settings for selected bottom level menu*/
.awbottommenuselected {

 }



























