/*html, body, ul, li, h1, h2, h3, h4 {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(Images/bg.jpg);
	background-repeat: repeat-y;
	list-style-type: none;
	background-position: center top;
}*/
img {
	border: 0;
}

.copyright {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.contain {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-transform: none;
}
.catelouge {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-transform: none;
}
.link {
	color: #1A6B97;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	text-transform: none;
}


/* menu styles */
.mymenu{
background:url(images/menuback.jpg) repeat-x;
float:left; 
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
border-bottom-left-radius: 10px;
height:36px;
width:100%;
}

#jsddm 
{	margin: 0;
	padding: 0;
	}

	#jsddm li
	{	float: left;
		list-style: none;
		}

	#jsddm li a
	{	display: block;
		padding: 11px 29px;
		text-decoration: none;
		border-right: 1px solid white;
		text-align:center;
		color: #EAFFED;
		white-space: nowrap;
		text-transform:uppercase;
		font-family: arial;
		font-size:12px;
		}

	#jsddm li a:hover
	{	background: #04567b;height:14px;
	}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white;
			-moz-border-radius-bottomright: 15px;
-webkit-border-bottom-right-radius: 15px;
border-bottom-right-radius: 15px;
-moz-border-radius-bottomleft: 15px;
-webkit-border-bottom-left-radius: 15px;
border-bottom-left-radius: 15px;	
			}
		
			#jsddm li ul li
			{	float: none;
				display: inline}
			
			#jsddm li ul li a
			{	width: auto;
				background: #0588bd;
				color: #fff;
				text-align:left;
				}
			
			#jsddm li ul li a:hover
			{	background: #04567b}
			.active{background: #04567b!important;height:14px;}
			.first{-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
border-bottom-left-radius: 10px;float:left;}
.last{border-right:none!important;}
