   /*http://www.search-this.com/2009/03/17/jquery-dropdown-menu/*/ 

html,body {
	height: 100%;
}

body {
	font-family: "Arial";
	color:#000;
	padding: 0;
	margin: 0;
	background: #dde1c0 url(/nav/topBar.gif) repeat-x;
}

h1, h2 {
	color: #600;
}

h1 {
	font-size: 31px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 15px 0;
}

.smallH1 {
	font-size: 25px;
}

h2 {
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0 0px 0;
	padding: 0;
}	

h3 {
	color: #b8af24;
	padding: 0;
	margin: 0 0 5px 0;
	font-weight: normal;
}

h4 {
	margin: 0 0 2px 0;
	font-size: 12px;
	color: #666;
	font-family: verdana;
}

p {
	font-family: verdana;
	font-size: 12px;
	color: #666;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.5em;
}

ul, ol {
	font-family: verdana;
	font-size: 12px;
	color: #666;
}

	li {
		margin-bottom: 5px;
	}

table {
	border-collapse: collapse;
}

	th, td {
		padding: 3px 5px 3px 5px;
		border: 1px solid #ccc;
		color: #333;
		text-align: right;
	}
	


#wrapper {
	min-height: 100%;
	background: #fff url(/nav/wrapper_shadow.gif) no-repeat 0 84px;  /*background color in wrapper, main, and nav */
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#main {
	margin-left:auto;
	margin-right: auto;
	width:960px;
	margin-top:0px;
	position:relative;
	background: #eff1d9;
	border-top: 5px solid #5f0308;
}

#header {
	background: #798fa2;
}

	#locations {
		background: #7a8fa2 url(/nav/topRightShadow.gif) 0 37px no-repeat;
		float: right;
		width: 400px;
		height: 73px;
		font-family: arial;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		padding-top: 12px;
		text-align: right;
	}
	
	#locations a {
		color: #fff;
	}

	#locations a:hover {
		color: #f9df05;
	}

#nav {
	height: 32px; /* this is critical for FF3 */
	background: #eff1d9;
	margin: 5px 0 0 5px;
	position: relative;
	z-index: 50;
}

#nav .topNavLink {
    background: #3d607e url(/nav/topNav_bg.gif) no-repeat;
    padding:7px 0px 0px 0px;
    color:#98b4d0;
    height: 25px;
    font-size: 11px;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
}

#nav .topNavLink:hover {
	text-decoration: none;
	background: url(/nav/topNav_over_bg.gif) no-repeat 0px 0;
	color: #f2f6f9;
}

#nav .topNavLinkOver {
	background: url(/nav/topNav_over_bg.gif) no-repeat 0px 0;
	color: #e7f7ff;
}


/*
DROPDOWN
*/    
    
.dropHolder {width:136px; float:left; height:1px; margin-right: 0px;position: relative;}

.dropdown-menu {
    width:136px;
    position:absolute;
    cursor:pointer;
   /* z-index:7000; z-index is on #nav because IE7 needs it to be there */
}

.dropdown-menu a {
    color:#375472;
    display:block;
    text-decoration:none; 
    padding-left: 10px;
    background: url(/nav/arrow_empty.gif) no-repeat 0 13px;
    font-size: 11px;
    font-family: arial;
    font-weight: bold;
    padding-top: 10px;
}

	.dropdown-menu a:hover {
		color: #838a06;
		background: url(/nav/arrow_over.gif) no-repeat 0 13px;
	}
	
.subnav a {
	font-size: 10px;
	color: #375472;
	padding: 0 0 0 15px;
	margin-top: 0;
	line-height: 1.5em;
	text-decoration: underline;
}

dl, dt, dd {
	margin: 0; padding: 0;
}

dl {
	padding: 0px 0 20px 0px;
}

	.subnav {
		padding: 0;
	}

dd {
	font-size: 10px;
	color: #666;
	font-family: arial;
	padding: 0px 0 0px 10px;
	line-height: 1.2em;
	width: 150px;
}

.megaNavCol {
	float: left;
	margin-left: 5px;
}

.subnav a:hover {
	background: none;
	color: #838a06;
}

.dropdown-menu .slide-down {
    background:#f3dcb7;
    color: #333;
}

.menu-first {
    background: #666;
    padding:0px 0px 7px 0px;
    color:#FFF;
    height: 25px;
    font-size: 11px;
    text-align: center;
    font-weight: bold;
}

.down-list {
    background: #fff url(/nav/mega_bg.gif) repeat-x 0 100%;
/*	padding:5px 15px 15px 15px; */
	border-bottom: 1px solid #505d68;
	border-right: 1px solid #505d68;
	border-left: 1px solid #505d68;
/*	height: 230px; */
}

.down-list_topBG {
	background: url(/nav/mega_topBG.gif) repeat-x;
	height: 14px;
}

.whySRM {
	width: 670px;
}

.diagnosis {
	width: 590px;
	margin-left: -20px;
}

.treatment {
	width: 550px;
	margin-left: -50px;
}

.gettingStarted {
	width: 170px;
	margin-left: -0px;
}

.patientResources {
	width: 710px;
	margin-left: -400px;
}

.medProf {
	width: 140px;
	margin-left: -5px;
}

.info {
	width: 140px;
	margin-left: -8px;
}

#content {
	background: #fff url(/nav/content_bg.jpg) no-repeat;
	padding-top: 40px;
}

	.lastRevised {
		background: url(/nav/footer_topShadow.gif) 0 20px no-repeat;
		font-size: 10px;
		color: #333;
		padding: 0px 0 0 60px;
		height: 32px;
		margin-top: 60px;
	}

	#contentText a {
		color: #39c;
		text-decoration: none;
	}

	#contentText a:hover {
		text-decoration: underline;
	}
	
	.detailsLink {
		font-weight: normal;
		font-size: 12px;
		font-family: verdana;
		padding-left: 15px;
	}

	.captionedPhoto {
		float: right;
		padding-left: 15px;
		font-size: 11px;
		font-family: Georgia;
		color: #333;
		line-height: 1.2em;
		font-weight: bold;
	}

	.captionedPhoto img {
		display: block;
		padding-bottom: 6px;
	}

	.captionedPhoto a {
		border: none;
	}

	.backToTop {
		text-align: right;
		display: block;
		font-size: 10px;
		margin: 0; padding: 0;
	}

	.doctorLocation {
		font-weight: normal;
	}

#rightSideBar {
	padding: 20px 0 0 0px;
}

#rightSideBar a {
	display: block;
	text-decoration: none;
	color: #999;
	font-weight: bold;
	font-size: 11px;
}

#rightSideBar a:hover {
	color: #3399cc;
}

.sidebarContent {
	padding-left: 30px;
}

#footerText {
	color: #333;
	font-size: 11px;
	padding-bottom: 25px;
}

#footerText a {
	color: #7a93aa;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

#footerText a:hover {
	text-decoration: underline;
}


<style type="text/css"> 
.videoLink {
    display: block;
    background: url(/images/video_icon.png) no-repeat;
    padding-left: 20px;
    font-size: 14px;
    font-family: Arial;
    min-height: 16px;
    margin: 6px 0;
}
</style>
