/* Top Menu */
#top_menu {
	margin: 0px;
	padding: 55px 0px 0px 0px;
	text-align: right;
	width: 788px;
}	
#top_menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #7f023c;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px;
	padding: 15px 10px 0px 10px;
	background-position: center top;
}
#top_menu a:hover, #top_menu a.current {
	background-image: url(../images/top_menu_hover_arrow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #124272;
}

/* Side Menu + Wish List + Email List */
#side_menu {
	margin: 0px;
	padding: 0px;
}
#wish_list {
	margin: 0px;
	padding: 30px 0px;
}
#side_menu h1, #wish_list h1, #email_list h1 {
	border-bottom: 1px dotted #cacaca;
	font-size: 14px;
	font-weight: bold;
	color: #7f023c;	
	text-transform: uppercase;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
#email_list form {
	margin: 0px;
	padding: 0px;
}
#email_list p {
	margin: 0px;
	padding: 10px 0px;
	color: #124272;
	line-height: 1.5em;
}
.emailList_box {
	width: 198px;	
	color: #999;
}
#side_menu ul, #wish_list ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#side_menu li, #wish_list li {
	background-image: none;
	margin: 0px;
	padding: 0px;
}
#side_menu li a, #wish_list li a {
	border-bottom: 1px dotted #cacaca;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #124272;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 7px 0px 7px 0px;
	height: 15px;
}
#side_menu li a:hover, #wish_list li a:hover {
	background-image: url(../images/side_menu_hover_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	margin: 0px;
	padding: 7px 0px 7px 20px;
	color: #7f023c;
}
#side_menu li a.current, #wish_list li a.current {
	background-image: url(../images/side_menu_current_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 5px 10px;	
	margin: 0px;
	padding: 7px 0px 7px 20px;
	color: #7f023c;
}
#side_menu li li a, #wish_list li li a {
	border-bottom: 1px dotted #cacaca;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7f023c;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 7px 0px 7px 20px;
	height: 15px;
}
#side_menu li li a:hover, #side_menu li li a.current, #wish_list li li a:hover, #wish_list li li a.current {
	background-image: url(../images/side_menu_hover_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 20px 10px;
	margin: 0px;
	padding: 7px 0px 7px 35px;
	color: #7f023c;
}

/* Bottom Menu */
#bottom_menu {
	margin: 0px;
	padding: 0px;
}
#bottom_menu a {
	font-family: Arial, Helvetica, sans-serif;	
	color: #124272;
	font-weight: bold;
	padding: 0px 0px 0px 20px;
	text-decoration: none;
}
#bottom_menu a:hover, #bottom_menu a.current {
	color: #7f023c;
}
