.tl_nav
{
	background: #004636 url(../images/tab_left.gif) no-repeat left top;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
} 
.tl_menu
{
	background: url(../images/tab_right.gif) right top no-repeat;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
} 
.sub_menu
{
	background: url(../images/submenu_right.gif) right top no-repeat;
} 
#tl_nav:hover
{
	background: #24313C url(../images/tab_left_over.gif) no-repeat left top;
} 
.tl_menu:hover
{
	background: url(../images/tab_right_over.gif) right top no-repeat;
} 
#jsddm
{	margin: 0;
	padding: 0}

	#jsddm li
	{	float: left;
		list-style: none;
		font: 12px Tahoma, Arial}

	#jsddm li a
	{
	display: block;
	background: #004636;
	text-decoration: none;
	color: #EAFFED;
	white-space: nowrap;
}


	#jsddm li a:hover
	{	background: #24313C}
		
		#jsddm li ul
		{
			margin: 0 5px;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white;
}
		
			#jsddm li ul li
			{
				float: none;
				display: inline;
}
			
			#jsddm li ul li a
			{
	width: auto;
	background: #97C3B9;
	padding: 5px 10px 5px 10px;
	color: #24313C;
	border-bottom: 1px solid #CADAD6;
}
			
			#jsddm li ul li a:hover
			{	background: #6B9F93}


