/* @import url(/custom/styles/masterstyle.css);
@import url(/custom/styles/default.css); */


/*
RAS 2009 REVAMP PRINT VERSION - 25 August 2009 Wayne
*/


/* globals */

body {
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: tahoma, arial, sans-serif, verdana;
	font-size: 11px;
	/* < Keep it 11px for footer */
	line-height: 16px;
	/* < was 16px */
	color: #000;
	background: #FFF;
}

image{ border: 0px;}


/* ----- LINKS ----- */

/* Most 'a's on page */
#pagewidth a,
#pagewidth a:visited { text-decoration:none; }

/* Note: Don't target 'a' for entire page as it affects milonic menu */
#insideContentArea a,
#insideContentArea a:visited {
	color: #000;
	font-weight: normal;
	font-family: tahoma, arial, sans-serif, verdana;
	text-decoration: none;
	padding: 0px;
}
#insideContentArea a:hover {
	color: #000;
	text-decoration: underline;
}
/* Footer is handled at bottom */
/*
#contentFooter a,
#contentFooter a:visited  {
	color: #fff600;
	font-weight: normal;
	font-family: tahoma, arial, sans-serif, verdana;
	text-decoration: none;
	padding: 0px;
}
#contentFooter a:hover  {
	text-decoration: underline;
}
*/

p {	margin: 0 0 15px 0;}

h1, h2 {
	margin: 0 0 15px 0;
	font-family: tahoma, arial, sans-serif, verdana;
	font-size:20px;
	font-weight:normal;
	color: #000;
	letter-spacing: normal;
}

* html h2 { letter-spacing: -.1em; }

h3 {
	font-family: tahoma, arial, sans-serif, verdana;
	font-weight:normal;
	margin: 5px 0 5px 0;  /* < Dave added TOP margin */
	font-size: 16px;
	color: #000;
	letter-spacing: normal;
}

* html h3 { letter-spacing: -.1em; }

h4 {
	margin: 0 0 4px 0;
	font-size: 13px;
	color: #000;
}

/* Removed completely by Dave to simplify Page Content Title & HR lining up - all browsers.
hr {
	color: #9885B2;
	width: 100%;
	height: 1px;
	border-top: 1px solid;
	padding-bottom: 4px; /* < Dave added 
	margin-bottom: 4px; /* < Dave added 
}	*/

/* HR tag in IE gets unremoveable margin/padding. So use this style on a div instead. */
#hr {
	padding-bottom: 0px;
	/* border-bottom: #222 1px solid; */
	margin-bottom: 4px;
	margin-left: 5px;
}

form {
	margin: 0;
	padding: 0;
}

/* divs */

#pagewidth {
	position: relative;
	margin: 0 auto;
	padding: 0px;
	width: 965px;
	background: /*url(/custom/files/media/shadowacrosswhiteline.jpg) #fff right repeat-y*/ #FFF;
}

#atozpagewidth {
	position: relative;
	height: inherit;
	margin: 10px; padding: 0px;
	width: 965px;
	text-align: left;
	background: #FFF;
}
/*---------------------------------------*/
/*IE6 FILTERS */

* html #pagewidth {
	width: 970px;
	margin: 0px;
	padding: 0px;
}

* html #bottomShadow {
	width: 970px;
	height: 4px;
}

* html #navigationTitles{
	height: /*83px*/ 47px;
}

* html navigationPitcures {
	height: 225px;
}	

* html contentPictures {
	height: /*82px*/ 97px;
}	

/* IE7 FILTERS */	

/* html>body #pagewidth {
	width: 970px;
}

html > #navigationTitles  {
	height: 83px;
}	
/* ----------------------------------*/
#bottomShadow {
	margin:0px; padding:0px;
	position: relative;
	text-align: left;
	background: /*url(/custom/files/media/shadowwhiteline.jpg) #DDDAD7 left top no-repeat*/;
	width: 970px;
	height: 4px;
	voice-family: "\"}\""; 
	voice-family: inherit; */
	
}

#header {
	width:963px;
	height: /*109px*/100px;
	margin: 0;
	padding: 0;
	text-align: left;
	background: url(/custom/files/media/rasheadergraphic.gif) no-repeat;
}  

#header img {border: 0;}

/* Main RAS Logo */

#header h1{
	position:absolute;
	left:0;
	top:6px;
	}
