/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
  font: 12px Tahoma, Verdana, sans-serif;
}


/* =Headings
-----------------------------------------------------------------------------*/



/* =Links
-----------------------------------------------------------------------------*/




/* =Collapsable Menu
-----------------------------------------------------------------------------*/
#menu{
	position:relative;
	z-index:1;
	top:0;
	left:0;
	padding:2px;
	margin:0px;
	list-style:none;
	width: 170px;
}
li ul{
	position:relative;
	display:none;
	padding:2px;
	margin:0px;
	list-style:none;
}
li{
	position:relative;
	border-bottom: 1px solid #C0C0C0;
	padding:2px;
	margin:0px;
	color:#ffffff;
}

li.sub{
	position:relative;
	border-bottom: 1px solid #C0C0C0;
	padding:2px;
	margin:0px;
	color:#ffffff;
}

.subMenu{
	background-repeat:no-repeat;
}
.click{
	color:#ffffff;
}
.click ul{
	display:block;
}
.hover, ul li a:hover{
	cursor:pointer;
	color:#5d231f;
}
li ul li.hover, li ul li.hover a:hover{
	color:#5d231f;
	text-decoration:none;
	border-bottom: 0px solid #C0C0C0;
	}
li a{
	width:100%;
	font: bold 13px Verdana;
	color:#ffffff;
}
li a, li ul li a, li.hover ul li a{
	text-decoration:none;
	color:#ffffff;
}
li.hover a, li ul li.hover a{
	color:#5d231f;
	text-decoration:none;
}

.dbMenu{
	width:10em;
}
.dbMenu .subMenu{
	background-image:url('down.gif');
	background-position:bottom right;
}
.dbMenu .click{
	background-image:none;
}



/* =Main Content
-----------------------------------------------------------------------------*/




/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/
td.Footer{
text-align: center;
font-weight: normal;
text-size: 9px;
text-color: #ffffff;
}

a.footer {
font-weight: normal;
text-size: 9px;
text-color: #ffffff;
}

a.footer:visited {
font-weight: normal;
text-size: 9px;
text-color: #ffffff;
}
a.footer:hover {
font-weight: normal;
text-size: 9px;
text-color: #ffffff;
}
a.footer:link {
font-weight: normal;
text-size: 9px;
text-color: #ffffff;
}

a.footer:active {
font-weight: normal;
text-size: 9px;
text-color: #ffffff;
}


/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}



/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/