@charset "UTF-8";
/* CSS Document */

html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: top;
}

.formtext {
	font: Helvetica, Arial, sans-serif ;
	color:#999999;
	font-size:10px;
	padding:10px,0,0,10px;
}

.mainbg{
	background:url(img/mainbg.jpg) no-repeat center top;
}


#links	a{
	font: Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#666666;
	text-decoration:none;
}
#links a:hover{
	color:#FFFFFF;
}

/** MENU */
#menubar a{
	float:left;
	height:32px;
	width:155px;
	background: url(img/REC_button-off.jpg) left no-repeat;
	text-align: left;
	text-decoration:none;
	font-size:9px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
}

#menubar a:hover{ 
	background:  url(img/REC_button-on.png) left no-repeat;
	color:#FFFFFF;
}

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

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
	position:absolute;
	text-align:left;
	top: 100px;
	font:normal 10px Helvetica;
	line-height:20px;
	z-index:100;
	background:url(img/subnavibuttID.png) left top repeat-y;
	width: 155px;
	visibility: hidden;
	filter:none; /*Add Shadow in IE.  progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4)Remove if desired*/
	left: 100px;
	margin-top:-3px;
	margin-left:0px;
	margin-right:0px;
	padding-right:0px;
	padding-left: 0px;
	text-indent: 10px;
	color: #FFFFFF;
}

.dropmenudiv a{
	width: auto;
	display: block;
	border-bottom:none; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: light;
	color: #FFFFFF;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	font-weight: bold;
}
