#tab {
	margin: 0;
	top: 0;
}
#tab ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#tab li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}
#tab a {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	text-decoration: none;
	width: 155px;
}
#tab li.menu_products a {
	background: url(../images/menu/products.jpg) top no-repeat;
}
#tab li.menu_support a {
	background: url(../images/menu/support.jpg) top no-repeat;
}
#tab li.menu_newsevents a {
	background: url(../images/menu/newsevents.jpg) top no-repeat;
}
#tab li.menu_about a {
	background: url(../images/menu/about.jpg) top no-repeat;
}
#tab li.menu_contact a {
	background: url(../images/menu/contacts.jpg) top no-repeat;
}
#tab a span {
	color: #FFFFFF;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	padding-top: 0;
	padding-right: 13px;
	padding-bottom: 0;
	padding-left: 13px;
}
#tab a:hover,#tab li.item_active a {
	background-position: bottom;
}
#tab a:hover span,#tab li.item_active a span {
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.dropmenudiv {
/*	background-color: #ff0033; */
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	display: block;
	float: left;
	padding: 0;
	position: absolute;
	text-decoration: none;
	top: 0;
	visibility: hidden;
	z-index: 100;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
}
.dropmenudiv ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.dropmenudiv li {
	display: inline;
	margin: 0;
	padding: 0;
}
.dropmenudiv a {
	background-color: #e4251b;
}
.dropmenudiv a:link, .dropmenudiv a:visited {
	color: #FFFFFF;
	display: block;
	font-style: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
	width: 150px;
}
.dropmenudiv a span {
	color: #FFFFFF;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	padding: 0 13px 0 13px;
}
.dropmenudiv a span {
	float: none;
}
.dropmenudiv a:hover {
	background-color: #ff6666;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
}
.dropmenudiv a:hover span {
	color: #000000;
	font-weight: bold;
}
.dropmenudiv a.lastoption {
	background: url(../images/menu/menu_bottom.png) top no-repeat;
}
.dropmenudiv a:hover.lastoption {
	background-position: bottom;
}