/* 
  ------------------------------------
  CSS document for DaqWeave menu
  ------------------------------------ 
*/

#menuwrapper {
	float: left;
	height: 37px;
	width: 749px; 
	margin: 17px 0px 13px 15px;
	padding: 0px 0px 0px 20px;
	background-image: url(menu_images/bar.gif);
	background-repeat: no-repeat;
}

#p7menubar {
	float: left;
	width: 740px;
	height: 15px;
}

#p7menubar, #p7menubar ul {
	padding: 2px 0px 0px 0px;
	margin: 0px;
	list-style: none;
	z-index: 10;
}

#p7menubar a {                             
	display: block;
	text-decoration: none;
	padding: 5px 15px 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: 500;
	line-height: 175%;
	color: #404040;
}

#p7menubar li {
	float: left;
	position: relative;
	background-image: url(menu_images/vert_bar.gif);
	background-position: right;
	background-repeat: no-repeat;
}

/* hide from IE mac \*/
#p7menubar li {
	position: static;
	width: auto;
}
/* end hiding from IE5 mac */

#p7menubar li ul {
	width: 146px;
	padding-top:0px; 						
	padding-bottom:0px;						
}

#p7menubar ul li  {
	width: 145px;
	padding-top:5px; 
	padding-bottom:2px;  
	border-right: 1px solid #707070;
	background-color: #F5F5F5;
}

#p7menubar ul li a {						
	font-size: 0.7em;
	line-height: 80%;
}

#p7menubar li ul li {						
	background-image: none;
	background-color: #F5F5F5;       
}

#p7menubar li ul {
	position: absolute;
	display: none;
	background-image: url(menu_images/menu_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 0px; 
	padding-bottom: 12px;
	padding-left: 0px;
}

#p7menubar ul li:hover {
	background-image: none;
}

#p7menubar li:hover {
	background-image: url(menu_images/menu_tab_L.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#p7menubar :hover .menu-title,
#p7menubar :focus .menu-title {
	background-image: url(menu_images/menu_tab_R.png);
	background-repeat: no-repeat;
	background-position: top right;
}

.menu-title,
#p7menubar li:hover ul{
	display: block;
}

#p7menubar ul a:hover {
	background-color:#E2E2E2 !important;
	color: #000080 !important;
}