#header h1 a{
	background:url(/custom/files/media/raslogo.jpg) no-repeat;
	width:79px;
	height:83px;
	display:block;
	outline-style:none;	
}
#header h1 a span {
	display: none;	
}

/* Header image right */
#header .header_top_right{
	width:334px;
	position:absolute;
	right: 2px;
	top: 5px;
}


#copyright {
	background-color: #000;
	border-top: 1px dotted #222;
	font-size: 10px;
	padding: 10px 40px;
	color: #000;
}

#inner {
	padding: 0px 20px 40px 19px;
	margin: 0;
	width: 470px;
	float: left;
}

/* Main Nav */

#navigationTitles {
	margin: 0px;
	padding: 0px;
	width: 963px !important;
	height: /*83px*/ 47px;
	background: #FFF url(/custom/files/media/rasmainnavbg.gif) 0 0 no-repeat;
}

#navigationPictures {
	margin: 0px;
	padding: 0px;
	background: #FFF repeat-y right top;
	border-top: 0px #000 solid;
	border-right: 1px #000 solid;
	border-left: 1px #000 solid;
	width: 961px;
	height: 233px;
	overflow: hidden;
}

#contentPictures {
	margin: 0px;
	padding: 0px;
	background: #FFF repeat-y right top;
	border-top: 0px #000 solid;
	border-right: 1px #000 solid;
	border-left: 1px #000 solid;
	border-bottom: 0px #000 solid;
	width: 961px;
	height:/*82px*/97px;
}
#wishlistcontentPictures {
	margin: 0px;
	padding: 0px;
	background: #FFF repeat-y right top;
	border-top: 0px #000 solid;
	border-right: 1px #000 solid;
	border-left: 1px #000 solid;
	border-bottom: 0px #000 solid;
	width: 961px;
	height: /*82px*/ 97px;
}

#contentTitleBar {
	padding: 0px; margin:0px;
	border-right: 1px #000 solid;
	border-left: 1px #000 solid;
	height:100%;
	width:961px;
}

#contentArea {
	padding: 0px; margin:0px;
	border-right: 1px #000 solid;
	border-left: 1px #000 solid;
	background: url(/custom/files/media/columnlines.gif);
	width:961px;
	overflow:hidden;
}
#insideContentArea {
	padding: 0px; margin:0px;
	border-right: 1px #000 solid;
	border-left: 1px #000 solid;
	width:961px;
	overflow:hidden;
	background: url(/custom/files/media/medai/contentareabackground.gif) left top repeat-y;
}
#wishListInsideContentArea {
	padding: 0 0 0 0px; margin: 0px;
	border-right: 1px #000 solid;
	border-left: 1px #000 solid;
	width: 961px;
	height: 43px;
	overflow: hidden;
	background: #FFF;
}
#atozinsideContentArea {
	padding: 0px; margin:0px;
	float: left;
	width:100%;
	overflow:hidden;
	background: #FFF;
}

#colContainer { 
	width:961px;
	height: 35px;
	padding: 0px; margin: 0px;
	border-top: 1px #FFF solid;
	background: url(/custom/files/media/contenttitleline.gif) #FFF top repeat-x;
}

#colTitle1{
	float: left;
	display:inline;
	width: 400px;
	height: 35px;
	padding: 0px; margin: 0;
}
/*	background:url(/custom/files/media/showdogsears.gif) transparent left no-repeat;   */


#colTitle2{
	display:inline;
	float: right;
	width: 244px;
	height: 35px;
	margin:0; padding: 0px;
	background: /*url(/custom/files/media/atoztitle-2.gif)*/ top no-repeat left;
}
#colTitle2NoShow{ 
	display:inline;
	float: right;
	width: 244px;
	height: 35px;
	margin:0; padding: 0px;
	background: url(/custom/files/media/titlewhitebar2.gif) no-repeat top left;
}


#colTitle3{
	display:inline;
	float: right;
	width: 241px;
	height: 35px;
	margin:0; padding: 0px;
	background: /*url(/custom/files/media/myshowdayTitle-2.gif)*/ top no-repeat left;
}
#colTitle3NoShow{
	display:inline;
	float: right;
	width: 241px;
	height: 35px;
	margin:0; padding: 0px;
	background: url(/custom/files/media/titlewhitebar2.gif) no-repeat top left;
}


#contentColContainer {width:963px;}

