.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}
.transMenu .content {
	position:absolute;
	}
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:5;
	border:1px solid #990000;
	}

.transMenu.top .items {
/*	border-top:none;*/
	}
	
.transMenu .item {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	padding: 0px;
	color: #333333;
	border:none;
	cursor:hand;
	text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
	font-variant: small-caps;
	text-transform: lowercase;	
	}
	

.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.8;
	filter:alpha(opacity=90);
	}
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:0px; width:0px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:0px; height:0px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}
.transMenu .item.hover {
	background: #FFDFDF;
	color:#990000;

	}
.transMenu .item img {
	margin-left:0px;
	}

#wrap {
    border:0px solid black;
    width:800px;
    }
    

#menu {
    padding:0px;
	font-size:10px;	
    }
#menu a {
    padding:0px ;
    text-decoration:none;
    font-weight:normal;
	font-size:10px;
    color:#333333;
    }
#menu a.hover {
    background:#FFDFDF;
	font-size:10px;
    }
#menu span {
    display:none;
    }
#img {
    vertical-align:bottom;
    }

#subnav {
    font-size:10px;
    margin-bottom:0em;
    }
#subnav a {
    color:#0000ff;
    margin-right:1em;
    }
#subnav span {
    color:#FFF2F2;
    margin-right:1em;
    }
.mainfont1 {
    font-family:arial;
    font-size:10px;
    color:#999;
	background:#eee;
	line-height:14px;
     }
.mainfont1 .bold { font-weight:bold; color:#333333;}
	 
.bg{
	
}

h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
