
#jsddm
{	margin: 0;
	padding: 0}

	#jsddm li
	{	float: left;
		list-style: none;
		font: 12px Tahoma, Arial;
    	margin: 0}

	#jsddm li a
	{
	display: block;
	background: transparent;
	padding: 5px 18px;
	text-decoration: none;
	border-right: 1px solid #E9E0DB;
	width: auto;
	color: #BF1517;
	white-space: nowrap;
}

	#jsddm li a:hover
	{	background: #DFD4D1}
		
		#jsddm li ul
		{
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
}
		
			#jsddm li ul li
			{	float: none;
				display: inline}
			
			#jsddm li ul li a
			{
	width: auto;
	max-width: 100px;
	background: transparent url(/img/transparency.png) repeat-y left top;
	color: #152963;
	border-bottom: 1px solid #D0D5D9;
	border-right: none;
	white-space: normal;
/*	background-image: url(/img/transparency.png); */
}
			
			#jsddm li ul li a:hover
			{	background: #EEF5F9 }
			
div.leftmenu {
  width: 200px;
  background: #324143;
}

ul.leftmenu
{	margin: 0;
	padding: 0}

	ul.leftmenu li
	{	list-style: none;
		font: 12px Tahoma, Arial}

	ul.leftmenu li a
	{
	background: #153B63;
	padding: 5px 5px;
	margin: auto;
	text-decoration: none;
	width: 100%;
	max-width: 200px;
	height: auto;
	color: #FFFFFF;
	white-space: nowrap;
	border-top: 1px solid #456280;
}

	ul.leftmenu li a:hover
	{
		background: #204D7B;
	}
	
ul.leftmenuitem
{	margin: 0;
	padding: 0;
	visibility: hidden;
	display: none;
  }

	ul.leftmenuitem li
	{	list-style: none;
		font: 12px Tahoma, Arial}

	ul.leftmenuitem li a
	{
	background: #153B63;
	padding: 5px 5px;
	margin: auto;
	text-decoration: none;
	width: 100%;
	max-width: 200px;
	height: auto;
	color: #FFFFFF;
	white-space: normal;
	border: none;
}

	ul.leftmenuitem li a:hover
	{	
		background: #204D7B;
	}

table.pmenu {
	background-color: transparent;
	margin: 0px 0px 0px 0px;
}
table.pmenu tr {
	vertical-align: top;
	cursor: hand;
}
table.pmenu td {
	background-color: transparent;
}
table.pmenu td img {
	padding-top: 5px;
}
table.pmenu td.text {
	margin: 0px 0px 0px 0px;
	background-color: transparent;
	font: 12px Tahoma, Arial;
	text-decoration: none;
	width: 100%;
	height: auto;
	color: #FFFFFF;
	white-space: normal;
	text-align: left;
	padding-left: 5px;
}
