#bodytext
{
	font-size: 15px;
}

#headertext
{
	font-weight: bold;
	font-size: 25px;
	letter-spacing: 25px;
}

#main_wrapper
{
	width:840px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

/*a:link 
{
color: #3300FF;
}

a:visited 
{
color: #9900FF;
}*/

a:hover
{
color: #DC8700;
}

/*a:active
{
color: #0000FF;
}*/

.LinksTop
{
	height:20px;
	background:url(http://www.solarfusionsoftware.com/images/TopBar.png) no-repeat;
}

.LinksMid
{
	background-color:rgb(204, 204, 204);
}

.LinksBottom
{
	height:20px;
	background:url(http://www.solarfusionsoftware.com/images/BottomBar.png) no-repeat;
}

/* This is for the left links bar */

#multi_drop_menus
{
	float:left;
}


#multi_drop_menus *
{
	width:150px;
	margin:0;
	padding:0;
	font-family:veranda, arial, sans-serif;
	font-size:1.0em;
	font-weight:bold;
	text-decoration:none;
	/*border:2px solid orange;*/
}

#multi_drop_menus li
{
	/*border:2px solid blue;*/
	list-style-type:none;
	position:relative;
}

#multi_drop_menus a
{
	/*border:2px solid green;*/
	display:block;
	width:110px;
	padding:10px 20px 10px 20px;
	color: #3300FF;
}

#multi_drop_menus a:hover
{
	/*color:#CCC;*/
	background-color:#666;
	text-decoration:underline;
	background:url(http://www.solarfusionsoftware.com/images/Grass.jpg) repeat-x;
}

#multi_drop_menus ul ul
{
	/*border:2px solid red;*/
	position: absolute;
	top: -20px;
	left: 100%;
	width 100%;
	display: none;
}

#multi_drop_menus ul li:hover ul
{
	display:block;
}
