/*
 * c-css by U4EA Technologies - Allan Jardine
 * Version:       1.2.php.1
 * CSS Author:    Max Forstater
 * Copyright:     2009 Clickfox, Inc
 * Browser:        0
 * Browser group: 
 */
#tabmenu { float:left; width:auto; height: auto; }
#tabmenu ul { list-style:none; width: auto; height: auto; padding: 0px; margin:0px; }
#tabmenu ul li { list-style: none; display: inline; text-align: left; float:left; width:auto; padding:20px; padding-top:0px; padding-left:0px; }
#tabmenu ul li a { text-decoration: underline; display:block; width:auto; color:#333; float:left; height:auto; padding: 0px; }
#tabmenu ul li a.current { text-decoration: underline; color:#f60; }
