/* All <ul> tags in the menu including the first level */

/* All <ul> tags in the menu including the first level */

.menulist, .menulist ul {
	margin: 0;
	padding: 0px;
	width: 185px;
	list-style: none;
	border: none;
	background-color: #003366;
	
}


/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
.menulist ul {
	visibility: hidden;
	position: absolute;
	top: 1px;
	left: 186px;
	
}

/* All menu items (<li> tags) are relatively positioned (to correctly offset submenus). */
.menulist li {
 position: relative;
}

/* Links inside the menu 
*/
.menulist a {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003366;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 22px;
	
}
/* IE fix because it doesn't support transparent borders */
* html .menulist a {
 border: none;
 margin: 0px;
}



.menulist a:hover {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #FFCC00;
	text-decoration: none;
	background-color: #333333;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 22px;
	
	
	
}
.menulist a.highlighted:hover {
 font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #FFCC00;
	text-decoration: none;
	background-color: #666666;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 22px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	
}

 
.menulist a.highlighted {
 font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #FFCC00;
	text-decoration: none;
	background-color: #333333;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 22px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
 	
}



/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
 float: right;
}

/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}
/* End Hack */



.bullet {
	vertical-align: middle;
	padding-right: 6px;
	border: none;
}
.storelocations {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	border: 1px solid #CCCCCC;
}
.spacerHGT50 {
	height: 50px;
}
.spacerHGT100 {
	height: 100px;
}
.spacerHGT200 {
	height: 200px;
}
.spacerHGT300 {
	height: 300px;
}
.spacerHGT400 {
	height: 400px;
}
.spacerHGT500 {
	height: 500px;
}
.spacerHGT600 {
	height: 600px;
}
