.crm_style{
width: 430px;
font-family:Tahoma;
font-size:14px;
height:31px;
background: url(../impelhosted_crm_images/nav-center-img.jpg) center center repeat-x;
float:right;
}

.crm_style:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.crm_style ul{
width: 100%;
padding: 6px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
height:31px;
}

.crm_style ul li{
display: inline;
}

.crm_style ul li a{
border: 1px solid #c6e98b;
	color:#244893;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #c6e98b;
}

.crm_style ul li a:hover, .crm_style ul li a.selected{ 
background-color:#043658; center center; 
color:white;
}


.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #c6e98b; 
border-bottom-width: 0;
font-family:Tahoma;
font-size:12px;
line-height:20px;
z-index:100;
background: #95ca44 center center;
width: 150px;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#043658,direction=135,strength=4);
}


.dropmenudiv a{
border: 1px solid #c6e98b;
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px #c6e98b;
	padding: 2px 0;
	text-decoration: none;
	color: #244893;
}

* html .dropmenudiv a{
width: 100%;
}

.dropmenudiv a:hover{ 
background-color: #043658;
color:#FFFFFF;
}
