/* Main Style Sheet for pull down menu */

.dropdown {
	width:170px;
}


.dropsubmenu { 
	width:170px;
}

.dropsubmenu ul {
	width:170px; 
}

.dropsubmenu li {
	display:inline;
}

.dropsubmenu a, .dropsubmenu a:active, .dropsubmenu a:visited {
	width:170px; 
	background:url(/images/menubg_pt.gif);
}

.dropsubmenu a:hover {
	background:url(/images/menubg_over_pt.gif); 
}