#col_1{
	float: left;
	width: 481px;
	height: 213px;	
	margin: 0px;
	overflow:hidden;
	background: url(/custom/files/media/showdogsout1.gif) no-repeat top right;
}
/*	background: url(/custom/files/media/showdogs1.gif) no-repeat top right;   */
	

#col_2{
	float: right;
	width: 219px;		
	margin:0px;  padding: 5px 10px 10px 15px;
	background: url(/custom/files/media/titlewhitebar.gif) no-repeat top left;
	overflow:hidden;
}

#col_3{
	float: left;
	width: 216px;
	margin:0px;  padding: 5px 10px 10px 10px;
}

#col_1, #col_2, #col_3, #contentCol1, #contentCol2 p{color: #333;}

/* ----- New Home layout : July 2008 -------------------- */
#homeLayout {
	display: block;
	width: 961px;
	height: 100%;
	margin: 0px 1px 20px 1px;
	padding: 0px;
	background-image: url(/custom/files/media/columnlines.gif);
	background-repeat: repeat-y;
	overflow: hidden;
}

#flashContainer {
	float: left;
	width: 481px;
	margin: 0px;
	padding: 0px;
}

#promoContainer {
	float: right;
	width: 480px !important;
	overflow: hidden;
}

#greySpacer {
	width: 480px;
	height: 20px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#leftPromos {
	float: left;
	width: 242px;
	overflow: hidden;
}

#rightPromos {
	float: right;
	width: 238px;
	overflow: hidden;
}

#promo1 {
	margin: 11px 10px 0px 10px;
}

#promo2 {
	margin: 11px 10px 0px 10px;
}

#promo3 {
	margin: 11px 10px 0px 10px;
}

#promo4 {
	margin: 11px 10px 0px 10px;
}



/* --------------------------------------------- CONTENT PAGES */

#contentLeft{
	float: left;
	display:inline;
	width: 241px;
	height: 287px;
	padding: 0px; margin: 0px;
	/*background: /*url(/custom/files/media/contentImageWoodChopping.jpg) #795c9f top left no-repeat; */
}
#wishListContentLeft{
	float: left;
	display:inline;
	width: 241px;
	height: 34px;;
	padding: 0px; margin: 0px;
	background-color:#FFF;
}
* html #wishListContentLeft {
	height: 34px;
}

#contentLeft p {
	padding: 0px; margin: 0px; /* This stops side IMGs being indented */
}
#contentLeft .photo_caption {
	margin-top: 4px;
	margin-left: 9px;
	/* padding: 10px 25px 25px 25px; */
	font-size: 9px;
}

#contentRight{
	float: right;
	display: inline;
	width: 720px;
	height: 100%;
	margin:0px;
	padding: 0px;
	border: 0px #ccc solid;
}
/*	background: url(/custom/files/media/contentrightdogs.jpg) right bottom no-repeat;   */


#wishListRight {
	float: right;
	display: inline;
	width: 720px;
	height: 34px;
	margin:0px; padding: 0px; border: 0px #ccc solid;
}

* html #wishListRight {
	height: 34px;
}

#showBagsAndCarnival { 
	width:720px;
	height: 43px;
	background: url(/custom/files/media/rassectionheaderbg.gif) top left repeat-x;
}
#planYourShowDay { 
	width:720px;
	height: 43px;
	background: url(/custom/files/media/rassectionheaderbg.gif) top left repeat-x;
}
#showEntriesResultsContainer { 
	width:720px;
	height: 43px;
	background: url(/custom/files/media/rassectionheaderbg.gif) top left repeat-x;
}
#showExperiences { 
	width:720px;
	height: 43px;
	background: url(/custom/files/media/rassectionheaderbg.gif) top left repeat-x;
}

/* #general { 
	width:720px;
	height: 34px;
	background: #000 top left repeat-x;
} */

/* -------------------------------------------- SEARCH RESULTS ROLLOVER */

#planYourShowDayTitle, #showEntriesAndResultsTitle, #showExperiencesTitle{
	float: left;
	padding: 0px; margin: 0;
	overflow:hidden;
	display:inline;
	width: 437px;
	height: 43px;
}
#showbagsAndCarnivalTitle {
	float: left;
	padding: 0px; margin: 0;
	overflow:hidden;
	display:inline;
	width: 400px;
	height: 43px;
}
#atozindex, #contactus, #history, #myshowday, #search, #general {
	float: left;
	padding: 0px; margin: 0;
	overflow:hidden;
	display:inline;
	width: 720px;
	height: 43px;
	background: #FFF url(/custom/files/media/rassectionheaderbg.gif) 0 0 repeat-x;
}
/*  -------------------------------------------- END SEARCH RESULTS ROLLOVER */
/*  -------------------------------------------- START ATOZ INDEX ROLLOVER */

