/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.business_menu {
 font-family: arial, sans-serif;
 width: 932px;
 height: 22px;
 position: relative;
 z-index: 101;
}

.business_menu ul li a, .business_menu ul li a:visited {
 display: block;
 text-decoration: none;
}

.business_menu ul {
 padding: 0;
 margin: 0;
 list-style: none;
}

.business_menu ul li {
 float: left;
 position: relative;
 margin-right: 3px;
}
