/* Tab-Menu DomTab */ div.domtab { background:#F6F6F6; border:1px dotted #dddddd; margin: 20px 0 12pt; padding: 6px 10pt 6pt; width:100%; } ul.domtabs { float:left; list-style: none; list-style-image:none; margin:0pt; width:100%; } ul.domtabs li { border:medium none; float:left; margin:0pt; padding:0pt; } ul.domtabs li a:hover { background-image:url(images/actarrow.png); background-position:left center; background-repeat:no-repeat; } ul.domtabs a:link, ul.domtabs a:visited, ul.domtabs a:active { background:#F6F6F4 none repeat scroll 0%; display:block; font-size:12px; padding:5px 10px; text-decoration:none; } html > body ul.domtabs a:link, html > body ul.domtabs a:visited, html > body ul.domtabs a:active, html > body ul.domtabs a:hover { } ul.domtabs a:hover { background:#EEE none repeat scroll 0%; } div.domtab div { background:#FFF none repeat scroll 0%; clear:both; padding:5px; width:auto; } ul.domtabs li.active a:link, ul.domtabs li.active a:visited, ul.domtabs li.active a:active, ul.domtabs li.active a:hover { background:#FFF none repeat scroll 0%; color:#555555; } h3.tabs { color:#FF6600; display:none; font-family:"Trebuchet MS",Arial,Sans-Serif; font-size:11px; padding:0pt; }