.menu, .menu li ul {
	list-style:none;
	margin:0;
	padding:0;
	width:226px;
	z-index:1;
}
.menu li {
	position: relative;
	margin:0;
	width:226px;
}
.menu li a {
	display:block;
	width:226px;
}
.menu li a.home {
	background:url(../images/home.gif) left top no-repeat;
	width:226px;
	height:42px;
	display:block;
	text-indent:-1000px;
	overflow:hidden;
	padding:0;
}
.menu li a.home:hover {
	background:url(../images/home.gif) left -42px no-repeat;
}
.menu li a.about {
	background:url(../images/aboutus.gif) left top no-repeat;
	width:226px;
	height:41px;
	display:block;
	text-indent:-1000px;
	overflow:hidden;
}
.menu li a.about:hover {
	background-position: 0 -41px;
}
.menu li a.mice {
	background:url(../images/mice.gif) left top no-repeat;
	width:226px;
	height:41px;
	display:block;
	text-indent:-1000px;
	overflow:hidden;
	height:41px;
}
.menu li a.mice:hover {
	background-position: 0 -41px;
	height:41px;
	padding:0;
}
.menu li a.advantage {
	background:url(../images/alpcord_advantage.gif) left top no-repeat;
	width:226px;
	height:41px;
	display:block;
	text-indent:-1000px;
	overflow:hidden;
}
.menu li a.advantage:hover {
	background-position: 0 -41px;
}
.menu li a.contact {
	background:url(../images/contact.gif) left top no-repeat;
	width:226px;
	height:44px;
	display:block;
	text-indent:-1000px;
	overflow:hidden;
	padding:0;
}
.menu li a.contact:hover {
	background:url(../images/contact.gif) left -45px no-repeat;
}
.menu li ul { /*SUB MENU STYLE*/
	position: absolute;
	width: 250px; /*WIDTH OF SUB MENU ITEMS*/
	left: 0;
	top: 0;
	display: none;
	background:#0b4269;
	border:1px solid #959191;
	background-color:#f5f6f7;
	border-bottom:none;
	z-index:100;
	*margin-left:2px;
}
.menu li ul li {
	float: left;
	padding:0px;
}
.menu li ul a{
	width: 240px;
	border-bottom:1px solid #959191;
	height:25px;
	font:bold 12px Tahoma;
	text-decoration:none;
	padding:0px 5px 0px 5px;
	color:#959191;
	line-height:25px;
}
.menu li ul a:hover {
	background:#e8e9ea;
	text-decoration:none;
	height:25px;
	font:bold 12px Tahoma;
	line-height:25px;
}
.menu .arrowdiv {
	position: absolute;
}
/*.menu li a:visited, .menu li a:active{color:#ffffff; }

.menu li a:hover{ background:#07365b url(left_nav_arrow.gif) 15px center no-repeat; color:#FFFFFF; text-decoration:none; }*/

/* Holly Hack for IE \*/
* html .menu li {
	float: left;
	height: 1%;
}
* html .menu li a {
	height: 1%;
	color:#959191;
}
/* End */

