@charset "utf-8";
/* CSS Document */

#menu_bar {
	/*background-image: url(../images/hipstreet/bg2_menu_repeat.jpg);
	background-repeat: repeat-x;
	*/
	height: 88px;
	padding: 0px 0px 0px 10px;
	/*margin: 102px; shift menubar bj*/
	margin-left:102px;
	margin-top: 0px;
	margin-bottom:0px;
	width: 798px;

}

#menu_bar li {
/*	background-image: url(../images/hipstreet/bg2_menu_divider.gif);
	background-position: right;
	background-repeat: no-repeat;
*/
	margin: 0px;
/*	padding: 0px 0px 0px 0px;*/
	list-style: none;
	float: left;
/*	padding: 0px 20px;*/
	height: 88px;
}

#menu_bar li.tm1 {
	padding: 0px 10px 0px 12px;
}

#menu_bar li.tm2 {
	padding: 0px 10px 0px 40px;
}

#menu_bar li.tm3 {
	padding: 0px 10px 0px 24px;
}

#menu_bar li.tm4 {
	padding: 0px 10px 0px 18px;
}

#menu_bar li.tm5 {
	padding: 0px 10px 0px 34px;
}

#menu_bar li.tm6 {
	padding: 0px 10px 0px 34px;
}


#menu_bar li a:link,
#menu_bar li a:visited {
	display: block;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	padding-top: 36px;
}

#menu_bar li a:hover {
	color: #999999;
}

#products_menu {
	background-image: url(../images/hipstreet/products_menu_bg2.gif);
	background-repeat: repeat-y;
	float: left;
	width: 162px;
	
	min-height: 750px;
	height: auto !important;
	height: 750px;
}

#products_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#products_menu li {
	background-image: url(../images/hipstreet/products_menu_button_bg.gif);
	background-repeat: repeat-x;
}

#products_menu a:link,
#products_menu a:visited {
	display: block;
	color: #FFF;
	text-decoration: none;
	width: 152px;
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
}

#products_menu a:hover {
	color: #999999;
}
