/* Tangle Media menu stylesheet */

/* menu section */
#menu {
	background:#ffffff url("../images/tabs/headerBG.gif") repeat-x bottom;
	border:1px solid #5781AE;
	border-bottom:none;
	float:left;
	font-size:96%;
	height:30px;
	line-height:normal;
	margin-left:2px;
	padding:2px;
	padding-bottom:0px;
	padding-top:0px;
	width:100%;
}
#menu ul {
	margin:0;
	padding:6px 0 0;
	list-style:none;
}
#menu li {
	float:left;
	background:url("../images/tabs/tab_left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
}
#menu a {
	background:url("../images/tabs/tab_right.gif") no-repeat right top;
	color:#002B5F;
	display:block;
	float:left;
	font-weight:bold;
	padding:4px 16px 4px 6px;
	text-decoration:none;
} 
/* Commented Backslash Hack hides rule from IE5-Mac 
\*/
#menu a {
	float:none;
}
/* End IE5-Mac hack */
#menu a:hover {
 	color:#002B5F;
	text-decoration:underline;
}
#menu #current {
	background-image:url("../images/tabs/tab_left_on.gif");
}
#menu #current a {
	background-image:url("../images/tabs/tab_right_on.gif");
	color:#002B5F;
	padding-bottom:6px;
}