/* This is the stylesheet for MedSolve Research, Inc.
Coded by: Christopher Dell'Olio
*/

a {color:#A35BD4; text-decoration:none}
a:hover {color:#CC74CB; text-decoration:underline}
ul {margin: 0; padding: 0; list-style: none; width: 150px; }
ul li {position: relative;}
li ul { position: absolute; left: 149px; top: 0; display: none;}
ul li a {display: block; text-decoration: none; color: #777; background: #fff; padding: 5px; }
li:hover ul { display: block; width:170px;}


/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */