﻿div {
	position:relative;
	font-family: verdana;
	font-size: small;
	background-color: white;
}
h1 {
	font-family: Verdana;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
}
h2 {
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	color: #A42B31;
}
table.redbg {
	background-color: #A42B31;
	width: 100%;
	}
table.bluebg {
	background-color: #D2DDF2;
	width: 100%;
}
table.stats {
	border-color: #A42B31;
	border-width: 1px;
	border-style: solid;
	font-size: x-small;
	background-color: #E6F2FF;
}
table.recipe {
	font-size:x-small;
	border-color: #A42B31;
	border-width: 1px;
	border-style:solid;
	background-color: #E6F2FF;
}

table#restats td {
			border-width: 1px;
			border-color: #842B31;
			border-style: solid;
			}


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

.chromestyle ul{
position: relative; top: -25px; right: -80px;
border: 0px; 
width: 600px;
background: #000000; /* url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
font:normal 14px Verdana;
font-weight: bold;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #f1e5db;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
background: #f1e5db;   
color: #646f6f;
}

.chromestyle ul li a[rel]:after{   /*HTML to indicate drop down link  */
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #646f6f;
color: #fdfdfd;
width: 200px;
visibility: hidden;
text-align: left;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #fdfdfd;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
cursor: hand;
background-color: #f1e5db;
color: #646f6f;
}

