/* Start menu3 */

/* set the background and foreground color of the main menu link on hover */
.menu3 ul li a:hover {
cursor:hand;
text-align:center;
}

/* make the sub menu ul visible and position it beneath the first list item */
.menu3 ul li a:hover ul {
text-align:left;
display:block; 
position:absolute; 
top:25px; 
left:-175px;
}

/* make the sub menu ul li the full width with padding and border. Hack for IE5.5 */
.menu3 ul li a:hover ul li {
cursor:hand;
width:164px;
height:55px;
background:#fff; 
color:#0066CC;
padding:0px;
cursor:hand;
w\idth:164px;
he\ight:55px;
border:solid 3px #fff;
}

.menu3 ul li:hover ul li a:hover {
	background:#003366;
}

/* add a border to the horizontal slide and positon it centrally using a top margin */
.menu3 ul li a:hover ul li a.horiz span img {
margin-top:0px;
}

/* make the active links zero size so the active dotted border does not show through the large image */
.menu3 ul li a:hover ul li a:active {background:#003366; height:0; width:0; }
.menu3 ul li a:hover ul li a:active em {background:#003366; height:0; width:0; padding:0; margin:0;}
