A { text-decoration:none }

.pagebg {
	background-image: url('../images/a_bg.gif');
	background-repeat: repeat-x
}
a:link {
	color: #008000;
	}
a:visited { 
	color: #008000;
	}
a:hover { 
	color: #CC0000;
	background-color: none;
	text-decoration: none;
	}
a:active { 
	color: #333333;
	}
.covertext {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial;
	font-size: 9pt;
	line-height: 16pt;
	font-weight: normal;
	color: #996633;
}
#dropinboxv2cover{
width: 400px; /*change width to desired */
height: 160px;  /*change height to desired. REMOVE if you wish box to be content's natural height */
position:absolute; /*Don't change below 4 rules*/
z-index: 100;
overflow:hidden;
visibility: hidden;
}
#dropinboxv2{
border: 0px solid white; /*Customize box appearance*/
background-color: #E8E8E8;
padding: 900px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
}
#dropmenudiv{
border-left:1px none #000000; border-right:1px none #000000; border-top:1px none #000000; border-bottom:1px none #000000; position:absolute;
font-weight: normal;
line-height:22px;
text-align: left;
z-index:100; font-style:normal; font-variant:normal; font-size:9pt; font-family:Lucida Sans, Lucida Sans Unicode, Arial, Helvetica
}
#dropmenudiv a{
width: 100%;
display: block;
text-indent: 4px;
border-bottom: #E8E8E8;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #D4D4D4;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid silver;
}
.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border-bottom: 10px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
