div#content {
	margin-top:10px;
	margin-right: 3px;
	margin-left: 3px;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
div#main_menu {
	margin-bottom: 10px;
}
div#menu_box {
}
div#menu_panel p {
	margin-bottom: 4px;
	margin-top: 0px;
}
div#menu_bottom {
	height: 16px;
	background-color: #FFFFFF;
}
div#menu_top {
	height: 0px;
	margin-top: 0px;
}
.menu_teir_admin {
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 3px;
	height: 18px;
	background-image:   url("img/menu_bg_admin.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 3px;
	font-size: 0.9em;
}
.menu_teir_admin_roll {
	cursor: pointer;
	cursor: hand;
	color: #E42121;
	font-weight: bold;
	padding-top: 3px;
	height: 18px;
	padding-left: 3px;
	background-image:   url("img/menu_bg_roll.gif");
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 0.9em;
}
.menu_teir_1, .new_menu_teir_1, .menu_teir_ask_us {
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 3px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 3px;
	font-size: 0.9em;
}
.menu_teir_1_roll, .new_menu_teir_1_roll, .menu_teir_ask_us_roll {
	cursor: pointer;
	cursor: hand;
	color: #0066CC;
	font-weight: bold;
	padding-top: 3px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 3px;
	font-size: 0.9em;
}

.menu_teir_1 {
	background-image:   url("img/menu_bg.gif");
}
.new_menu_teir_1 {
	background-image:   url("img/new_menu_bg.gif");
}
.menu_teir_1_roll {
	background-image:   url("img/menu_bg_roll.gif");
}
.new_menu_teir_1_roll {
	background-image:   url("img/new_menu_bg_roll.gif");
}
.menu_teir_ask_us {
	background-image:   url("img/home_button_ask.gif");
}
.menu_teir_ask_us_roll {
	background-image:   url("img/home_button_ask_roll.gif");
}

.menu_teir_2 {
	cursor: pointer;
	cursor: hand;
	color: #0066CC;
	font-weight: bold;
	padding-left: 6px;
	padding-top: 3px;
	height: 18px;
	background-image:   url("img/menu_bg_2.gif");
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 0.9em;
}
.menu_teir_2_roll {
	cursor: pointer;
	cursor: hand;
	color: #00509F;
	font-weight: bold;
	padding-left: 6px;
	padding-top: 3px;
	height: 18px;
	background-image:   url("img/menu_bg_2_roll.gif");
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 0.9em;
}
.open {
	display:block;
}
.hide {
	display: none;
}
select {
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 124px;
}
input#searchstring {
	width: 120px;
}
div#menu_padder {
	margin-bottom: 5px;
}
div#search_box {
	background-image:   url("img/search_bg.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 3px;
	padding-top: 3px;
	height: 66px;
}
.menu_spacer {
	height:5px;
}
.left_menu_banner {
	background-image: url("img/free_delivery.jpg");
	background-repeat: no-repeat;
	height: 69px;
	color: #0061C1;
	font-size: 1.4em;
	margin-bottom: 13px;
}
.left_menu_banner_content {
	padding-top: 18px;
	padding-left: 96px;
	font-weight: bold;
}

#menu_section {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-bottom:3px;
	margin-bottom:10px;
	background-color:#F4F4F4;
	background-image: url(img/man_grey_bg.gif);
}

ul { /* all lists */
	margin: 0;
	padding-left: 8px;
	list-style:none;
	padding-bottom: 2px;

}

li { /* all list items */
	padding-bottom:3px;
}

li ul { /* second-level lists */

}

li ul ul { /* third-and-above-level lists */

}

li a {
	color: #333333;
	text-decoration : none;
}

li a:hover {
	color : #0061C1;

}
	
li:hover ul ul, li:hover ul ul ul, li:hover ul ul ul ul, li.sfhover ul ul, li.sfhover ul ul ul, li.sfhover ul ul ul ul {

}
li:hover ul, li li:hover ul, li li li:hover ul, li li li li:hover ul {

}

