﻿
/* Mega Dropdown */

body
{
    margin:0;
    padding:0;
}

ol, ul li 
{
    margin:0;
    padding:0;
	list-style-type: none;
    list-style-image: none;
}   

.navBg
{
    background-image:url('/images/client_nav_bg.gif');
    background-repeat:repeat-x;
    width:100%;
    height:28px;
    font-family:Arial,San-serif;
    line-height:26px;
    color: #000000;
    font-weight:bold;
    background-color:#f7f7f6;

}

.navStart
{
    float:left;
    height:28px;
    width:65px;
    font-size:12px;    
    text-indent:10px;
}

.client-menu
{
    margin:2px 6px 0 0;
    width:216px;
    height:28px;
    /*background-color:#f7f7f6;
    background-image:url('/images/db_clients_nav_base.gif');*/
    background-repeat:no-repeat;
    z-index:99999;
    float:left;
    font-size:12px;
}

#viewAllLink a
{
    background-color:#909090;
    background-position: bottom;
    background-repeat:repeat-x;
	font-weight:bold;
	color: #ffffff !important;
	padding: 3px 8px;
	background: -moz-linear-gradient(
		top,
		#909090 0%,
		#7e7e7e);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#909090),
		to(#7e7e7e));
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow:
		1px 1px 3px rgba(000,000,000,0.2),
		inset 1px 1px 1px rgba(000,000,000,0);
	-webkit-box-shadow:
		1px 1px 3px rgba(000,000,000,0.2),
		inset 1px 1px 1px rgba(000,000,000,0);
		max-height:25px;
		height:25px;
		font-size:12px !important;
}

#viewAllLink a:hover
{
    text-decoration:none;
}

.client-region-bg 
{
    z-index: 9999;
	left: 272px;
	width:210px;
	height:146px;
	background-image:url('/images/client-region-bg.gif');
	background-repeat:no-repeat;
	position: absolute;
	display:none;
}

.client-industry-bg  
{
	z-index: 999;
	position: absolute;
	width:562px;
	height:210px;
	background-image:url('/images/client-industry-bg.gif');
	background-repeat:no-repeat;   
	display:none;
}

.column
{
    margin-top:12px;
    float:left;
    width:180px;       
}

.column-first
{
    margin-left:30px;
}

.column-last
{
    width:150px;
}


.column a:hover
{
    color:#000000;
    text-decoration:underline;
}

.column ul
{
    margin:0;
    padding:0;
    
}

.column ul li
{
    list-style-image: url('/images/db_drop_arrow.gif'); 
    width:160px;
    line-height:20px;
    height:20px;
}

.column ul li a
{
    font-weight:normal;
    color:#000000;
}
