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

.sidemenu{
	width: 200px; /*width of accordion menu*/
	text-align: right;
	font-size: 10px;
	text-transform: uppercase;
}

.sidemenu .menuitem a { /*CSS class for menu headers in general (expanding or not!)*/
	font: 10px Arial;
	margin-bottom: 10px; /*header text is indented 10px*/
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	background-attachment: scroll;
	background-image: url(../images/sidemenuhover2_bg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

.sidemenu .menuitem a:hover { /*CSS class for menu headers in general (expanding or not!)*/
	color: #99CF16;
	background-attachment: scroll;
	background-image: url(../images/sidemenuhover_bg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
}

.sidemenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background: none;
}

.sidemenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.sidemenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
	color: #99CF16;
}

.sidemenu ul li a{
	color: #99CF16 !important;
	background: none !important; /*custom bullet list image*/
	display: block;
	/*padding-left: 19px;*/ /*link text is indented 19px*/
	text-decoration: none;
	font: 9px Arial;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
}

.sidemenu ul li a:hover{ /*hover state CSS*/
	color: #579C1C !important;
	background: none !important;
}
.sidemenu .categoryitems a {
	color: #99CF16 !important;
	background: none !important; /*custom bullet list image*/
	display: block;
	/*padding-left: 19px;*/ /*link text is indented 19px*/
	text-decoration: none;
	font: 9px Arial;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
}
.sidemenu .categoryitems a:hover{ /*hover state CSS*/
	color: #579C1C !important;
	background: none !important;
}







.sidemenu .menuitem #ExploreLGLink a:hover {
	font: 10px Arial;
	color: #99CF16;
	margin-bottom: 10px; /*header text is indented 10px*/
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	background-attachment: scroll;
	background-image: url(../images/sidemenuhoverlngB_bg.jpg);
	background-repeat: no-repeat;
}

#HomeLG #wrapper #sidebar .sidemenu .menuitem #HomeLGLink a, #AboutLG #wrapper #sidebar .sidemenu .menuitem #AboutLGLink a, #AboutHT #wrapper #sidebar .sidemenu .menuitem #AboutHTLink a, #LGLayout #wrapper #sidebar .sidemenu .menuitem #LGLOLink a, #List #wrapper #sidebar .sidemenu .menuitem #ListLink a, #ContactLG #wrapper #sidebar .sidemenu .menuitem #ContactLGLink a, #DirectoryBLG #wrapper #sidebar .sidemenu .menuitem #DirectoryLGLink a, #BldingK #wrapper #sidebar .sidemenu .menuitem #BldingKLink a, #Press #wrapper #sidebar .sidemenu .menuitem #PressLGLink a, #GalleryLG #wrapper #sidebar .sidemenu .menuitem #GalleryLGLink a, #Careers #wrapper #sidebar .sidemenu .menuitem #CareersLGLink a, #DirectL1 #wrapper #sidebar .sidemenu .menuitem #DirectoryLLink a {
	color: #99CF16;
	background-attachment: scroll;
	background-image: url(../images/sidemenuhover_bg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
}
#HomeLG #wrapper #sidebar .sidemenu .menuitem #HomeLGLink a:hover, #AboutLG #wrapper #sidebar .sidemenu .menuitem #AboutLGLink a:hover, #AboutHT #wrapper #sidebar .sidemenu .menuitem #AboutHTLink a:hover, #ExploreLG #wrapper #sidebar .sidemenu .menuitem #ExploreLGLink a:hover, #LGLayout #wrapper #sidebar .sidemenu .menuitem #LGLOLink a:hover, #List #wrapper #sidebar .sidemenu .menuitem #ListLink a:hover, #ContactLG #wrapper #sidebar .sidemenu .menuitem #ContactLGLink a:hover, #DirectoryBLG #wrapper #sidebar .sidemenu .menuitem #DirectoryLGLink a:hover, #BldingK #wrapper #sidebar .sidemenu .menuitem #BldingKLink a:hover, #Press #wrapper #sidebar .sidemenu .menuitem #PressLGLink a:hover, #GalleryLG #wrapper #sidebar .sidemenu .menuitem #GalleryLGLink a:hover, #Careers #wrapper #sidebar .sidemenu .menuitem #CareersLGLink a:hover, #DirectL1 #wrapper #sidebar .sidemenu .menuitem #DirectoryLLink a:hover {
	cursor:default;
}
#ExploreLG #wrapper #sidebar .sidemenu .menuitem #ExploreLGLink a {
	font: 10px Arial;
	color: #99CF16;
	margin-bottom: 10px; /*header text is indented 10px*/
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	background-attachment: scroll;
	background-image: url(../images/sidemenuhoverlngB_bg.jpg);
	background-repeat: no-repeat;
}
.sidemenu .menuitem #HomeTGLink a {
	font: 10px Arial;
	color: #99CF16;
	margin-bottom: 10px; /*header text is indented 10px*/
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
}

.sidemenu .menuitem #HomeTGLink a:hover {
	background: none;
	color: #FFFFFF;
}
h3 {
	margin: 0px;
	line-height: 5px;
}
