.menuPanel {
	background-color: #afb4b9;
	width: 186px;
	color: #FFFFFF;
	background-image: url(siteimages/template/menupanel_blend.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 648px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.XmenuPanel a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-bottom: 13px;
	font-size: 12px;
}

/* Fix IE. Hide from IE \*/
* html #leftMenu ul li { float: left; height: 1%; }
* html #leftMenu ul li a { height: 1%; }
/* this stops the menus from jumping in IE */

#leftMenu ul  {
	list-style-type: none;
	margin:0;
	padding:0;
	width:160px;
}
#leftMenu li {
cursor:default;
}
#leftMenu li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-bottom: 6px;
	font-size: 12px;
	padding-top: 6px;

}
#leftMenu li a:hover {
}


#leftMenu ul li {
	position: relative;
}

#leftMenu li:hover > ul {
	display: block; 
}

#leftMenu li ul {
	position: absolute;
	top:0;
	left: 160px;
	display:none;
	background-color: #606A74;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #3B4248;
	border-right-color: #3B4248;
	border-bottom-color: #3B4248;
	border-left-color: #3B4248;
	width: 200px;
}
#leftMenu li ul li {
}
#leftMenu li ul li a {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-top-color: #A6ABAF;
	border-right-color: #A6ABAF;
	border-bottom-color: #A6ABAF;
	border-left-color: #A6ABAF;
	padding-right: 12px;
	padding-left: 12px;
}
#leftMenu li ul li a:hover {
	background-color: #A8ADB1;
}




.addressPanel {
	background-image: url(siteimages/template/addresspanel.jpg);
	height: 85px;
	background-repeat: no-repeat;
}
.addressPanel .text {
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 10px;
}
.middlePanel {
	background-image: url(siteimages/template/middlepanel_filler.jpg);
	background-repeat: repeat-y;
	width: 353px;
}
.middlePanel a {
	color: #FFFFFF;
	text-decoration: underline;
}

.middlePanel .content {
	color: #FFFFFF;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 20px;
}
.rightpanel1 {
	background-image: url(siteimages/template/rightpanel_blend1.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
.rightpanel1 .content {
	padding-top: 10px;
	padding-right: 38px;
	padding-bottom: 10px;
	padding-left: 38px;
	color: #666666;
}
.rightpanel1 .tablerules {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #616B75;
}
.rightpanel1 .tablerules2 {

	padding-top: 10px;
	padding-bottom: 10px;
}
a {
	color: #666666;
	text-decoration: underline;
}
.rightpanel2 .content {
	padding-top: 10px;
	padding-right: 38px;
	padding-bottom: 10px;
	padding-left: 38px;
	color: #666666;
	background-image: url(siteimages/template/home_panel_filler.jpg);
	background-repeat: repeat-y;
}
.rightpanel2 {

	background-image: url(siteimages/template/rightpanel2_blend.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
.rightpanel2 .cutout {
	padding-top: 10px;
	padding-right: 135px;
	padding-bottom: 10px;
	padding-left: 38px;
	color: #666666;
	background-image: url(siteimages/template/home_panel_cutout.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.cellpad {
	padding-bottom: 7px;
}
.form {
	padding: 10px;
	border: 1px solid #ABB0B4;
}
.profileheight {
	height: 286px;
	padding-bottom: 15px;
}
.picright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
