
.chromestyle { 
background:url(images/menubg.jpg) repeat-x;border-top:2px solid #fff;height:40px;} 

.chromestyle ul{ 
margin:0px;padding:0px;} 

.chromestyle ul li{ 
float:left; list-style:none;}

.chromestyle ul li.img{ 
background:none;}

.chromestyle ul li.img img{ 
margin-top:3px;}

.chromestyle ul li:hover, .chromestyle ul li.hover  { 
background:url(images/menubg_hover.jpg) repeat-x center center; }

.chromestyle ul li:selected { 
background:url(images/menubg_hover.jpg) repeat-x center center; } 

.chromestyle ul li a{  
font:bold 15px Century Gothic;color:#fff;text-decoration:none;padding:0px 10px 0px 10px;line-height:40px;background:none;display:block;}

.chromestyle ul li a:hover{  
color:yellow;}

.chromestyle ul li a.selected{  
color:yellow;background:url(images/menubg_hover.jpg) repeat-x center center;}


.home .chromestyle ul li.active1,
.free .chromestyle ul li.active2,
.buy .chromestyle ul li.active3,
.faq .chromestyle ul li.active4,
.flashcard .chromestyle ul li.active5,
.other .chromestyle ul li.active6,
.contact .chromestyle ul li.active7 { 
background:url(images/menubg_hover.jpg) repeat-x center center;}


/*** dropdown div **/

.dropmenudiv{
position:absolute;margin:0px;z-index:100px;}