#atozindexTitle{
	display:inline;
	float: right;
	width: 135px;
	height: 43px;
	margin:0; padding: 0px;
	background: url(/custom/files/media/sratozindextitle.gif) top no-repeat left;
}

#atozindexTitle ul {
	margin: 0px; padding: 0px;
	list-style-type: none;
}  

#atozindexTitle li {
	float:left;
	margin: 0;border: 0;
	display: block;
} 

#atozindexTitle a {
	width:135px;
	height:43px;
	display: block;
	background: url(/custom/files/media/sratozindextitle.gif) left top no-repeat;
} 

#atozindexTitle a:link, #atozindexTitle a:visited {
	background: url(/custom/files/media/sratozindextitle.gif) left top no-repeat;
}

#atozindexTitle a:active {
	background: url(/custom/files/media/sratozindextitle.gif) left top no-repeat;
}

#atozindexTitle a:hover {
	border: 0px;
	background: url(/custom/files/media/sratozindextitleover.gif) left top no-repeat;
} 

/* ----------------------------------------------- END ATOZ INDEX ROLLOVER */
/*  -------------------------------------------- START MY SHOW DAY ROLLOVER */

#myShowDayTitle{
	display:inline;
	float: right;
	width: 148px;
	height: 43px;
	margin:0; padding: 0px;
	background: url(/custom/files/media/srmyshowdaytitle.gif) top no-repeat left;
}

#myShowDayTitle ul {
	margin: 0px; padding: 0px;
	list-style-type: none;
}  

#myShowDayTitle li {
	float:left;
	margin: 0;border: 0;
	display: block;
} 

#myShowDayTitle a {
	width:148px;
	height:43px;	
	display: block;
	background: url(/custom/files/media/srmyshowdaytitle.gif) left top no-repeat;
} 

#myShowDayTitle a:link, #myShowDayTitle a:visited {
	background: url(/custom/files/media/srmyshowdaytitle.gif) left top no-repeat;
}

#myShowDayTitle a:active {
	background: url(/custom/files/media/srmyshowdaytitle.gif) left top no-repeat;
}

#myShowDayTitle a:hover {
	border: 0px;
	background: url(/custom/files/media/srmyshowdaytitleover2.gif) left top no-repeat;
} 

/* ---------------------------------------------- END MY SHOW DAY ROLLOVER */

/* ---------------------------------------------- START CONTENT PAGES */
#contentBodyContainer {
	width: 720px;
	text-align: left;
}

#contentBodyLeft {
	float: left;
	width: 440px;
	padding: 25px 20px 20px 30px; margin: 0px;   /* < Should be ONLY LEFT padding/margin needed. 25All out, 30 now -Dave */
	/*border-left: 1px #a18dbc solid;*/
}

#contentBodyLeft hr {
	border: 0px;
	height: 1px;
	color: #000;
	background-color: #FFF;
	padding: 0px; 
	margin:0px;
}

/* Removed completely by Dave to simplify Content Page Title & HR lining up.
#contentBodyLeft p {
	margin: 0 0 15px 0px;    < LEFT margin removed. -Dave 
} */

#contentBodyLeft h1, h2 {
	margin: 0 0 0 0px;   /* < LEFT margin removed. -Dave */
	font-family: tahoma, arial, sans-serif, verdana;
	font-size:20px;
	font-weight:normal;
	color:#000;
	letter-spacing: normal;
}

ul { padding: 0px; margin: 0px; }
li { padding: 0px; margin: 0px; }

#contentBodyNavRight{
	float: right;
	width: 225px;
	height: 300px;
	margin: 20px 0 0 0;
}

#contentBodyLeft p{
	font-size: 18px;
	font-weight: normal;
	font-family: tahoma, arial, sans-serif, verdana;
	color: #000;
	padding: 1px 0 5px 0px;   /* < LEFT margin removed. -Dave */
	margin: 0 0 0 0px;   /* < LEFT margin removed. -Dave */
	letter-spacing: normal;
}

