﻿/* Upper Crust Bakery <!-- Rev 081208 --> */

/* Body & Heading styles */

/*body {background-color: #ffff99/aa/cc; color: #663300; font-family: arial; font-size: 14px;}*/
/*body {background-color: #ffffaa; color: #663300; font-family: arial; font-size: 14px;}*/
body {background-color: #ffffff; color: #000099; font-family: arial; font-size: 14px;}
/*body {background-image:url(images/taglogo_3f2.gif)}
body {background-position: 15px 0px; background-attachment: fixed} */

hr { height : 2px; width : 100%; background : #0066cc; margin : 0 0 0 0; }
h1 {font-size: 24px; color: #000099; font-family: arial;}
h2 {font-size: 20px; color: #000099; font-family: times;}

/*img {border: 5px solid #ffffff;}*/
img {border-color: #000099 ;}

table {background-color: transparent; border-color: #000099; color: #000099; font-family: arial; font-size: 14px;}
/* table {background-image:url(images/bgd.gif)} */

/* Hyperlink styles */
a:link {color: #0033CC; text-decoration:none} /* Med Blue 0066CC */
a:visited {color: #0033CC; text-decoration:none} /* Med Blue 0066CC */
a:hover {color: #ff0000; text-decoration:none} /* Red ff0000 */
a:active {color: #ff00aa; text-decoration:none} /* Red/Purple ff00aa */


/* NAVIGATION BUTTONS */
			.menu {
						height: 100px;
						width: 100px;
			}
			.cssnav	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: arial, helvetica, sans-serif;
						background: url(btnblnkb1.gif) no-repeat;
						width: 160px;
						height: 67px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.cssnav a {
						display: block;
						color: #333333;
						font-size: 18px;
						width: 150px;
						height: 67px;
						display: block;
						float: left;
						color: #996633; 
						text-decoration: none;
						/*overflow:hidden;/* for ie to hide extra height*/
						overflow:visible;/* for ie to hide extra height*/
			}
			.cssnav a:hover {
						color: #330000;
			}
			

			.cssnav img {width: 150px; height: 67px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
	position: absolute;
	/* position: relative; */
	left: 0px;
	top: 23px;
	text-align: center;
	width: 150px;
	cursor: pointer;
	height: 67px;
					     
			}
/* END OF NAVIGATION */

