.chromestyle{
	width: 100%;
	font-weight: lighter;
	font-family: 'Book Antiqua';
	color: #FFFFFF;
	border: 0px solid #930000; /*THEME CHANGE HERE*/
	border-bottom-width: 0px;
	font-size: 20px;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	font-family: 'Book Antiqua';
	border: 0px;
	width: 100%;
	background: url('http://www.tao-gallery.com/gallery/images/background_about_john.jpg');background-repeat: repeat; /*THEME CHANGE HERE*/
	padding: 20px;
	margin: 0px;
	text-align: center; /*set value to "left", "center", or "right"*/
	
}



.chromestyle ul li{
	display: inline;
	font-family: 'Book Antiqua';
	padding-left: 40px;
}

.chromestyle ul li a{
font-family: times-new;
color: #ffd300;
padding: 0;
margin: 0;
text-decoration: none;
/*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
color: #efc983;
}




/* ######### Style for Drop Down Menu ######### */


.dropmenudiv{
	position:absolute;
	top: 0;
/*	border: 5px double #ffd300; /*THEME CHANGE HERE*/ */
	border:solid; border-style:solid; border-width:1px; border-color:#ffd300;
	font: normal 12px;
	font-family: 'Book Antiqua';
	color: #ffd300;
	line-height:18px;
	z-index:100;
	background-color:#900;
	width: 200px;
	visibility: hidden;
	text-align: left;
}


.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border: 0px solid #FF0000; /*THEME CHANGE HERE*/
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	z-index:100;
	color: #ffd300;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #ffd300;
}

.lang {
	color: #FF0000;
	line-height: 20px;
	text-decoration: none;
}

.lang:hover {
	color: #FF9900;
	text-decoration: underline;
}
h1 {
font: normal 24px times-new;

}
.date {

font: normal 10px times-new;
}
.page_link {
	color: #ffd300;
	text-decoration: none;

}

.page_link2 {
        color: #ffd300;
	text-decoration: none;
	font-size:15px;
	font-weight:bolder;
}