* html #contentBodyLeft p{
	font-size: 18px;
	font-weight: normal;
	font-family: tahoma, arial, sans-serif, verdana;
	color: #000;
	padding: 3px 0 5px 0px;   /* < LEFT margin removed. -Dave */
	margin: 0px;
	letter-spacing: normal;
}


/* Standard table in Content areas */
#contentTable td, #contentTable td p  {
	font-family: tahoma, arial, sans-serif, verdana;
	font-size: 13px;  /* < was 11px */
	line-height: 16px;  /* < was 18px */
	color: #000; /* Footer is:CDB5EC, Orange:f7b321, brighter orange:ffc549 */
}

/* Results Table */

#contentBodyLeft table {
	border: none;	
}

#contentBodyLeft table td {
	padding: 3px 3px 3px 6px;
	border-bottom: 1px solid #333;
}

#contentBodyLeft td p{
	font-size: 13px;  /* < was 11px */
	font-weight: normal;
	font-family: tahoma, arial, sans-serif, verdana;
	color: #000;
	padding: 1px 0 5px 0px;   /* < LEFT margin removed. -Dave */
	margin: 0px;
	letter-spacing: normal;
}	
	
	
#contentBodyNavRight ul {
	/*margin: 5px 0px 5px 0px;*/
	list-style: none;
}  

#contentBodyNavRight li {
	display: block;
	list-style: none;
	/*padding: 5px 5px 5px 10px;*/
} 

#contentBodyNavRight a,
#contentBodyNavRight a:active,
#contentBodyNavRight a:hover,
#contentBodyNavRight a:visited {
	display: block;
	/* border-bottom: 1px solid #dedad7; /*LIGHT GREY LINE*/
	font-family: tahoma, arial, sans-serif, verdana; font-size: 12px; font-weight: bold;
	line-height: 16px; 
	text-indent: /*40px */ 20px;
	text-decoration: none; 
	padding: 5px 0 5px 0;
	/* background-image: url(/custom/files/media/media/arrow-blue-right.gif); 
	background-position: 15px;
	background-repeat: no-repeat; */
	color: #000 !important;
}
#contentBodyNavRight a,
#contentBodyNavRight a:active,
#contentBodyNavRight a:hover,
#contentBodyNavRight a:visited {
	_padding: 0px 0px 0px 0px;
}
#contentBodyNavRight a:active,
#contentBodyNavRight a:visited {
	background: transparent;
	color: #000 !important;
}

#contentBodyNavRight a:hover {
	background: transparent;
	color: #000 !important;
	text-decoration: none;
}

/* --------------------------------------------- END CONTENT PAGES */






#yellowdots {
	display: none; /* removed the 3 dots on 2009 look and feel */
	/* height: 100px;
	width: 15px;
	padding: 5px 0px 0px 0px; /*  < LeftMargin chgd 30 to 0.  Dave */
	/* z-index: 1;
	position:absolute;
	float: left;
	overflow: visible;
	margin: 0 0 0 60px; */
}	
/*
* html #yellowdots {
	margin: 0 0 0 -30px;
}

html>body #yellowdots {
	margin: 0 0 0 -15px;
	padding: 5px 0px 0px -15px;
} */

/* #footer {
	padding: 14px 6px 14px 14px;
	border-left: 1px #FFFFFF solid; border-right: 1px #FFFFFF solid; 
	width:941px;
	text-align: left;
	background: url(/custom/files/media/footergraphic.gif) #dedad7 top left repeat-x;
}

#contentFooter {
	padding: 14px 6px 14px 14px;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	width:941px;
	text-align: left;
	background: #000;
	color: #000;
	clear: both;
}

#contentFooter table, tbody, tr, td, p {
	padding: 0px; margin:0px;
}

#contentFooter a {
	color: #FFF !important;
} */

#contentFooter {
	clear:both;
	padding-top:22px;
	margin: 0 auto;
	height:133px;
	width:963px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#contentFooter p {
	padding-top:92px;
	display: block;
	background:url(/custom/files/media/rasfooterblurb.gif) 25px bottom no-repeat;
	text-indent: -9999px;
	outline-style:none;
	}
#contentFooter .footer_right{
	float:right;
	width:445px;
	}
#contentFooter .footer_right ul{
	margin-left:55px;
	width:385px;
	overflow:hidden;
	}
