
/************* STYLE FOR LEFT SECTION CATEGORY MENU **********************/

.arrowlistmenu
{
	text-align:left;
	width:145px; 
	margin-bottom:15px;
	margin:0px;
	padding-right:5px;
}

.arrowlistmenu .menuheader
{ 
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color: #B11C1E;
	background: #fff url("../images/plus.jpg") no-repeat center right;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	cursor: hand;
	cursor: pointer;
	border-bottom:1px dashed #E2E5ED;
}

.arrowlistmenu .menuheader_blank
{ 
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color: #B11C1E;
	background: #fff;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	cursor: hand;
	cursor: pointer;
	border-bottom:1px dashed #E2E5ED;
}

.arrowlistmenu .openheader
{
	color: #B11C1E;
	margin-bottom:5px;
	background: #fff url("../images/minus.jpg") no-repeat center right;
}

.arrowlistmenu ul
{
	list-style-type: none;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 5px;
}

.arrowlistmenu ul li
{
	padding-bottom: 2px;
}

.arrowlistmenu ul li a
{
	color: #3F3F3F;
	display: block;
	padding: 3px 0px 3px 15px;
	padding-left: 15px; 
	text-decoration: none;
	background:#fff;
	background: #fff url("../images/arrow.jpg") no-repeat center left;
	font-size: 11px;
	line-height:15px;
	border-bottom:0px solid #ff0000;
}
.arrowlistmenu ul li a:hover
{
	color: #B11C1E;
	background: #fff url("../images/arrow.jpg") no-repeat center left;
	font-size: 11px;
	line-height:15px;
	text-decoration: none;
}

.arrowlistmenu ul li a:visited
{
	color: #3F3F3F;
}


.arrowlistmenu .greeting_header
{
	clear:none;
	float:left;
	width:130px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	border-bottom:1px dashed #E2E5ED;
}

.arrowlistmenu .greeting_header a
{
	font-family:arial;
	font-size:12px;
	font-decoration:none;
	color: #B11C1E;
}

.arrowlistmenu .greeting_header a:hover
{
	font-family:arial;
	font-size:12px;
	font-decoration:none;
	color: #ff0000;
}



/************* STYLE FOR TOP USER ACCOUNT MENU **********************/

#top_menu
{
	font-family:arial;
	color:#DCDCDC;	
	font-size:12px;
	padding-right:14px;
}

#top_menu a
{
	font-family:arial;
	color:#DCDCDC;	
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px;
}

#top_menu a:hover
{
	font-family:arial;
	color:#FFF;	
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px;
}


/****************************** USER MENU (OVER ALL STYLEs) ************************/

.menu
{
	margin:0px;
	width:590px;
	height:36px;
	font-size:0.85em;

	background:#fff;
	font-family:arial;
	font-weight:normal;
	padding-left:3px;
	text-align:left;
}

* html .menu
{
	padding-left:2px;
	width:589px;
}



.menu a, .menu a:visited
{
	margin:0px;
	display:block;
	background:#EFEFEF;
	padding-left:0px;

	color:#AB1516;
	font-size:11px;
	line-height:29px;
	font-family:arial;
	font-weight:normal;
	text-decoration:none;
}

.menu :hover > a
{
	color:#909090;
	font-size:11px;
	background:#EFF1F1;
	font-weight:normal;
	text-decoration:normal;
	border-right:1px ridge #fff;
	border-bottom:1px ridge #fff;
}

* html .menu a:hover
{
	color:#909090;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;

	background:#EFF1F1;
	border-right:1px ridge #efefef;
	border-bottom:1px ridge #efefef;
}


/****************** MENU FIRST HEADERS ************************/


.menu ul
{
	padding:0px;
	margin:0px;
	list-style-type:none;
}

.menu li
{
	float:left;
	width:116px;
	position:relative;
	text-align:center;
	margin:0px 1px 0px 0px;
}

/******************* SECOND SUB HEADERS ************************/


.menu ul ul
{
	margin:0px;
	left:0;
	top:30px;
	height:0;
	visibility:hidden;
	position:absolute;
}

* html .menu ul ul
{
	top:30px;
}



.menu ul ul a, .menu ul ul a:visited
{

	margin:0px;
	height:8px;
	width:90px;
	padding:6px 13px;
	background:#EFEFEF;

	text-align:left;
	color:#65AF3C;
	font-family:arial;
	font-size:10px;
	line-height:1em;

	border-right:1px ridge #000;
	border-bottom:1px ridge #000;
}



.menu ul ul a:hover
{
	width:90px;
	color:#65AF3C;
	font-size:10px;
	font-family:arial;
	font-weight:normal;
	line-height:1em;

	background:#FFFFFF;
	text-decoration:normal;
	border-right:1px ridge #EEE;
	border-bottom:1px ridge #EEE;
}

.menu ul ul :hover > a 
{
	height:8px;
	width:90px;
	color:#65AF3C;
	font-size:10px;
	font-family:arial;
	font-weight:normal;
	line-height:1em;

	background:#FFFFFF;
	text-decoration:normal;
	border-right:1px ridge #808080;
	border-bottom:1px ridge #808080;
}



.menu ul li:hover ul, .menu ul a:hover ul
{
	color:#ff0000;
	visibility:visible;
	font-weight:normal;
	text-decoration:none;

}
/**********************************************************************/



