.home_menu{
	margin: 0px;
	padding: 0px;
	width: 215px;
	float: left;
	position: absolute;
	z-index: 50;
	left: 0px;
	top: 0px;
}
.glossymenu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 210px;
}
.glossymenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 210px;
}
.glossymenu li{
	position: relative;
	width: 210px;
}
.glossymenu li a{
	color: #333333;
	display: block;
	width: auto;
	padding-left: 15px;
	text-decoration: none;
	background-image: url(../images/red_square.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	margin:0px;
}
.glossymenu li a:hover{
	color: #BA112B;
	background-image: url(../images/red_square_full.gif);
}





.home_menu_two{
	margin: 0px;
	padding: 0px;
	width: 235px;
	float: left;
	position: absolute;
	left: 240px;
	top: 0px;
	z-index:0;
}
.glossymenu_two{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 210px;
}
.glossymenu_two ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 210px;
}
.glossymenu_two li{
	position: relative;
	width: 210px;
}
.glossymenu_two li a{
	color: #333333;
	display: block;
	width: auto;
	padding-left: 15px;
	text-decoration: none;
	background-image: url(../images/red_square.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
}
.glossymenu_two li a:hover{
	color: #BA112B;
	background-image: url(../images/red_square_full.gif);
}





.home_menu_three{
	margin: 0px;
	padding: 0px;
	width: 215px;
	float: left;
	position: absolute;
	left: 550px;
	top: 0px;
	z-index:0;
}
.glossymenu_three{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 210px;
}
.glossymenu_three ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 210px;
}
.glossymenu_three li{
	position: relative;
	width: 210px;
}
.glossymenu_three li a{
	color: #333333;
	display: block;
	width: auto;
	padding-left: 15px;
	text-decoration: none;
	background-image: url(../images/red_square.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
}
.glossymenu_three li a:hover{
	color: #BA112B;
	background-image: url(../images/red_square_full.gif);
}


/*
    VERSION OF MENU THAT FILLS PAGE.  CREATED FOR SEARCH RESULTS PAGE, BASICALLY WITHOUT THE WIDTH RESTRICTIONS - TK
*/
.glossymenu_all{
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 10px;
	border-bottom:solid 1px #BA112B;
}
.glossymenu_all ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.glossymenu_all li{
	position: relative;
}
.glossymenu_all li a{
	color: #333333;
	display: block;
	width: auto;
	padding-left: 15px;
	text-decoration: none;
	background-image: url(../images/red_square.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
}
.glossymenu_all li a:hover{
	color: #BA112B;
	background-image: url(../images/red_square_full.gif);
}
