/*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 : 11px;
 font-weight: normal;
 color: #5E5E8C;
 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 : 11px;
 font-weight: normal;
 background-color: #FFFFFF;
 layer-background-color: #FFFFFF;
 color: #449CD0;
 border-bottom:2px solid #666699;
 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: normal;
 background-color: #EAECEE;
 layer-background-color: #EAECEE;
 color:#5E5E8C;
 border-right:2px solid #666699;
 border-left:2px solid #666699;
 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: normal;
 background-color: #FFFFFF;
 layer-background-color: #FFFFFF;
 color: #449CD0;
 border-right:2px solid #666699;
 border-left:2px solid #666699;
 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: normal;
 background-color: #EAECEE;
 layer-background-color: #EAECEE;
 color:#5E5E8C;
 border-right:2px solid #666699;
 border-left:2px solid #666699;
 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: normal;
 background-color: #FFFFFF;
 layer-background-color: #FFFFFF;
 color: #449CD0;
 border-right:2px solid #666699;
 border-left:2px solid #666699;
 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 {

 }
