/* CSS Document */
body {
}.logobkg {
	background-image: url(images/splash/logo_bkg.gif);
	background-repeat: no-repeat;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav a {
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	vertical-align: middle;
	top: 3px;
	bottom: 3px;
}

#nav a:hover {
	color:#FFFF41;
	vertical-align: middle;
	
}

#nav li li a {
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 3px;
	padding: 3px;
	padding-right: 10px;
	padding-left: 10px;
}

#nav li li a:hover {
	padding: 3px 10px;
	color: #FFFF99;
	display: block;
	font-weight: bold;
}

li {
	float: left;
	position: relative;
	width: 90px;
	text-align: center;
	cursor: default;
	border: 0;
}

li#first {
	background-image: url(images/splash/menubkg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 23px;
	padding-top: 3px;
	padding-bottom: 3px;
}
li#second {
	background-image: url(images/splash/menubkg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 23px;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
}

li#last {
	background-image: url(images/splash/menubkg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 23px;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	font-weight: bold;
	background: #4B0506 url(images/menubkgcolor.gif) repeat left bottom;
	padding: 2px 0;
	left: 13px;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
	width: 90px;
}

li:hover ul, li.over ul {
	display: block;
}
.mouseover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	height: 23px;
	width: 130px;
}
.stripebkg {
	background-image: url(images/splash/lowerbkg.gif);
	background-repeat: repeat-y;
}
.logobkg2 {
	background-image: url(images/toplogo2.gif);
	background-repeat: no-repeat;
}
.circlebkg {
	background-image: url(images/circlebkg.gif);
	background-repeat: no-repeat;
}
.moussebkg {
	background-image: url(images/moussebkg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660000;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #611801;
}
.cakebkg {
	background-image: url(images/cakebkg.jpg);
	background-repeat: no-repeat;
}
.petitfourbkg {
	background-image: url(images/petitfour.jpg);
	background-repeat: no-repeat;
}
.tartbkg {
	background-image: url(images/tartbkg.jpg);
	background-repeat: no-repeat;
}
.bodytext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #611801;
}
.contactbkg {
	background-image: url(images/contactbkg.gif);
	background-repeat: no-repeat;
}
.aboutbkg {
	background-image: url(images/aboutbkg.gif);
	background-repeat: no-repeat;
}
.aboutbkg2 {
	background-image: url(images/aboutbkg2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
a:link {
	color: #611801;
}

