hr{border:0;height:1px;color:#CCCCCC;background:#CCCCCC;}


.menutitle{

cursor:pointer;
margin-bottom: 0px;
margin-left:0px;
background-color:#ffffff;
color:#999999;
width:129px;
padding: 0px;
text-align:Left;
font-size: 13px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
}

A.menu:link
{
	COLOR: #666666;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: normal;
	TEXT-DECORATION: none
}
A.menu:visited
{
	COLOR: #666666;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: normal;
	TEXT-DECORATION: none
}
A.menu:active
{
	COLOR: #666666;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: normal;
	TEXT-DECORATION: none
}
A.menu:hover
{
	COLOR: #666666;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: normal;
	TEXT-DECORATION: underline
}

A.top:link
{
    COLOR: #000000;
    FONT-FAMILY: verdana,arial;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}
A.top:visited
{
	COLOR: #000000;
	FONT-FAMILY: verdana,arial;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none
}
A.top:active
{
    COLOR: #000000;
    FONT-FAMILY: verdana,arial;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}
A.top:hover
{
	COLOR: #000000;
	FONT-FAMILY: verdana,arial;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none
}

#list-menu {
	width: 150px;
	/* this width value is also effected by
	the padding we will later set on the links. */
	text-align:Left;
}

#list-menu ul {
	margin: 0;
	padding: 0;
	font-family: verdana, arial;
	font-size: 10px;
	font-weight: bold;
} 

#list-menu li {
margin: 0px 0 0;
} 

#list-menu a {
	display: block;
	width:150px;
	padding: 2px 1px 3px 5px;
	border-bottom: 1px solid #FFFFFF;
	background: #FFFFFF;
	text-decoration: none; /*lets remove the link underlines*/
	font-family: verdana, arial;
	font-size: 10px;
	font-weight: bold;

} 

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
	color: #666666; /*color of rollover text*/
}

#list-menu a:hover {
	background: #CC0000;
	color: #ffffff;
	border-bottom: 1px solid #FFFFFF;
} 

/*============================================================================================================
This is the list menu for the outlet store
============================================================================================================*/

#list-menu-outlet {
	width: 150px;
	/* this width value is also effected by
	the padding we will later set on the links. */
	text-align:Left;
}

#list-menu-outlet ul {
	margin: 0;
	padding: 0;
	font-family: verdana, arial;
	font-size: 10px;
	font-weight: bold;
} 

#list-menu-outlet li {
margin: 0px 0 0;
} 

#list-menu-outlet a {
	display: block;
	width:150px;
	padding: 2px 1px 3px 5px;
	border-bottom: 1px solid #FFFFFF;
	background: #FFFFFF;
	text-decoration: none; /*lets remove the link underlines*/
	font-family: verdana, arial;
	font-size: 10px;
	font-weight: bold;

} 

#list-menu-outlet a:link, #list-menu-outlet a:active, #list-menu-outlet a:visited {
	color: #666666; /*color of rollover text*/
	list-style-image: url(http://www.ridemteverest.com/Images/bullet.gif);
}

#list-menu-outlet a:hover {
	background: #3366cc;
	color: #ffffff;
	border-bottom: 1px solid #FFFFFF;
} 















