html  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	height:100%;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	/*background-image: url(../images/dreamstime.jpg);*/
	background-image: url(../images/dreamstime.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #583609;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:100%;
}
#PageContainer {
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height:100%;
	position:relative;/*=================position:relative;===============CHANGE CHANGE CHANGE===================*/
}
#container {
	width: 998px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 30px;
} 
#header {
	background-image: url(../images/mainNavBg.png);
	background-repeat: repeat-x;
	height: 110px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	/*position: relative;==================================================CHANGE CHANGE CHANGE===================*/
	width: 100%;
} 
#MainNavigation {
	width: 998px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;/*=================================================CHANGE CHANGE CHANGE===================*/
}
#SubNavigation {
	background-image: url(../images/subNavBg.png);
	background-repeat: repeat-x;
	height: 50px;
	width: 988px;
	background-position: top;
	padding-top:1px;
}
.SubNavLink {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	float: left;
	height: 15px;
	margin-top: 5px;
	cursor:pointer;
}
.SubNavLinkOver {
	background-color: #fe8300;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	float: left;
	height: 15px;
	margin-top: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	cursor:pointer;
}
.SubNavLink2 {
	font-size: 11px;
	font-weight: bold;
	color: #fe8300;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	float: right;
	height: 15px;
	margin-top: 5px;
	cursor:pointer;
}
.SubNavLinkOver2 {
	background-color: #fe8300;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	float: right;
	height: 15px;
	margin-top: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	cursor:pointer;
}
#LeftColumn {
	width: 324px;
	float: left;
	padding-right: 13px;
}
#CenterColumn {
	width: 324px;
	float: left;
	padding-right: 13PX;
} 
#RightColumn {
	float: right; /* since this element is floated, a width must be given */
	width: 324px; /* padding keeps the content of the div away from the edges */
}
#footer {
	background-color: #000;
	background-image: url(../images/footerBg.png);
	width:100%;
	height: 30px;
	font-size: 11px;
	font-weight: normal;
	color: #7d7d7d;
	text-decoration: none;
	bottom:0;
	position:absolute;
} 
#FooterArea {
	width: 998px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 7px;
	position: relative;
}
#FooterArea a:link {
	color: #7d7d7d;
	text-decoration: none;
}
#FooterArea a:visited {
	color: #7d7d7d;
	text-decoration: none;
}
#FooterArea a:hover {
	text-decoration: underline;
}
#FooterLinks {
	position: absolute;
	left: 641px;
	top: 7px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#Logo {
	position: absolute;
	width: 251px;
	left: 17px;/*==================================17 TO 110PX========================CHANGE CHANGE CHANGE===================*/
	height: 110px;
	overflow: hidden;
}
#TopNavLinks {
	left: 272px;
	position: absolute;
	margin-left: 10px;
}
#TopNavLink {
	padding-top: 27px;
	float: left;
}
#TopNavLink a:link {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}
#TopNavLink a:visited {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}
#TopNavLink a:hover {
	color: #FE8300;
	text-decoration: none;
	text-transform: uppercase;
}
#TopNavHr {
	text-align: center;
	/*width: 50px;*/
	width: 62px;/*==================================38 TO 62PX========================CHANGE CHANGE CHANGE===================*/
	float: left;
}
.TopNavLink {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#SelectAHobby {
	height: 29px;
	width: 730px;
	position: absolute;
	left: 269px;
	top: 66px;
	/*z-index:0;==========its not there before change================CHANGE CHANGE CHANGE===================*/
}
#SelectAHobbyLinks {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	background-image: url(../images/selectHobbyBg.png);
	background-repeat: repeat-x;
	float: left;
	height: 25px;
	width: 497px;
	padding-top: 4px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#SelectAHobbyLinks a:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#SelectAHobbyLinks a:visited {
	color: #000;
	text-decoration: none;
}
#SelectAHobbyLinks a:hover {
	text-decoration: none;
	color: #fe8300;
}
#SubNavigationCorners {
	height: 51px;
	width: 5px;
}
#TopOrangeLinks {
	float: right;
}
#TopOrangeLinks a:link {
	color: #fe8300;
	text-decoration: none;
}
#TopOrangeLinks a:visited {
	color: #fe8300;
	text-decoration: none;
}
#TopOrangeLinks a:hover {
	color: #000;
	text-decoration: none;
}
#BoxTitleArea {
	height: 24px;
	margin: 0px;
	padding: 0px;
	background-image:url(../images/BoxtitleBg2.png);
	width: 100%;
}
#BoxTitleText {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;/*text-transform: uppercase;*/
	text-decoration: none;
	background-image: url(../images/BoxtitleBg1.png);
	background-repeat: repeat-x;
	padding-left: 14px;
	height: 20px;
	padding-top: 4px;
	float: left;
}
#BoxTitleText_PaddingLeft10px {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background-image: url(../images/BoxtitleBg1.png);
	background-repeat: repeat-x;
	padding-left: 8px;
	height: 20px;
	padding-top: 4px;
	float: left;
}
#BoxTitleRoundedArea {
	height: 24px;
	float: left;
}
#BodyArea {
}
#TransparentBox {
	margin-bottom: 13px;
	width: 100%;
}
#TransparentBoxComments {
	margin-bottom: 13px;
	width: 100%;
}
#TransparentBoxPicture {
	margin-bottom: 13px;
	width: 100%;
}
#TransparentBoxCalender {
	margin-bottom: 13px;
	width: 100%;
}
#TransparentBoxJournal {
	margin-bottom: 13px;
	width: 100%;
}
#TransparentBoxViewedMe {
	margin-bottom: 13px;
	width: 100%;
}
#TransparentBoxVideos {
	margin-bottom: 13px;
	width: 100%;
}
#BoxContentAreaBg {
	background-image: url(../images/BoxBgLarge1.png);
	width:100%;
}
#BoxContentArea {
	padding: 13px;
	position: relative;
	z-index:5000;
}
#ImageBoxContentArea {
	position: relative;
	padding-top: 13px;
	padding-left: 13px;
}
#ProfileIconsArea {
	width: 20px;
	float: left;
}
#ProfileIcons {
	padding-bottom: 4px;
}
#ProfileIconsComments {
	padding-bottom: 4px;
}
#ProfileIconsPicture {
	padding-bottom: 4px;
}
#ProfileIconsCalender {
	padding-bottom: 4px;
}
#ProfileIconsJournal {
	padding-bottom: 4px;
}
#ProfileIconsViewedMe {
	padding-bottom: 4px;
}
#ProfileIconsVideos {
	padding-bottom: 4px;
}
.ImageBorderBlack {
	border: 1px solid #000;
}
#UserInfoArea {
	float: right;
	width: 144px;
}
#UserImg {
	float: left;
}
#UserInfoUL {
	width: 150px;
	float: left;
}
#UserInfoLeftArea {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 153px;
}
#HobbyTitle {
	font-size: 12px;
	font-weight: bold;
	color: #fe8300;
	background-image: url(../images/HobbyTitleBg.png);
	height: 18px;
	width: 100%;
	padding-top: 2px;
	margin-bottom: 10px;
}
#UserInfoBoxTextArea {
	float: left;
	margin-bottom: 15px;
	width: 100%;
}
#UserInfoBoxLeftCol {
	width: 52%;
	float:left;
	margin-bottom: 15px;
}
#UserInfoBoxRightCol {
	width: 48%;
	float:left;
	margin-bottom: 15px;
}
#TransparentTitleBox {
	font-weight: bold;
	color: #fe8300;
	text-decoration: none;
	background-image: url(../images/HobbyTitleBg.png);
	height: 18px;
	width: 100%;
	padding-top: 2px;
}
#TransparentTitleBox a:link {
	color: #fe8300;
	text-decoration: none;
}
#TransparentTitleBox a:visited {
	text-decoration: none;
	color: #fe8300;
}
#TransparentTitleBox a:hover {
	text-decoration: underline;
}
#HobbyDetaislContentArea {
	padding-left: 4px;
}
#TitleBarTab {
	font-size: 10px;
	color: #000;
	text-decoration: none;
	background-image: url(../images/TitleBarTabBg.png);
	height: 24px;
	padding-top: 0px;
	float: left;
	text-transform: uppercase;
}
#TitleBarTab a:link {
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}
#TitleBarTab a:visited {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}
#TitleBarTab a:hover {
	text-decoration: underline;
	text-transform: uppercase;
}
#ColorBullets {
	float: right;
}
#RecordRow {
	padding-bottom: 12px;
	width: 100%;
}
#RecordRowVideo {
	padding-bottom: 12px;
	padding-top:14px;
}
#SmallThumbnailArea {
	padding-right: 10px;
	text-align: center;
	width: 67px;
	position: relative;
	float: left;
}
#SmallThumbnailArea a:link {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}
#SmallThumbnailArea a:visited {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}
#SmallThumbnailArea a:hover {
	font-size: 10px;
	text-decoration: underline;
}
#OnlineTag {
	font-size: 10px;
	color: #000;
	background-color: #fe8300;
	text-align: center;
	border: 1px solid #000;
	position: absolute;
	left: 13px;
	top: 52px;
	height: 12px;
	width: 36px;
}
#GreenCommentIcon {
	position: absolute;
	left: 50px;
	top: 2px;
	z-index:100;
}
#CrossIcon {
	position: absolute;
	left: 127px;
	top: 1px;
	z-index:100;
}
#LargeThumbnailArea {
	padding-right: 15px;
	text-align: center;
	width: 88px;
	position: relative;
	float: left;
}
#LargeThumbnailArea a:link {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}
#LargeThumbnailArea a:visited {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}
#LargeThumbnailArea a:hover {
	font-size: 10px;
	text-decoration: underline;
}
#MyOtherHobbiesOl {
	float: left;
	padding-bottom:5px;
	width:50%;
}
#MyOtherHobbiesOl a:link {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
#MyOtherHobbiesOl a:visited {
	color: #FFF;
	text-decoration: none;
}
#MyOtherHobbiesOl a:hover {
	text-decoration: underline;
}
.OrangeText_11px {
	font-size: 11px;
	font-weight: normal;
	color: #fe8300;
	text-decoration: none;
}
#CommentPicture {
	float: left;
	padding-right: 12px;
}
#CommentsRecordRow {

}
.BlackText {
	color: #000;
}
.WhiteTextBold_12px {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#CalendarArrows {
	padding-top: 4px;
}
.WhiteText_11px {
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
#JournalTitleBox1 {
	font-weight: normal;
	color: #fe8300;
	text-decoration: none;
	background-image: url(../images/HobbyTitleBg.png);
	height: 17px;
	width: 100%;
	padding-top: 2px;
	font-size: 11px;
}
#JournalTitleBox2 {
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/journalTitleBg.png);
	height: 17px;
	width: 100%;
	padding-top: 2px;
	font-size: 11px;
}
#JournalLeftArea {
	width: 86px;
	padding-right: 13px;
	float: left;
}
#JournalRecordRow {

}
#JournalRight {
	float: right;
	width: 198px;
}
#ProfileImageArea {

}
#ProfileImageArea ul {
	margin: 0px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
}
#ProfileImageArea li {
	list-style-type: none;
	list-style-image: url(../images/orangeBullet.gif);
	margin-bottom: 4px;
}

