a{color:#D6BE94; font-family:arial; font-size:10pt; text-decoration:none;}
a:hover{color:#FFFFFF; text-decoration:none;}


.heading {color:#FFF; font-family:verdana,arial; font-size:8pt; font-weight:bold;}


body{ 
background-color: #422408;
margin: 0 0 0 0;
color: #FFFFFF;
font-family:arial; font-size:8pt; height:100%;
background-image:url(images/body_bg.gif);
background-repeat:repeat-y;
background-attachment:fixed;
background-position:center; 
}

.indentmenu{
	color:#FFF;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #422408; /*dark purple border*/
border-width: 1px 1px 1px 1px;
background: black url(images/tab_on.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #422408; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .popped{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(images/tab_off.gif) center center repeat-x;
}
