/* Drop Down menu CSS starts */

a.menuButton, div.menu, div.menu a.menuItem, div.menu a.menuItemLast { 
	color: #ffffff;	
} 

.menuItemborder{
	background:#A50D12;

	}
div.menu a.menuItem 
{ 
       color: #ffffff; 
       cursor: default; 
       display: block; 
       padding: 3px 20px; 
       text-decoration: none; 
       white-space: nowrap; 
	   cursor: pointer;
	   font-size:12px;	   
	   background-color: #A50D12;
	   line-height:19px;
	    border-bottom:#2b6484 1px solid;
        z-index:104           	

} 
div.menu a.menuItemLast 
{ 
       color: #56595B; 
       
       cursor: default; 
       display: block; 
       padding:3px 20px; 
       text-decoration: none; 
       white-space: nowrap; 
	   cursor: pointer;
	   font-size:12px;	   
	   background-color:#A50D12;
		line-height:19px;
	  z-index:104
} 

 
div.menu a.menuItem:hover, div.menu a.menuItemLast:hover, div.menu a.menuItemHighlight {
	background-color:#F2F1DC;
	color: #000000;
	cursor: pointer;
	z-index:104 ;
	line-height:19px;
} 

div a.menuButton 
{ 
       background-color: transparent; 
	   color: #ffffff; 
       cursor: default; 
       left: 0px; 
       margin: 1px; 
       padding: 2px 6px 2px 6px; 
       position: relative; 
       text-decoration: none; 
       top: 0px; 
       z-index: 100; 
	  } 
 
div a.menuButton:hover { 
	background-color: transparent; 
	color: #cccccc; 
} 


div.menu 
{
	top:0;
	position:absolute; 
	left:0;
	z-index: 101;
	font-size:13px;
	visibility: hidden;
	border:1px solid #c7b9ac;
	/*border-bottom:#efefef solid 5px;
	background-color:#F58025; 	*/
} 


div.menu.last {
	   margin-left:-100px;
}
.ddimgtab{
	width:60px;
	height:32px;
	background:url(../images/menu-img/application-deactivate.gif) no-repeat;
	float:left;
}
.ddimgtabactive{
	width:239px;
	height:40px;
	background:url(../images/menu-img/application-activate.gif) no-repeat;
	float:left;
}







/* Drop Down menu CSS ends */
/*#############################################################################*/
