
/*------------------------------------*\
   Clickable Dropdown
\*------------------------------------*/

body {
	
}
.click-nav {
	margin:2px ;  
    z-index:1000;  
    position:relative;
}
.click-nav ul {
	font-weight:500;
}
.click-nav ul li {
	position:relative;
	list-style:none;
	cursor:pointer;
}
.click-nav ul li ul {
	position:absolute;
	left:0;
	right:0;	
	margin-top:35px;
    float:right;		
}
.click-nav ul .clicker {	
	color:#FFF;
}
.click-nav ul .clicker:hover,
.click-nav ul .active {
	/*background:#196F9A;*/
}
.click-nav span {
	position: absolute;
	top: 1px;
	right: 240px;
    float:right;
}
/* Code added by Arup for broker panel */
.click-nav span2 {
	position: absolute;
	top: 5px;
	right: 20px;
    float:right;
}
.click-nav #arrow2 {
	position: absolute;
	top: -25px;
	right: 53px;
    float:right;
}

/* Code added by Arup */
.click-nav #arrow {
	position: absolute;
	top: -25px;
	right: 235px;
    float:right;
}

.click-nav #arrow {
	position: absolute;
	top: -25px;
	right: 235px;
    float:right;
}
.click-nav ul li a {
	/*transition:background-color 0.2s ease-in-out;
	-webkit-transition:background-color 0.2s ease-in-out;
	-moz-transition:background-color 0.2s ease-in-out;
	display:block;
	padding:8px 10px 8px 40px;
	background:#FFF;*/
	color:#333;
	text-decoration:none;
	
}
.click-nav ul li a:hover {
	background:#ffffff;
}
/* Fallbacks */
.click-nav .no-js ul {
	display:none;
}
.click-nav .no-js:hover ul {
	display:block;
}


.dashboardArea {
	width:465px;    
    float:right;	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:10px solid #dcdcdc;
	padding:0px 0px;
	text-decoration:none;	
	background-color:#ffffff;	
	display:inline-block;	
}

.dashboardArea .dashboardIconSmall {
    width: 70px;
    /*margin-left: 20px;*/     
    height: auto;
    float:left;         
    text-align:center; 
    text-transform: uppercase;
    color: #333333;
    font-size: 9px;
    padding-bottom:2px;  
    text-shadow:none;   
}

.dashboardArea .dashboardIconSmall a {
    width: auto;
    float: left;
    height:auto;    
    padding-bottom: 2px;
}

.dashboardArea .dashboardIconSmall a:link {
    text-decoration:none;
    color: #333333;
}

.dashboardArea .dashboardIconSmall a:visited {
    text-decoration:none;
    color: #333333;
}

.dashboardArea .dashboardIconSmall a:hover {
    text-decoration:none;    
    color:#92CD00;    
}

.dashboardArea .dashboardIconSmall img {
    border: 0px;
    padding: 5px 10px 1px 10px;       
     
}

.search
{
	border-bottom:solid 1px #065786;
	border-top:0;
	border-left:0;
	border-right:0;
}
