/* blue */
.savedCart{ color:#FFFFFF;}


a:link, a:visited {
	color: #135cae;
}

a:hover {
	color: #0b3768;
	text-decoration:none;
}

#pillmenu a:hover {
  color: #9a5a07;
  background: url(../images/menu_027_r.jpg) repeat-x;
}

/*#pillmenu a#active_menu-nav {
  background: url(../images/menu_bg.jpg);
  color: #fff;
  width:92px;
  height:28px;
}*/

#pillmenu a#active_menu-nav:hover {
  color: #fff;
}

h3, .componentheading, table.moduletable th {
/*  color: #135cae;
*/}

/*div.module_menu {
	background: url(../images/blue/mw_box_br.png) 100% 100% no-repeat;
}

div.module_menu div {
	background: url(../images/blue/mw_box_bl.png) 0 100% no-repeat;
}

div.module_menu div div {
	background: url(../images/blue/mw_box_tr.png) 100% 0 no-repeat;
}

div.module_menu div div div {
	background: url(../images/blue/mw_box_tl.png) 0 0 no-repeat;
}
*/
/* --------------------------------------------------Menu Class Start Here--------------------------------------------------*/

#menu {
	position: absolute ! important;
	left: 50px ! important;
	top: 73px ! important;
	z-index: 1;
	float: left ! important;
	text-align: left ! important;
	padding:0px;
	margin:0px;
	border:0px;
}
#menu ul {
	list-style:none;
	_margin: 0px; /* show to IE ONLY */
	border:0px;
}
#menu li {
	list-style:none;
	display:block;
	float:left;
	margin:0;
}
#menu li a {
	display:block;
	float:left;
	color:#FFFFFF;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	background:url(../images/menu_027_l.jpg) no-repeat left bottom;
	padding:0 0 0 16px;
	text-decoration:none;
	cursor:pointer;
	line-height:60px;
}
#menu li a span {
	display:block;
	float:left;
	background:url(../images/menu_027_r.jpg) no-repeat right bottom;
	color:#FFFFFF;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px 20px 0 5px;
	cursor:pointer;
	line-height:50px;
}
#menu li a:hover {
	display:block;
	background:url(../images/menu_027_h_l.jpg) no-repeat left top;
	height:65px;
	line-height:40px;
	margin-left:0px;
}
#menu li a:hover span {
	display:block;
	background:url(../images/menu_027_h_r.jpg) no-repeat right top;
	color:#996317;
	height:65px;
	line-height:30px;
	margin-left:0px;
}
#menu li a.current {
	display:block;
	float:left;
	height:65px;
	color:#9a5a07;
	font-size:14px;
	font-weight:bold;
	background:url(../images/menu_027_h_l.jpg) no-repeat left top;
	text-decoration:none;
}
#menu li a.current span {
	display:block;
	float:left;
	background:url(../images/menu_027_h_r.jpg) no-repeat right top;
	height:65px;
	color:#9a5a07;
	line-height:30px;
}
/*-------------------------------------------------- Menu Class end Here--------------------------------------------------*/