.topmenu_crm_style{
width: auto;
font-weight: bold;
font-family: Trebuchet MS,Georgia, Book Antiqua;
}

.topmenu_crm_style:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.topmenu_crm_style ul{
border: 0px solid #BBB;
width: 100%;
/*background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.topmenu_crm_style ul li{
display: inline;
}

.topmenu_crm_style ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
}

.topmenu_crm_style ul li a:hover, .topmenu_crm_style ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

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

.topmenu_dropmenudiv{
position:absolute;
top: 0;
color:#FFFFFF;
border: 0px solid #646464; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Georgia;;
line-height:18px;
z-index:100;
background-color: #646464;
width: 200px;
visibility: hidden;
text-align:left;
}


.topmenu_dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 0px solid #646464; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
padding-right:10px;
}

* html .topmenu_dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.topmenu_dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #646464;
text-decoration:underline;
}









.topmenu_dropmenudiv1{
position:absolute;
top: 0;
color:#FFFFFF;
border: 1px solid #FFF; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;;
line-height:18px;
z-index:100;
background-color:#FF2383;
width: 200px;
visibility: hidden;
text-align:left;
float:left;
}


.topmenu_dropmenudiv1 a{
width: 100px;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FFF; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
padding-right:10px;
}

* html .topmenu_dropmenudiv1 a{ /*IE only hack*/
}

.topmenu_dropmenudiv1 a:hover{ /*THEME CHANGE HERE*/
background-color: #646464;
text-decoration:none;
}












