@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

body 	{
	background-color:#CDD0D1;
	background-image: url(picts/background-main.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	border: 0;
	}




/* DEFAULTS - MARGINS SPACING */

div		{ margin: 0; padding: 0; border: 0; }

table, tr, td	{ border-collapse:collapse; border-spacing: 0; margin: 0; padding: 0; border: 0; }




/* DEFAULTS - ALIGNMENT */

.td-right 	{ text-align: right; }

.td-left 	{ text-align: left; }

.td-center	{ text-align: center; }

.td-middle	{ vertical-align: middle; }

.td-top		{ vertical-align: top; }

.td-bottom	{ vertical-align: bottom; }

.center-align	{ text-align: center; }

.center-div	{ margin-left: auto; margin-right: auto; }

.right-div	{ margin-left: auto; margin-right: 0; }

.left-div	{ margin-left: 0; margin-right: auto; }




/* DEFAULTS - MISC */

.fullwidth	{ width: 100%; }

.nobreak	{ white-space: nowrap; }

.formmargin	{ margin: 0px; }

.just		{ text-align: justify; }

img 		{ border: 0; }

.blockimage	{ display: block; }

.divclear 	{ clear: both; height: 0px; font-size: 1px; line-height: 0px; padding: 0px; margin: 0px; overflow: hidden; }




/* NON-MENU LINKS */

a:link, a:visited, a:active	{ color: #336699; text-decoration: none; }

a:hover				{ color: #009999; text-decoration: none; }




/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

div, table	{ color: #50585C; font: normal 14px "Open Sans", arial, sans-serif; line-height: 20px; }

.title		{ color: #000000; font: normal 25px "Open Sans", "Trebuchet MS", arial, sans-serif; }

.subtitle	{ color: #000000; font: normal 18px "Open Sans", "Trebuchet MS", arial, sans-serif; }

.smalltitle	{ color: #000000; font: bold 16px "Open Sans", "Trebuchet MS", arial, sans-serif; }

.hilite		{ color: #CC6600; font-weight: bold; }




/* PAGE & CONTENT HEIGHTS, WIDTHS, PADDING AND ALIGNMENT */

#wrapper	{ width: 100%; margin: auto; }

.contentwidth	{ max-width: 650px; min-width: 250px; }

.contentpad	{ padding: 0px 12px 0px 12px; margin-top: 12px; }

.pageheight	{ min-height: 675px; }




/* CODE FOR IMAGES */

.main-imagediv	{
		position: relative;
		width: 100%;
		padding: 0px;
		margin: 0px auto 0px auto;
		}

.main-image	{
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto 0px auto;
		border: #91999D 0px solid;
		border-width: 0px 0px 12px 0px;
		}

.main-imagediv, img.main-image 
		{
		min-width: 250px;
		height: auto;
		}

.img-borders	{ border: #6F777B 2px solid; }

.img-left	{ float: left; margin: 5px 10px 5px 0px; }

.HoverBorder	{
		border: #6F777B 2px solid;
	/* FADE UP */
	transition: border 0.5s ease;
	-webkit-transition: border 0.5s;
		}

a:hover .HoverBorder, 
a:active .HoverBorder 
		{ border: #FFFFFF 2px solid; }




/* IMAGE BORDERS AND SPACING AND BARS ARROWS */

.page-splits 	{
		font-size: 1px;
		line-height: 1px;
		height: 2px;
		background-color: transparent;
		padding: 0;
		margin: 8px auto 8px auto;
		border-bottom: #A7AFB3 1px solid;
		}

.map-splits	{ margin: 8px 0px 8px 0px; }

.nextback-arrows { padding: 10px 0px 10px 0px; position: relative; }




/* HOME PAGE MUSIC PLAYER */

.homeplayer		{ width: 700px; }

.homeplayerdiv		{
			max-width: 700px;
			min-width: 210px;
			}




/* JQUERY CONTENT SLIDESHOW LOADING */

div.JQDiv div 	{ display: none; overflow: hidden; }   /* HIDES SLIDES DURING LOADING */

.JQDiv 		{ overflow: hidden; }


/* HOMEPAGE LAYERED TEXT JQUERY */

.layertext	{ color: #F0F0F0; font: normal 12px "Open Sans", arial, sans-serif; line-height: 20px; }

.layertitle	{ color: #FFFFFF; font: normal 23px "Open Sans", arial, helvetica, sans-serif; letter-spacing: -0.5px; font-style: normal; line-height: normal; }

.hometextlayer	{
		background: transparent;
/* ----- SHADE COLORS LOOK IN THE "picts/shading" FOLDER FOR MORE COLORS */
		background-image: url(picts/shading/shade-gray-80.png);
		border: #6F777B 0px solid;
		border-width: 1px 0px 1px 1px;
	/* CORNER ROUNDING */
	border-top-left-radius: 10px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 10px;
		}

.JQposition 	{
		position: absolute;
		top: 70px;
		right: 0px;
		width: 300px;
		height: 220px;
		z-index: 40;
		}

.textlayer-pad	{ padding: 10px 10px 10px 15px; }



/* TEXT LAYER LINK COLORS */

a.layerlink:link, a.layerlink:visited, a.layerlink:active 
			{ color: #FFFF9C; font-size: 13px; text-decoration: none; }

a.layerlink:hover	{ color: #FFCC33; text-decoration: none; }

.llbar			{ color: #C0C0C0; padding: 0px 5px 0px 5px; }

/* JQUERY NEXT PREV BUTTONS */

#NextPrev	{
		position: absolute;
		right: 55px;
		top: 212px;
		width: 62px;
		height: 33px;
		z-index: 41;
		background-image: url(JQuery-Content/JQ-buttonshade.png);
		background-repeat: no-repeat;
		}

div#NextPrev	td	{ padding: 0px; }

#prev			{ margin: 4px 2px 0px 0px; }

#next			{ margin: 4px 0px 0px 2px; }

.home-small-image	{ margin: 14px 0px 0px 0px; }

.JQHoverBorder	{
		border: #B5B5B5 1px solid;
	/* FADE UP */
	transition: border 0.5s ease;
	-webkit-transition: border 0.5s;
		}

a:hover .JQHoverBorder, 
a:active .JQHoverBorder 
		{ border: #FFFFFF 1px solid; }


/* POSITION USED IN THE No-Animation-Home-sample.htm */

.TLposition	{
		position: absolute;
		top: 70px;
		right: 0px;
		width: 300px;
		height: 220px;
		z-index: 40;
		}




/* HEADER CODE */

.header		{
		background-color: #6F777B;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		border-bottom: #000000 0px solid;
		}

.header a	{ outline: none; }

.headerheight	{ height: 80px; }

.logoimage	{ margin: 0px; }




/* SOCIAL ICON LOCATION, SPACING & WIDTH */

.socialspace	{ padding: 0px 1px 0px 1px; }

#sociallinks	{
		width: 103px;
		position: absolute;
		right: 8px;
		top: 15px;
		z-index: 100;
		border: #000000 0px solid;
		}

/* SOCIAL ICON HOVER */

.socialicons 	{
		border: #6F777B 1px solid;
		margin-bottom: 3px;
		/* FADE UP */
		transition: border 0.5s ease;
		-webkit-transition: border 0.5s;
		}

a:hover .socialicons 	{ border: #FFFFFF 1px solid; margin-bottom: 3px; }




/* FOOTER */

.footer		{
		color: #50585C;
		font: normal 13px "Open Sans", arial, sans-serif;
		width: 100%;
		text-align: center;
		}

.footerbars	{ color: #7B868B; }

.footerspace	{ height: 60px; }

.footer-icon	{ margin: 11px auto 8px auto; }




/* STYLES FOR merchandise.htm */

.formmargin-cart	{ margin: 15px 0px 0px 0px; }

.merchwidth		{ width: 96%; }

table.merchbox td	{ padding: 8px 8px 8px 8px; }

.merchbox		{
			line-height: normal;
			background-color: #EAEFF2;
			border: #9DAA9D 0px solid;
			border-width: 3px 0px 3px 0px;
			}

.price	 		{ color: #996600; font: 16px "Open Sans", arial, sans-serif; font-weight: bold; }

.merch-title		{ float: left; padding: 0px 36px 15px 0px; }

.view-cart		{ float: right; padding: 0px 0px 15px 0px; width: 165px; }

.cart-icon		{ margin: 0px 8px 0px 0px; display: block; }

/* ORDER BUTTONS */

.button-order	 	{
			color: #FFFFFF;
	       		font: normal 15px "Open Sans", arial, serif;
			text-align: center;
			background-color: #556855;
			background-image: url(picts/button.png);
        		padding: 6px 5px 6px 5px;
			cursor:pointer;
			-webkit-appearance: none;
        		border: #006600 1px solid;
		/* CORNER ROUNDING */
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-radius: 4px;
			}

.buttonon-order	 	{
			color: #FFFFFF;
	       		font: normal 15px "Open Sans", arial, serif;
			text-align: center;
			background-color: #CC0000;
			background-image: url(picts/button.png);
        		padding: 6px 5px 6px 5px;
			cursor:pointer;
			-webkit-appearance: none;
        		border: #660000 1px solid;
		/* CORNER ROUNDING */
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-radius: 4px;
			}




/* SLIDESHOW CODE */

.slideshow-imagediv
		{
		position: relative;
		z-index: 2;
		width: 96%;
		padding: 0px;
		margin: 0px auto 0px auto;
		}

.slideshow-imagediv-width { max-width: 750px; }

.slideshow-image
		{
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto 0px auto;
		}

.slideshow-imagediv, img.slideshow-image 
		{
		min-width: 250px;
		height: auto;
		}

.slideshow-borders 
		{
		border: #91999D 0px solid;
		border-width: 1px 1px 0px 1px;
		}

.slideshow-borders-buttons 
		{
		border-top: 0px solid;
		}

.slide-loading	{
		min-width: 250px;
		min-height: 167px;
		background-color:#FFFFFF;
		background-image: url(picts/slideshow-loading-white.gif);
		background-position: center center;
		background-repeat: no-repeat;
		}



/* SLIDESHOW LAYERED TEXT */

.slideshowlayer {
		position: absolute;
		top: 25px;
		left: 25px;
		width: 250px;
		z-index: 40;
		background: transparent;
		border: #6F777B 1px solid;
/* ----- SHADE COLORS LOOK IN THE "picts/shading" FOLDER FOR MORE COLORS */
		background-image: url(picts/shading/shade-gray-60.png);
/* ----- CORNER ROUNDING */
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		-khtml-border-radius: 7px;
		border-radius: 7px;
		}

.sld-pad	{ padding: 10px; }

.sld-text	{ color: #FFFFFF; font: normal 12px "Open Sans", arial, sans-serif; line-height: 20px; }

.sld-title	{ color: #FFFFFF; font: bold 15px "Open Sans", arial, sans-serif; }



/* SLIDESHOW BUTTONS */

.button-slideshow-box 	{ width: 100%; }

.button-slideshow-box td { width: 25%; }

.button-slide-next	{
			background-image: url(picts/button-slide-next.png);
			border-right: #999999 0px solid;
			}

.button-slide-back	{
			background-image: url(picts/button-slide-back.png);
			border-left: #999999 0px solid;
			border-right: #999999 0px solid;
			}

.button-slideshow 	{
			color: #FFFFFF;
	       		font: bold 13px "Open Sans", arial, serif;
			line-height: 34px;
			text-align: center;
			background-color: #91999D;
        		padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
        		display: block;
			cursor:pointer;
			height: 36px;
			width: 100%;
			-webkit-appearance: none;
        		border: #999999 0px solid;
			background-position: center center;
			background-repeat: no-repeat;
/* ----- CORNER ROUNDING */
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			-khtml-border-radius: 0px;
			border-radius: 0px;
			}

.button-slideshow:hover, 
.button-slideshow:active {
			color: #FFFFFF;
			background-color: #6F777B;
        		border: #999999 0px solid;
			}




/* SAMPLES PAGE CODE */

.tt-topspace		{ margin-top: 20px; }

.tracktablebox		{ min-width: 250px; }

.tracktable		{ font-size: 14px; width: 100%; margin: 3px 0px 3px 0px; }

table.tracktable td 	{ padding: 4px 2px 4px 2px; border-bottom: #A7AFB3 1px solid; }

table.tracktable 	{ border-top: #A7AFB3 1px solid; }

.floatcd		{ float: left; width: 162px; height: 162px; padding: 0px; margin: 0px 15px 5px 0px; }

.floatcd-info		{ float: left; padding: 0px; margin: 0px; min-width: 220px; }

.cd-borders		{ border: #000000 1px solid; }




/* MUSIC POPUP PAGE STYLES */

.playerbackground	{
			overflow: hidden;
			background-color:#CDD0D1;
			background-image:url(picts/player-background.jpg);
			background-position: left top;
			background-repeat: repeat-x;
			}

.player-box	{ padding: 12px 10px 6px 20px; }

.player-box-sub	{ padding: 12px 20px 6px 20px; }

.choice-text	{ color: #000000; font: normal 14px "Open Sans", arial, sans-serif; padding-left: 10px; }

.player-song1	{ color: #000000; font: normal 14px "Open Sans", arial, sans-serif; }

.player-song2	{ color: #774224; font: normal 14px "Open Sans", arial, sans-serif; }

.player-title	{ color: #000000; font: normal 17px "Open Sans", arial, sans-serif; letter-spacing: -1px; }

.player-space	{ padding: 5px 2px 5px 0px; }

.player-image	{
		width: 100%;
		height: auto;
		border-bottom: #91999D 5px solid;
		}

/* PLAYER BUTTON BORDERS */

.player-borders { border: #6F777A 1px solid; cursor: pointer; }

a:hover .player-borders,
a:active .player-borders, .player-borderson 
		{ border: #000000 1px solid; cursor: pointer; }

#flash-button embed, #flash-button object { margin-top: 0px; vertical-align: top; }



#music-closebutton 	{ position: absolute; top: 10px; left: 10px; }

.buttonspace		{ padding-left: 3px; }

.html5player		{ width: 100%; max-width: 400px; min-width: 250px; }

.quickplayer		{ width: 100%; max-width: 400px; min-width: 250px; }




/* MP3 DOWNLOAD ORDER CODE */

.SDL-notes		{
			color: #556855;
			font-size: 12px;
			font-weight: normal;
			line-height: normal;
			padding: 5px 0px 0px 0px;
			}

.formmargin-SDL		{ margin: 0px; }

.buttonspace-SDL	{ width: 65px; }

.SDL-order	 	{
			color: #FFFFFF;
	       		font: bold 13px "Open Sans", arial, serif;
			text-align: center;
			background-color: #556855;
			background-image: url(picts/button.png);
			cursor:pointer;
			width: 60px;
			-webkit-appearance: none;
        		border: #006600 1px solid;
		/* CORNER ROUNDING */
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-radius: 4px;
			}

.SDLon-order	 	{
			color: #FFFFFF;
	       		font: bold 13px "Open Sans", arial, serif;
			text-align: center;
			background-color: #CC0000;
			background-image: url(picts/button.png);
			cursor:pointer;
			width: 60px;
			-webkit-appearance: none;
        		border: #660000 1px solid;
		/* CORNER ROUNDING */
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-radius: 4px;
			}




/* DOWNLOADS PAGES */

.header-download	{ border-bottom: #B0B6B9 6px solid; }




/* YOUTUBE VIDEO CODE */

.videodescription	{
			color: #50585C;
			font-size: 13px;
			font-weight: normal;
			max-width: 642px;
			padding: 12px 0px 12px 0px;
			border: #83837C 1px solid;
			border-width: 0px 0px 1px 0px;
			}

/* VIDEO PAGE (FOR RESPONSIVE VIDEO) */

.videobox	 {
		 max-width: 640px;
		 margin: 0 auto;
		 padding: 0px 5px 0px 5px;
		 }

.video-container {
		 min-width: 200px;
		 padding-top: 25px;
		 padding-bottom: 56.25%; /* 16:9 */
		 padding-top: 0px;
		 margin: 0px auto 0px auto;
		 height: 0;
		 overflow: hidden;
		 position: relative;
		 z-index: 10;
		 }
 
.video-container iframe,
.video-container object,
.video-container embed {
		 width: 100%;
		 height: 100%;
		 position: absolute;
		 top: 0;
		 left: 0;
		 z-index: 10;
		 }

.video-menu	 { max-width: 642px; }




/* CONTACT FORM */

.floatcontact	{ float: left; margin: 0px 40px 10px 0px; padding-top: 15px; }

.shadeform	{
		color: #000000;
		font: 13px arial, sans-serif;
		background-color: #EAEFF2;
		text-align: left;
		width: 190px;
		border: #6F777B 1px solid;
		}

.textarea	{
		color: #000000;
		font: 13px arial, sans-serif;
		background-color: #EAEFF2;
		text-align: left;
		overflow: auto;
		width: 240px;
		height: 150px;
		border: #6F777B 1px solid;
		}

.button 	{
		color: #FFFFFF;
	       	font: normal 15px "Open Sans", arial, sans-serif;
		text-align: center;
		background-color: #868E92;
        	padding: 5px 25px 5px 25px;
		cursor: pointer;
		-webkit-appearance: none;
        	border: #485054 1px solid;
		}

.buttonon 	{
		color: #FFFFFF;
	       	font: normal 15px "Open Sans", arial, sans-serif;
		text-align: center;
		background-color: #CC0000;
        	padding: 5px 25px 5px 25px;
		cursor: pointer;
		-webkit-appearance: none;
        	border: #990000 1px solid;
		}




/* HIDE MENU AND ITEMS FOR PRINTING */


@media print {
.printhide 	{ display:none; }
.printhelp	{ width:600px; }
}
@media screen{
.printonly 	{ display:none; }
}




/* NUMBERS MENU "menu-video.js" AND "menu-samples.js" AND "menu-slideshows.js" */

.num-arrow	{ width: 77px; background-color: transparent; }

#nummenu	{ width: 100%; position: relative; top: 0px; left: 0px; z-index: 43; }

.menu-num, #nummenu a.currenthilite	{
		font-family: "Open Sans", arial, helvetica, sans-serif;
		font-size: 14px;
		font-weight: normal;
		line-height: normal;
		padding: 5px 7px 5px 7px;
		margin: 0px 1px 0px 1px;
		cursor:pointer;
		text-align: center;
		display: block;
		}

a.menu-num:link, a.menu-num:visited, a.menu-num:active 
			{
			color: #000000;
			border: #6F777B 0px solid;
			}

a.menu-num:hover 	{
			color: #000000;
			padding: 4px 6px 4px 6px;
			border: #6F777B 1px solid;
			}

/* CURRENT PAGE NUMBER MENU HIGHLIGHT */

#nummenu a.currenthilite {
			color: #6F777B;
			padding: 4px 6px 4px 6px;
			border: #6F777B 1px solid;
			}




/* START ICON MENUS */

#menudiv1 a, #menudiv2 a { outline: none; }

#menu-outer	{
		height: 36px;
		position: absolute;
		width: 100%;
		top: -33px;
		left: -4px;
		z-index: 1500;
		background-image: url(picts/shading/shade-gray-80.png);
		border-top: #B0B6B9 0px solid;
		border-bottom: #B0B6B9 0px solid;
		}

#menu-outer-noimage
		{
		background-color: #000000;
		background-image: url(picts/menu-2-background.jpg);
		background-repeat: repeat-x;
		position: relative;
		width: 100%;
		min-width: 250px;
		margin: 0px auto 0px auto;
		border-top: #B0B6B9 0px solid;
		border-bottom: #B0B6B9 4px solid;
		}



/* TOP MENU 1 (MENU) */

#menu-icon1	{
		background-color: transparent;
		width: 130px;
		cursor: pointer;
		display: block;
		padding: 0px 0px 0px 0px;
		}

div#menu-icon1:hover	{ background-color: #623014; }


.menu1-icon-img	{ display: block; margin: 0px auto 0px 0px; vertical-align: top; }

#menudiv1	{
		background-color: transparent;
		height: 36px;
		position: relative;
		float: left;
		padding: 0px 0px 0px 0px;
		margin: 0px auto 0px auto;
		border: #666666 0px solid;
		border-width: 0px 0px 0px 0px;
		}

#menusub1	{
		background-color: #82898B;
		width: 180px;
		padding-top: 0px;
		display: none;
		position: absolute;
		top: 36px;
		left: 0px;
		z-index: 1501;
	/* DROP SHADOW */
		-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.20);
		-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.20);
		box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.20);
		}

#menusub1 a	{
		color: #FFFFFF;
		background-color: transparent;
		font-family: "Open Sans", arial, helvetica, sans-serif;
		font-size: 13px;
		font-weight: normal;
		line-height: normal;
		text-decoration: none;
		text-align: left;
		padding: 6px 6px 6px 6px;
		margin: 0px 0px 0px 0px;
		display: block;
		border: #000000 0px solid;
		/* MENU FADE UP */
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s;
		}

/* MENU 1 HOVER COLORS */

#menusub1 a:hover 
		{
		color: #FFFFFF;
		background-color: #774224;
		border: #999999 0px solid;
		text-decoration: none;
		}

/* SUB MENU CORNER ROUNDING */

#menusub1, #menusub1 a:first-child {
		border-width: 0px 0px 0px 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		}

#menusub1, #menusub1 a:last-child {
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		}




/* MENU 2 (MUSIC) */

#menu-icon2	{
		background-color: transparent;
		width: 130px;
		cursor: pointer;
		display: block;
		padding: 0px 0px 0px 0px;
		}

div#menu-icon2:hover	{ background-color: #623014; }

.menu2-icon-img	{ display: block; margin: 0px auto 0px 0px; vertical-align: top; }

#menudiv2	{
		background-color: transparent;
		height: 36px;
		position: relative;
		float: left;
		padding: 0px 0px 0px 0px;
		margin: 0px auto 0px auto;
		border: #666666 0px solid;
		border-width: 0px 0px 0px 0px;
		}

#menusub2	{
		background-color: #82898B;
		width: 180px;
		padding-top: 0px;
		display: none;
		position: absolute;
		top: 36px;
		left: 0px;
		z-index: 1502;
	/* DROP SHADOW */
		-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.20);
		-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.20);
		box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.20);
		}

#menusub2 a	{
		color: #FFFFFF;
		background-color: transparent;
		font-family: "Open Sans", arial, helvetica, sans-serif;
		font-size: 13px;
		font-weight: normal;
		line-height: normal;
		text-decoration: none;
		text-align: left;
		padding: 6px 6px 6px 6px;
		margin: 0px 0px 0px 0px;
		display: block;
		border: #000000 0px solid;
		/* MENU FADE UP */
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s;
		}

/* MENU 2 HOVER COLORS */

#menusub2 a:hover 
		{
		color: #FFFFFF;
		background-color: #774224;
		border: #999999 0px solid;
		text-decoration: none;
		}

/* SUB MENU CORNER ROUNDING */

#menusub2, #menusub2 a:first-child {
		border-width: 0px 0px 0px 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		}

#menusub2, #menusub2 a:last-child {
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		}
