.menustyle{


width 100%;


font:normal 12px Verdana;


font-weight: bold;


}





.menustyle:after{ /*Add margin between menu and rest of content in Firefox*/


content: "."; 


display: block; 


height: 0; 


clear: both; 


visibility: hidden;


}





.menustyle ul{


border: 0px solid #000000;


width: 100%;


background: url(images/menubg.gif) center center repeat-x; 


padding: 4px 0;


margin: 0;


text-align: left;


}





.menustyle ul li{


display: inline;


}





.menustyle ul li a{


color: #F0F0F0; /* MENU BAR TEXT COLOR */


padding: 4px 7px;


margin: 0;


text-decoration: none;


border-right: 0px solid #000000; 


}





.menustyle ul li a:hover{


background: url(images/menuover.gif) center center repeat-x; 


color: #FFFFFF;


text-decoration: none;


}





.menustyle ul li a:visited{


color: #FFFFFF;


text-decoration: none;


}





/* Style for Drop Down Menu */





.dropmenudiv{


position:absolute;
z-index:1;


top: 0;


border: 0px solid #000000; 


border-bottom-width: 0;


font:normal 12px Verdana;


line-height:18px;


z-index:100;


background-color: #323D53; /* DROP DOWN BACKGROUND COLOR */


width: 150px;


visibility: hidden;


filter: progid:DXImageTransform.Microsoft.Shadow(color=#737C8C,direction=270,strength=3);


}





.dropmenudiv a{


width: 100%;


display: block;


text-indent: 3px;


border: 0px solid #000000; 


padding: 2px 0;


text-decoration: none;


font-weight: bold;


color: #FFFFFF;  /* MENU ITEM TEXT COLOR */


}





.dropmenudiv a:link{ 


color: #FFFFFF;


text-decoration: none;


}





.dropmenudiv a:hover{ 


color: #FFFFFF;  /* MENU ITEM HGHLIGHT TEXT COLOR */


background-color: #737C8C; /* MENU ITEM HIGHLIGHT BACKGROUND COLOR */


text-decoration: none;


}





.dropmenudiv a:visited{ 


color: #FFFFFF;


text-decoration: none;


}





.dropmenudiv a:active{ 


color: #FFFFFF;


text-decoration: none;


}





/*   DEFAULT CONTENT STYLES   */





body {


background: #000000;


color: #FFFFFF;


font-family: "Verdana";


}


a:link { 


color: #A2DAF6;


text-decoration: none;


}


a:visited { 


color: #A2DAF6;


text-decoration: none;


}


a:hover { 


color: #CCEEFF;


text-decoration: underline;


}


a:active { 


color: #CCEEFF;


text-decoration: underline;


}


p.title {


text-align: center;


font-size: 18pt;


}


p.caption {


text-align: center;


font-size: 10pt;


}