.glowingtabs{



float:left;



width:100%;



 /*Add border strip to bottom of menu*/



}







.glowingtabs ul li{margin:0px; padding:0px;}







.glowingtabs ul{



list-style-type: none;



margin:0px;



/*Left offset of entire tab menu relative to page*/

float:right;


padding:0px;




font-size:12px;



}







.glowingtabs li{



display:inline;



margin:0px;



padding:0px;



}







.glowingtabs a{



float:left;



margin:0px;



margin-right: 2px; /*spacing between each tab*/







text-decoration:none;



cursor:pointer;







}







.glowingtabs a span{



float:left;



display:block;



padding: 5px 10px 10px 10px;



color:#666666;




font-size:15px;



text-decoration:none;











}







/* Commented Backslash Hack hides rule from IE5-Mac \*/







/* End IE5-Mac hack */







.glowingtabs a:hover span {







color: #666666;



background:url(images/top_link_obg.jpg) top repeat-x;



text-decoration:none;



















}







.glowingtabs li.selected a{ /*Selected Tab style*/



color: #666666;



background:url(images/top_link_obg.jpg) top repeat-x;



text-decoration:none;}







.glowingtabs li.selected a span{ /*Selected Tab style*/



color: #666666;



background:url(images/top_link_obg.jpg) top repeat-x;



text-decoration:none;}















/* ######### Style for Drop Down Menu ######### */







.dropmenudiv_d{



position:absolute;



/*border: 1px solid #dcc208; *//*THEME CHANGE HERE*/



font-size:12px;



line-height:18px;



z-index:100;



width: 104px;



visibility: hidden;







}











.dropmenudiv_d a{



width: 102px;



display: block;







padding: 2px 0;



text-decoration: none;



color:#666;



text-indent:5px;



background:#fff;



border-right:1px solid #cccccc;



border-left:1px solid #cccccc;



border-bottom:1px solid #e5e5e5;



}







.dropmenudiv_d a p{



width:92px;



margin:0 5px;



border-bottom:1px solid #e5e5e5;



padding:0 3px 3px 0px;







}







* html .dropmenudiv_d a{ /*IE only hack*/



width: 100%;



}







.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/



/*background-color:#FFCC33;*/



background:#e5e5e5;



color:#000;



text-decoration:none;



}