#ProfileImageArea li a:link {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
#ProfileImageArea li a:visited {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
#ProfileImageArea li a:hover {
	text-decoration: underline;
}
#TransparentBox Ol {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
	margin: 0px;
}
#TransparentBox li {
	padding-bottom:3px;
}
#TransparentBox li a:link {
	color: #FFF;
	text-decoration: none;
}
#TransparentBox li a:visited {
	color: #FFF;
	text-decoration: none;
}
#TransparentBox li a:hover {
	text-decoration: underline;
}
#SignInBtnArea {
	float: left;
	width: 66px;
	text-align: center;
}
.WhiteText_10px {
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.LoginTextBox {
	font-size: 11px;
	text-decoration: none;
	background-image: url(../images/textBoxBg.jpg);
	background-repeat: repeat-x;
	height: 17px;
	width: 147px;
	color: #FFF;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #5f5f5f;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #2e2e2e;
	border-bottom-color: #585858;
	border-left-color: #000000;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#LoginLabel {
	width: 125px;
}
.WhiteText_12px {
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
#SearchArea {
	background-image: url(../images/searchAreaBg.jpg);
	background-repeat: repeat-x;
	padding: 5px;
	float: right;
	height: 21px;
	width: 309px;
	font-size: 11px;
}
.HomeSearchTextField {
	font-size: 11px;
	color: #000;
	height: 15px;
	width: 140px;
	border: 1px none #000;
	padding-top: 2px;
	margin-right: 5px;
	margin-top:2px;
}
#SearchLabel {
	padding-top: 3px;
	padding-left:3px;
}
#HomeImageArea {
	float: right;
	position: relative;
}
#HomePagePictureCaption {
	background-image: url(../images/homePicBg.png);
	height: 73px;
	width: 289px;
	position: absolute;
	top: 133px;
	left: 1px;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
	font-size: 14px;
}
.YellowText_20px {
	font-size: 20px;
	color: #fdd100;
	text-decoration:none;
}
#HomePageImageLinks {
	width: 147px;
	position: absolute;
}
#HomeImageLinkBoxex {
	font-size: 11px;
	color: #FFF;
	background-image: url(../images/homeNormal.png);
	background-repeat: no-repeat;
	height: 48px;
	width: 131px;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
}
#CommetnsTextArea {
	float: right;
	width: 198px;
}
#JournalHr {
	background-image: url(../images/hrWhite.png);
	float: right;
	width: 100%;
	margin-top: 14px;
	height: 1px;
	margin-bottom: 16px;
}
#CommentsHr {
	background-image: url(../images/hr.png);
	float: left;
	width: 100%;
	margin-top: 14px;
	height: 2px;
	margin-bottom: 16px;
}
#loginLeftArea {
	float: left;
	width: 158px;
}
#asd {
	float: left;
}
.WhiteTextBoldUppercase_14px {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}
.TextField {
	font-size: 11px;
	text-decoration: none;
	background-image: url(../images/textFieldBg.png);
	background-repeat: repeat-x;
	height: 18px;
	color: #FFF;
	background-color: #5f5f5f;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #2e2e2e;
	border-bottom-color: #585858;
	border-left-color: #000000;
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.OrangeButton {
	font-size: 11px;
	color: #000;
	text-decoration: none;
	background-color: #fa860a;
	background-image: url(../images/btnBg.png);
	background-repeat: repeat-x;
	border: 1px solid #2b2b2b;
	height: 20px;
}
#MonthsArea {
	float: left;
	width: 500px;
	padding-left: 20px;
}
.YellowTextBold_14px {
	font-size: 14px;
	font-weight: bold;
	color: #fdd100;
	text-decoration: none;
}
/**    for red green boxes  *************/
#ColorBullets_otherhobbies {
	float: right;
}
#ColorBullets_groups {
	float: right;
}
#ColorBullets_hobby_friends {
	float: right;
}
#ColorBullets_comments {
	float: right;
}
#ColorBullets_groups {
	float: right;
}
#ColorBulletsAchievement {
	float: right;
}
#ColorBulletsChitChat {
	float: right;
}
#ColorBullets_videos {
	float: right;
}
#ColorBullets_calendar {
	float: right;
}
#ColorBulletsHobbyDetail {
	float: right;
}
#RecordRowTopText {
	width: 100%;
	padding-bottom: 5px;
	float:left;
}
/* ---------------------------------------- search ajax index---------------------------------------- */
#BlackPopupSmall {
	text-decoration: none;
	position:absolute;
	width: 216px;
	z-index: 1000;
	margin-top: 38px;
	margin-left: -240px;
	margin-bottom:2px;
	float: left;
}
#BlackPopupTopImg {
	height: 20px;
	width: 216px;
	float: left;
	margin-bottom: 2px;
}
#BlackPopUpCener {
	text-decoration: none;
	background-color: #333333;
	width: 209px;
	float: left;
	padding-left: 7px;
	margin-top: -5px;
}
#PopupText {
	float: left;
	height: 19px;
	width: 195px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #cccccc;
	text-decoration: none;
	padding-top: 3px;
	padding-left: 5px;
}
.LightGreyBg {
	background-color: #171717;
	cursor: pointer;
}
.HighlightedText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #39a2d7;
	text-decoration: none;
}
/**********************************************************************/
/*********  CALANDER TABLE BG  ********/
.LightPinkText_11px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #c38b97;
	text-decoration: none;
}
.CurrentDateBg {
	background-image:url(../images/journalTitleBg.png);
}
.EventDateBg {
	background-image:url(../images/whiteBg.png);
}
/*#LightPinkText_11px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	
	background-color: #c38b97;
	text-decoration: none;
	height:20px;
	width:20px;
}
#EventDateBg {
	background-color: #f3e7ea;
	height:20px;
	width:20px;
}*/
/******** Groups box text **********/
.GroupsBoxLinks_10px {
font-size:10px;
color:#FFFFFF;
text-align:center;	
}
/******** End Groups box text **********/


