/* CSS Document */
/*NAVIGATION*/
#core_links{
	width:920px;
	background: #FFFFFF url(../img/logoTop.gif) no-repeat left top;
	margin: 0px;
	padding: 0px;
	height: 36px;
}
#core_links a{
	display:inline;
	float:right;
	padding-left:15px;
	margin-top: 8px;
	font-size: 12px;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#topNav{
	width:920px;
	height:60px;
	margin-bottom:20px;
	background: url(../img/logo.gif) no-repeat left -36px;
}
#mainNav{
	width:666px;
	height:40px;
	background: url(../img/topNav_bg.jpg) no-repeat;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 241px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 13px;
}
.chkOut{
	background: url(../img/cart.gif) no-repeat left center;
	padding-left: 28px;
}
#home{
	width: 240px;
	height: 60px;
	cursor: pointer;
	float:left;
}
/*  menu */
#nav{
	margin: 0px;
}
#nav, #nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
}
#nav a{
	display:block;
	color:#333333;
	text-decoration:none;
	font: bold 12.5px/40px Tahoma, Arial, sans-serif;
/*	background: #590a5e;*/
	height: 40px;
	text-align: center;
/*	width:154px;*/
	padding:0 6px;
	letter-spacing: 1px;
}

#nav a:hover{
background-color:#ffce63;
}

#nav li{
float:left;
position:relative;

}

#nav ul {
position:absolute;
display:none;
width:12em;
top:40px;
}

#nav li ul a{
	width:13em;
	height:40px;
	float:left;
	text-align: left;
	font-size: 12px;
	line-height: 40px;
	margin: 0px;
	padding: 0px 5px 0px 10px;
	background: #ee772e;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:12em;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}
