* html #tabs li {display: inline; /* ie6 double float margin bug */}

#tabs { overflow: hidden; height: 1%; padding: 0; margin: 0 0 9px; width: 650px; }

#tabs ul { display: block; padding: 10px 0 0 0; margin: 0; list-style: none; float: left; width: 200px; }

#tabs li { display: block; height: 1%; overflow: hidden; margin: 0 10px 2px 0; padding: 0; font-size: 1.327em; font-weight: bold; list-style: none; }




#tabs ul li a { display: block; height: 17px; overflow: hidden; color: #fff; text-decoration: none; padding: 8px 0px 6px 14px; background: #791e7e /* url(../images/nav-courses-bg.png) -340px 50% no-repeat;  */}

#tabs ul li.active {margin: 0 0 2px 0;}

#tabs ul li.active a { color: #555; background: #b2bb1e url(../images/nav-courses-bg.png) right 50% no-repeat; }




#tabs div {
padding: 20px;
height: 210px;
float: left;
width: 400px;
/* border: 3px solid #b2bb1e; */
background: white url(../images/curriculumBackground.gif) 0 0 no-repeat;
}

#tabs div h3 {
text-transform: uppercase;
margin-bottom: 10px;
letter-spacing: 1px;

#tabs div p {
line-height: 150%;
}



/* nav-curriculumn  */

#nav-curriculumn { overflow: hidden; height: 1%; padding: 0; margin: 0 0 9px; width: 225px; }
 #nav-curriculumn ul { display: block; padding: 0; margin: 0; list-style: none; }
  #nav-curriculumn ul li { display: block; height: 1%; overflow: hidden; margin: 0 0 2px; padding: 0; font-size: 1.327em; font-weight: bold; }
   #nav-curriculumn ul li a { display: block; width: 216px; height: 17px; overflow: hidden; color: #fff; text-decoration: none; padding: 8px 5px 6px 34px; background: #791e7e url(../images/nav-side-bg.png) -340px 50% no-repeat; }
   #nav-curriculumn ul li a:hover,
   #nav-curriculumn ul li.selected a { color: #555; background: #b2bb1e url(../images/nav-side-bg.png) 0 50% no-repeat; }