div#masthead {
	background-color:#fff;
	background-image:url('../image/masthead/masthead_bg.gif');
	background-repeat:repeat-x;
	background-position:left bottom;
	border-width:10px 0 5px 5px;
	border-color:#fff;
	border-style:solid;
	height:90px;
	zoom:1;
	margin:0;
	padding:0;
}
/* Zero everything down */
div#masthead * { 
	margin:0;
	padding:0;
}
/* Prevent floating bug in Mozilla */
div#masthead:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;		
}
/* Global style rules for links */
div#masthead a {
	display:block;
	text-decoration:none;
}
/* Logo */
div#masthead h1 {
	float:left;
	width:180px;
	clear:none;
}
div#masthead h1 a {
	width:180px;
	height:60px;
	text-indent:-999em;
	background-color:#fff;
	background-image:url('../image/masthead/widgit_logo.jpg');
	background-repeat:no-repeat;
	background-position:0px 0px;
	clear:both;
}

/* Sub-title */
/* div#masthead div h4 {
	float:left;
	clear:left;
}
div#masthead div h4 a {
	width:180px;
	height:20px;
	text-indent:-999em;
	background-color:#fff;
	background-image: url('../image/masthead/subtitle.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-bottom:10px solid #ed7900;
} */

/* List items */
div#masthead ul li {
	list-style-type:none;
	display:block;
	float:left;
}
div#masthead ul li a {
	height:80px;
	text-indent:-999em;
	background-repeat:no-repeat;
	background-position:left top;
	border-bottom:10px solid #ed7900;
	background-color:#fff;
}

/* Secondary list items */
div#masthead ul#others li {
	list-style-type:none;
	display:block;
	float:right;
}
div#masthead ul#others li a {
	height:90px;
	text-indent:-999em;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:left top;
	border-bottom:0;
}

/* Background images */
div#masthead ul li#products a {
	width:61px;
	background-image:url('../image/masthead/products.gif');
}
div#masthead ul li#resources a {
	width:77px;
	background-image:url('../image/masthead/resources.gif');
}
div#masthead ul li#support a {
	width:61px;
	background-image:url('../image/masthead/support.gif');
}
div#masthead ul li#events a {
	width:61px;
	background-image:url('../image/masthead/events.gif');
}
div#masthead ul li#symbols a {
	width:61px;
	background-image:url('../image/masthead/symbols.gif');
}
div#masthead ul li#sande a {
	width:78px;
	background-image:url('../image/masthead/symbolworld.gif');
}
div#masthead ul li#ais a {
	width:78px;
	background-image:url('../image/masthead/widgit-online.gif');
}
div#masthead ul li#sip a { /* this one has a border too */
	width:76px;
	background-image:url('../image/masthead/sip.gif');
	border-left:3px solid #fff;
}

