




/*
     FILE ARCHIVED ON 22:40:55 Mar 21, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:52:32 Feb 8, 2017.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/

.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #0495ce;
border: 1px solid #999999 black;
border-bottom-width: 0;
visibility: hidden;
display: none; /*collapse all sub menus to begin with*/
/*box-shadow: 3px 3px 8px #818181; /*shadow for CSS3 capable browsers.
-webkit-box-shadow: 3px 3px 8px #818181;
-moz-box-shadow: 3px 3px 8px #818181;*/
text-align:left;
}


.flexdropdownmenu li{
position: relative;

}

.flexdropdownmenu li a{
display: block;
width: 140px; /*width of menu (not including side paddings)*/
height:20PX;
color: #fff;
background:url(../images/top-bg.gif) repeat-x;
border-bottom: 0px solid black;
border:#FFFfff solid 1px;
text-decoration: none;
padding: 4px 5px;

}

* html .flexdropdownmenu li{ /*IE6 CSS hack*/
display: inline-block; /*width of menu (include side paddings of LI A*/

}

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
background:url(../images/top-bg1.gif) repeat-x; color:#CCC;}


.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

.banner1{background:url(../images/img-1.jpg) center; width:198px; height:270px;}
.banner1:hover{background:url(../images/img-hover.jpg) center no-repeat;  width:198px; height:270px;}

.banner2{background:url(../images/img-2.jpg) center; width:198px; height:270px;}
.banner2:hover{background:url(../images/img-2-hover.jpg) center no-repeat;  width:198px; height:270px;}

.banner3{background:url(../images/img-3.jpg) center; width:198px; height:270px;}
.banner3:hover{background:url(../images/img-3-hover.jpg) center no-repeat;  width:198px; height:270px;}

.banner4{background:url(../images/img-4.jpg) center; width:198px; height:270px;}
.banner4:hover{background:url(../images/img-4-hover.jpg) center no-repeat;  width:198px; height:270px;}

.banner5{background:url(../images/img-5.jpg) center; width:198px; height:270px;}
.banner5:hover{background:url(../images/img-5-hover.jpg) center no-repeat;  width:198px; height:270px;}