/*
COLORS

black ---------------- #000
white ---------------- #FFF
dark gray ------------ #323433
doozleberry sorbet --- #803151

*/

/* top nav menu */
#topNav, #topNav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:120%;
	z-index:25;
}
/* main link styles */
#topNav li a {
	font-size:12px;line-height:1;
	height:11px;
	display:block;
	padding:6px 0 7px 0;
	color:#000;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	width:156px;
}
#topNav li li a {
	font-size:12px;
	display:block;
	padding:5px;
	color:#000;
	text-decoration:none;
	text-transform:none;
	width:auto;
}
#topNav a:hover {
	background:url(../images/nav_ov.jpg) repeat-x;
	color:#803151;
}
#topNav ul li a:hover {
	background:#EFEFEF;
	color:#803151;
}
#topNav li {
	background:url(../images/nav2_line.gif) repeat-y left top;
	float:left;
	font-weight:bold;
	padding:0 0 0 1px;
	text-align:left;
}
#topNav li#home {
	background:none;
}
#topNav li ul li {
	background:none;
	float:left;
	font-weight:normal;
	position:relative;
	padding:0;
}
#topNav ul {
	background:#FFF;
	border:1px solid #9294A6;
	position:absolute;
	display:none;
	width:154px;
	top:24px;
}
#topNav li ul a {
	width:144px;
	height:auto;
	float:left;
}
#topNav ul li ul {
	top:auto;
}
#topNav li ul ul {
	left:120px;
	margin:0 0 0 10px;
}
#topNav li:hover ul {
	display:none;
}
