.top_menu
{
	position:absolute;	
	top:114px;
	width:155px;
	height:45px;
}

#top_menu_auto
{
	left:81px;
}

#top_menu_industry
{
	left:236px;
}

#top_menu_food
{
	left:391px;
}

#top_menu_marine
{
	left:546px;
}

#menu_container
{
	position:relative;
	left:39px;
	width:170px;
	float: left;
	height:100%;
	top:0px;
	z-index:1000;
}

.menu_item
{
	position:relative;
	width:169px;
	height:25px;
	left:-24px;
}

.menu_semi_circle
{
	position:absolute;
	left:0px;
	top:4px;
	width:8px;
	height:19px;
	background-image:url(../images/menu_semi_circle.gif);
}

.menu_arrow
{
	position:absolute;
	left:160px;
	top:10px;
	width:4px;
	height:7px;
	background-image:url(../images/menu_arrow.gif);
	overflow:hidden;
}

.menu_text_body
{
	position:absolute;
	left:12px;
	top:0px;
	width:145px;
	height:19px;
	background-image:url(../images/menu_item_bg.jpg);
	padding-left:12px;
	padding-top:6px;
	font-weight:bold;
	color:#636363;
	text-transform:uppercase;
	text-decoration:none;
}

#menu_footer
{
	position:relative;
	left:-12px;
	width:157px;
	height:42px;
	background-image:url(../images/menu_footer.jpg);
}

.menu_header
{
	position:absolute;
	left:12px;
	top:0px;
	width:145px;
	height:19px;
	background-image:url(../images/menu_header_bg.gif);
	padding-left:12px;
	padding-top:6px;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
}

a.menu_link:link, a.menu_link:visited, a.menu_link:hover
{
	color:#636363;
	cursor:pointer;
	text-transform:uppercase;
	text-decoration:none;
}

a.menu_link:hover
{
	color:#6B1A17;
}

#we_sell
{
	position:relative;
	width:157px;
	height:520px;
	left:-12px;
	background-color:#FFFFFF;
	border-bottom:1px solid #959595;
	border-top:1px solid #959595;
	padding-top:10px;
	text-align:center;
	color:#333333;
	font-weight:bold;
	text-transform:uppercase;
}

/** sub menu **/
.submenu_container, .submenu_container_visible
{
	position:absolute;
	margin-left:145px;
	margin-top:0px;
	width:174px;
	border-bottom:none;
	border-top:none;
	visibility:hidden;
	z-index:1000;
}

.submenu_container_visible
{
	visibility:visible;
}

.submenu_item, .submenu_item_arrow, .submenu_item_hover, .submenu_item_arrow_hover, .submenu_item_header
{
	color: #E8E9EB;
	font-size: 11px;
	line-height:20px;
	padding-left:4px;
	padding-right:4px;
	cursor:pointer;
	background-color:#CDCDCD;
	border:1px solid #999999;
	font-weight:bold;
	width:166px;
}

.submenu_item_hover, .submenu_item_arrow_hover
{
	background-color:#999999;
	color:#FFFFFF;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

.submenu_item_arrow, .submenu_item_arrow_hover
{
	background-image:url(../images/layout/menu_arrow.gif);
	background-repeat:no-repeat;
	background-position:159px 0px;
}