#contentFooter .footer_right ul li{
	color:#000;
	font-size: 1.1em;
	float:left;
	list-style: none;
	}
#contentFooter .footer_right ul li a{
	color:#000;
	text-decoration:none;
	}
#contentFooter .footer_right ul li a:hover{
	text-decoration:underline;
	color:#000;
	}
#contentFooter .footer_right .footer_right_bottom{
	width:412px;
	padding-left:33px;
	overflow:hidden;
	padding-top:33px;
	}
#contentFooter .footer_right .footer_right_bottom a {
	float:left;
	display:inline;
	margin-right:28px;
	margin-left: 5px;
	border: none;
	}

#contentFooter .footer_right .footer_right_bottom a img {
	border: 0px solid #000;	
}

.venuetix {color: #000;}
.redBodyText {color: #000;}



/* --------------------------------------------------------------- */
html> menuOff1 {width:216px;}
html> menuOn1  {width:216px;}

html >body .menuOff2 {width: 215px;	}
html >body .menuOn2  {width: 215px;	}

html >body .menuOff3 {width: 215px;	}
html >body .menuOn3  {width: 215px;	}

html >body .menuOff4 {width: 209px;	}  /* Pre July 2009 was 218px */
html >body .menuOn4  {width: 209px;	} 

/*.menuOff1, .menuOn1, .menuOff2, .menuOn2, .menuOff3, .menuOn3, .menuOff4, .menuOn4 {
	display: block;
	margin: 0px 1px 1px 0px;
	padding: 0 10px 0 1px;
	background-image: url(/custom/files/arrowwhiteright.gif);
	background-repeat: no-repeat;
	background-position: 30px 50%;
	color:#ffffff;
	font-weight: bold;
	font-family: tahoma, verdana, sans-serif;
	font-size: 13px;
	text-indent: 45px;
	text-align: left;
}*/

/*.menuOff1, .menuOn1, .menuOff2, .menuOn2, .menuOff3, .menuOn3, .menuOff4, .menuOn4 {
	color:#ffffff;
	font-weight: bold;
	font-family: tahoma, verdana, sans-serif;
	font-size: 13px;
	text-indent: 30px;
	text-align: left;
	display: block;
	margin: 0px;
	padding-top: 1px; padding-right: 10px; padding-bottom:2px; padding-left: 10px;
	background-repeat: no-repeat;	
	background-position: 30px 50%;
	background-image: url(/custom/files/arrowwhiteright.gif);
}*/

.menuOff1, .menuOn1, .menuOff2, .menuOn2, .menuOff3, .menuOn3, .menuOff4, .menuOn4 {
	color:#000;
	font-weight: bold;
	font-family: tahoma, verdana, sans-serif;
	font-size: 13px;
	text-align: left;
	text-decoration:none;
	display: block;
	margin: 0px;
	padding-top: 1px; padding-right: 5px; padding-bottom:2px; padding-left: 10px;
	background:#FFF;
}
/* 
	July 2009 - Total width should only be 224px.
	IE6 - 224px
	padding-right: 10px;
*/
/*
.menuOff1 {	
	width:216px;
	border-bottom: 1px solid #EC8877;
	background-color: #ed3594;
}
.menuOn1 {	
	width:216px;
	border-bottom: 1px solid #EC8877;
	background-color: #a52567;
}
*/

.menuOff1 {	
	width:216px;
	border-bottom: 1px solid #00aeec;
}
.menuOn1 {
	width:216px;
	border-bottom: 1px solid #00aeec;
	color:#000000;
	background-color:#ffffff;
}

.menuOff2 {
	width:215px;
	border-bottom: 1px solid #e62391;
}

.menuOn2 {
	width:215px;
	border-bottom: 1px solid #e62391;
	color:#000000;
	background-color:#ffffff;
}

.menuOff3 {
	width:215px;
	border-bottom: 1px solid #84c75f;
}

.menuOn3 {
	width:215px;
	border-bottom: 1px solid #84c75f;
	color:#000000;
	background-color:#ffffff;
}

.menuOff4 {
	width:209px;
	border-bottom: 1px solid #f7b321;
	padding-right:5px;
}

.menuOn4 {
	width:209px;
	border-bottom: 1px solid #f7b321;
	color:#000000;
	background-color:#ffffff;
	padding-right:5px;
}
