
ul, ol, dl, address{ margin:0;padding: 0; }
a img, :link img, :visited img {border: 0;}

/* =HAT */
#hat {
background: #66CCFF url(http://www.unisoncommunications.com.au/images/topbar/hat-bg.gif) repeat-x 0 0;
height: 24px; /* delete this */
}
#hat #network {
background: #66CCFF url(http://www.unisoncommunications.com.au/images/topbar/hat-bg-rt.gif) no-repeat right top;
height: 25px;
padding-right: 5px;
}

/*
The menu color (home, about us) not hover over
*/

#hat #network li {
background: #82d7ec url(http://www.unisoncommunications.com.au/images/topbar/hat-tab-lt.gif) no-repeat left top;
margin: 2px 2px 0 0;
float: right;
position:relative;
z-index:1000;
}

#hat #network a {
background: url(http://www.unisoncommunications.com.au/images/topbar/hat-tab-rt.gif) no-repeat right top;
font-size: .95em;
color: #e2fafd;
display: block;
padding: 0 8px;
line-height: 20px;
text-decoration: none;
}

/*Home, About us testimonials ect. for on hover over*/
#hat #network a:hover {
color: #000000;
}

#hat #network a strong {font-weight: normal; color: #fff;}
#hat #network li.asian a {font-family: arial, helvetica, sans-serif}
/*
The sub menu
*/
#hat #network li ul{
position:absolute;
background: #82d7ec;
border-top:2px solid #4cb3df;
border-bottom:4px solid #4cb3df;
top:20px;
right:0;
width:120px;
display:none;
}

#hat #network li:hover ul, #hat #network li.sfhover ul{
display:block;
}

#hat #network li ul li{
background: #82d7ec;
margin: 2px 0px 0 0;
position:relative;
z-index:1000;
display:block;
float:none;
}
#hat #network li ul li a{
background: transparent;
font-size: 1em;
color: #e2fafd;
display: block;
padding: 0 8px;
line-height: 20px;
text-decoration: none;
}
#hat #network li ul li a:hover {
color: #222;
background: #e2fafd;
}

a:visited {
	color: #0000FF;
}







