/* CSS definition file containing sitestyle stylesheets */
BODY { font-family: Verdana,sans-serif; font-size: 11.5px; background-color: rgb(255,255,255);}
 A:active { color: rgb(51,102,153); text-decoration: underline;}
 A:link { font-family: Verdana,sans-serif; color: rgb(51,102,153); text-decoration: underline;}
 UL { font-family: Verdana,sans-serif; font-size: 12px;}
 A:hover { color: rgb(102,0,51); text-decoration: underline;}
 A:visited { color: rgb(51,102,153); text-decoration: underline;}
 .TextObject { font-family: Verdana,sans-serif; font-size: 11.5px;}
 H1 { font-family: Papyrus,cursive; font-size: 16px; font-weight: bold;}
 P { font-family: Verdana,sans-serif; font-size: 12px;}
 OL { font-family: Verdana,sans-serif; font-size: 12px;}
 
.chromestyle{

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/

}

.chromestyle ul{

}

.chromestyle ul li{

}

.chromestyle ul li a{

}

.chromestyle ul li a:hover{

}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v"; */
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position: absolute;
margin-top: 12px;
border: 1px solid #999966; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #eeeaaa;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

* html .dropmenudiv {
	margin-top: 0px;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #999966; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
text-decoration: none;
background-color: #fffcd9;
}