/* CSS Document */
* {
	margin: 0;
	padding: 0;
	outline: 0;
}
.TopBarM { width:100%; height:33px; background:url(../images/bg_bar_menu_top.jpg) repeat-x; }
.Blank { height:10px; }
.BarTxt { padding-top:8px; }
.barlinedot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

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

	#jsddm li a
	{	display: block;
		padding: 8px 8px;
		text-decoration: none;
		border-right: 1px solid white;
		width: 110px;
		color: #000;
		white-space: nowrap}

	#jsddm li a:hover
	{	background: #FFF;}
		
		#jsddm li ul
		{	margin: 0;
			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: #fff;
				color: #24313C;
				border-right: 1px solid #cfcfcf;
				border-left: 1px solid #cfcfcf;
				border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #CCCCCC;
			}
			
			#jsddm li ul li a:hover
			{	background: #E0E0E0;}
			.borderbottom { border-bottom: 1px solid #cfcfcf; }