/******** Header Menue **********/
#MembersSubmenuContainer {
	width: 115px;
	position: absolute;
	text-transform: none;
	left: -31px;
	top: 65px;
	z-index: 1;
}
#MembersSubmenuContainer #Submenu {
	font-size: 11px;
	color: #FFF;
	background-image: url(../images/submenu_bg.jpg);
	background-repeat: repeat-x;
	width: auto;
	height: 22px;
	padding-left: 8px;
	padding-top: 6px;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}
#MembersSubmenuContainer #Submenu a {
	color: #FFF;
	text-decoration: none;
	text-transform: none;
}
#MembersSubmenuContainer #Submenu a:visited {
	color: #FFF;
	text-decoration: none;
	text-transform: none;
}
#MembersSubmenuContainer #Submenu a:hover {
	color: #fe8300;
	text-decoration: none;
	text-transform: none;
}
#CommunitySubmenuContainer {
	width: 128px;
	position: absolute;
	text-transform: none;
	left: -30px;
	top: 65px;
	z-index: 1;
}

#CommunitySubmenuContainer #Submenu {
	font-size: 11px;
	color: #FFF;
	background-image: url(../images/submenu_bg.jpg);
	background-repeat: repeat-x;
	width: auto;
	height: 22px;
	padding-left: 8px;
	padding-top: 6px;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}
#CommunitySubmenuContainer #Submenu a {
	color: #FFF;
	text-decoration: none;
	text-transform: none;
}
#CommunitySubmenuContainer #Submenu a:visited {
	color: #FFF;
	text-decoration: none;
	text-transform: none;
}
#CommunitySubmenuContainer #Submenu a:hover {
	color: #fe8300;
	text-decoration: none;
	text-transform: none;
}