/* begin combobox - copyright 2006 U.S. COST, Inc. */

#combobox {position: relative; background-color:#FFFFFF; height: 19px; width:192px; clear: both;}
/* begin mouseover */
#combobox #projectson a 	{position:relative; z-index:200;}
/* end mouseover */
#combobox ul {margin: 0; padding: 0; list-style:none; margin-left: 0px; font-size: 9px; font-family:Verdana, Arial, Helvetica; }
#combobox ul li {margin: 0; padding: 0; float: left; position: relative; text-align: left; background: #FFFFFF; font-size: 10px; font-family:Verdana, Arial, Helvetica;}
#combobox ul a {text-decoration: none; }
#combobox li ul {margin: 0; width: 1px; position: absolute; left: 0; top: 0; display: none; z-index: 100; }
#combobox li ul.last {left: -28px;} /* Last menu item needs to be right aligned with the page */
/* Fix IE. Hide from IE Mac \*/
* html #combobox ul li {float: left; height: 1%; }
* html #combobox ul li a {float: left; height: 1%; }
/* End */ 
/* Sub Menu Styles */
#combobox li:hover ul, #combobox li.over ul {display: block; position: absolute; top:0; z-index: 100;}
#combobox li ul li a {color: #000000; display: block; width: 192px; padding:0px 0px 1px 4px; border-left: 1px solid #A0A0A0; border-top: 0px solid #ccc; border-right: 1px solid #A0A0A0; border-bottom: 1px solid #A0A0A0; } 
#combobox li ul li a:hover {color: #FFFFFF; background: #316ac5; cursor:pointer;}

/* need to reset the padding and the width for the menu images. They should not have any of the effects of the menu */
#combobox li ul li.projectsimg a {width:148px; height:18px; padding:0; border:0;}
/* end combobox */
