﻿.mm 
{
	position: absolute;
	visibility:hidden;
	margin: 0;
	padding: 0;
	background: #059ec7;
	
   -moz-border-radius-topleft:3ex;
   -webkit-border-top-left-radius:3ex;
  
   -moz-border-radius-bottomright:3ex;   
   -webkit-border-bottom-right-radius:3ex;
	
}
	
	.mm a
	{	
		position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		
		color: #ffffff;
		font: 13px arial;
		font-weight:bolder;
		
		
	}
	
		
body
{
	font-family:Calibri;
}
.hd
{
	color:#4bacc6;
	font-size:17px;
}
.hda
{
	color:#4bacc6;
	font-size:17px;
	cursor:pointer;
}


.cont
{
	font-size:14px;
	overflow:auto;	
}

.mdAbout .cont
{
	width:740px;
	height:312px; 
	font-size:14px;
	top:50px; 
	left:232px; 
	position:relative;
}

.md
{
	margin-left:5px;
	background-repeat:no-repeat;
}
.mdAbout
{
	margin-left:5px;
	background-repeat:no-repeat;
	width: 975px;
	height:366px;
	background-image:url('../images/About%20Us%20revised%20jpeg.jpg');
}

.mdAffiliates
{
	margin-left:5px;
	font-size:14px;	
}

.mdCust
{
	background-image:url('../images/Customers%20Page%20jpeg.jpg');
	width:975px; 
	margin-left:5px;
	height:366px;	
}

.acc h3
{
	
	cursor:pointer;
}
.mdCust #cust
{
	width:707px;
	height:311px; 
	font-size:14px;
	top:50px; 
	left:265px; 
	position:relative;	
}
 
.bol
{
	font-weight:600;
}

.category
{
	background-color:Gray;
	color:White;
	text-align:center
	
}
.menu_list 
{
	width: 150px;
}

.menu_head 
{
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
    font-weight:bold;
    background: #eef4d3 url(left.png) center right no-repeat;
}

.menu_body
{
	display:none;
}

.menu_body a 
{
    display:block;
    color:#006699;
    background-color:#EFEFEF;
    padding-left:10px;
    font-weight:bold;
	text-decoration:none;
}
.menu_body a:hover 
{
	color: #000000;
	text-decoration:underline;
}

.medcat h3
{
	background-color:Silver;
	color:White;
	width:208px;	
}
.medcat div
{
	color:#059ec7;
	border-style:dotted;
	width:200px;
	overflow:hidden;
	border-color:#E0E0E0;
}

.medcat div p
{
	margin:10px 10px 10px 10px;
}

#medstable  td
{
	vertical-align: top;
}

