a {
		
		color:#fff;font-family: Arial, Helvetica, sans-serif;font-size: 10px;font-style: normal;font-weight: normal;text-decoration: none; text-transform:uppercase; text-decoration:none;   
	}
	a:hover {
		
		color: #8F0101;font-family: Arial, Helvetica, sans-serif;font-size: 10px;font-style: normal;font-weight: normal;text-decoration: none; text-transform:uppercase; text-decoration:none;   
	}
	
	#lava {
		/* you must set it to relative, so that you can use absolute position for children elements */
		position:relative; width:870x; 
		text-align:center; 
		height:20px; 
	}
	
	#lava ul {
		/* remove the list style and spaces*/
		margin:0; 
		padding:0; 
		list-style:none; 
		display:inline;
		width:870px; 		
		/* position absolute so that z-index can be defined */
		position:absolute; 
		
		/* center the menu, depend on the width of you menu*/
		left:1px; 
		top:17px; 
		
		/* should be higher than #box */
		z-index:100;

	}
	
	#lava ul li {
		
		/* give some spaces between the list items */
		margin:0 15px; 
		
		/* display the list item in single row */
		float:left;width:93px;
	}
	
#lava #box {
		
		/* position absolute so that z-index can be defined and able to move this item using javascript */
		position:absolute; 
		left:0; 
		top:35px; 
		
		/* should be lower than the list menu */
		z-index:50; 
		
		
		/* add padding 8px so that the tail would appear */
		
		
		/* self-adjust negative margin to make sure the box display in the center of the item */
		margin-left:15px;width:63px;
	}
	
	#lava #box .head { background:url(../images/head.gif) no-repeat 0 0; 
		/* image of the left rounded corner */
		
		height:4px; width:63px;

		/* self-adjust left padding to make sure the box display in the center of the item */
		padding-left:20px;
	}
	.yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #F5BC33;
	text-decoration: none;
}
.grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #898989;
	text-decoration: none;
}
.border2 {
	padding: 1px;
	border: 1px solid #515151;
}

.imgborder2_highlight {
    padding: 1px;
	border: 1px solid #DA3E2D;
	filter:alpha(opacity=70);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

{
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(../js/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 0px solid gray;
}
.highslide:hover img {
	border: 0px solid white;
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 3px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(../js/highslide/graphics/loader.white.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;
}

a.highslide-full-expand {
	background: url(../js/highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #3F3E3E;
	background-color: #0E0E0E;
}
.textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #3F3E3E;
	background-color: #0E0E0E;
	overflow:auto;
}