﻿
/* 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:Verdana,Arial,San-serif;
    font-size:1.1em;
    line-height:26px;
    color: #000000;
    font-weight:bold;
    background-color:#f7f7f6;

}

.navStart
{
    float:left;
    height:28px;
    width:65px;
}

.navElement
{
    margin: 0 4 0 4px;
    float:left;
    height:28px;
}

.menuOption
{
    margin:0;
    padding: 0px;
    width:216px;
    height:28px;
    background-color:#f7f7f6;
    background-image:url('/images/db_clients_nav_base.gif');
    background-repeat:no-repeat;
    z-index:99999;
    
}

.menuOption p
{
    margin:0;
    padding: 0 0 0 7px;
    display:inline;
}

.menuOption li
{
    margin:0;
    padding:0;
    color:#000000;
    text-decoration:none;
    font-weight:bold;
    width:216px;
}


.menuOption ul
{
    margin:0;
    padding:0;
    list-style-type: none !important;
    list-style-image: none !important;
}

.sub 
{
    margin:0px;
    padding:0;
	position: absolute;
	top: 199px;
	*top: 200px;	
	left: 220px;
	z-index: 999;
	width:562px;
	height:235px;
	background-image:url('/images/db_industryMenuBg.gif');
	background-repeat:no-repeat;   
	display:none;
	background-color:#f7f7f6;
    /*line-height:20px;*/
}

.narrow 
{
    z-index: 9999;
	width:216px;
	left: 274px;
	height:142px;
	background-image:url('/images/db_countryMenuBg.gif');
}

.columnPad
{
    float:left;
    width:10px;
}

.column
{
    *margin-left:-1px;
    font-family:Verdana,Arial,San-serif;
    font-size:1em;
    float:left;
    width:180px;       
}

.column a:hover
{
    color:#000000;
    text-decoration:underline;
}

.column ul
{
    margin:8 0 10 20px;
    padding:0;
    
}

.column ul li
{
    list-style-image: url('/images/db_drop_arrow.gif') !important; 
    width:160px !important;
    line-height:20px !important;
    height:20px;
}

.column ul li a
{
    margin:0;
    padding:0;
    font-weight:normal;
    color:#000000;
}

.viewAll
{
    left:439px;
}

.selectLine
{
    line-height:30px;
    height:30px;
    margin-left:8px;
}

.allButton
{
    height:28px;
    width:68px;
    background-repeat:no-repeat;    
}

