﻿#dropdown_menu
{
	border-bottom:2px solid #AAAAAA;
	height:26px;
	margin-bottom:1px;
	width:100%;
}	
.tab_header 
{
	background-color:#FFFFFF;
	float:left;
	font-family:Verdana, Arial, Helvetica;
	font-size:12px;
	/*line-height:normal;*/
	width:100%;
}
.tab_header ul 
{
	list-style:none;
	margin:0;
	padding:3px 10px 0;
}
.tab_header li 
{
	background:url("../images/tabs/tab_left.png") no-repeat left top;
	float:left;
	margin:0;
	padding:0 0 0 9px;
}
.tab_header a 
{
	background:url("../images/tabs/tab_right.png") no-repeat right top;
	color:#765;
	display:block;
	float:left;
	font-weight:bold;
	padding:5px 15px 4px 6px;
	text-decoration:none;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
.tab_header a 
{
	float:none;
}
/* End IE5-Mac hack */
.tab_header a:hover 
{
  	color:#333;
	text-decoration:underline;
}
.tab_header .current 
{
  	background-image:url("../images/tabs/tab_left_on.png");
}
.tab_header .current a 
{
	background-image:url("../images/tabs/tab_right_on.png");
	color:#333;
	padding-bottom:5px;
}
