/* Cascading Style Sheets (CSS) for the Veribest ISD Website Dropdown Menus */
/*  Created: October 2008 */
/* Modified: 17 October 2008 */
/* --------------------------------------------------------- */

/* Change Text of Dropdown Display on Menu Bar */
.TheTextOff{
color:navy;
font-family:"Comic Sans MS";
font-size:14px;
}

.TheTextOn{
color:#DF0024;
font-family:"Comic Sans MS";
font-size:14px;
font-weight: Normal;
}
/* ---------------------------------------------- */

/* Dropdown Menus Formatting */
.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid white;
border-bottom-width: 0;
font:normal 14px "Comic Sans MS";
line-height: 18px;
z-index: 100;
background-color: #E9FECB;
width: 225px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 10px;
border-bottom: 1px solid #3366CC;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #3366CC;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #FFCC00;
color: #000080;
font-weight: bold;
}

#dropmenudiv{
position:absolute;
background-color: #E3FFB0;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px "Verdana";
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #C7FF5E;
}

/* ---------------------------------------------- */


