a.nav:link {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

a.nav:visited {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

a.nav:hover {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}


.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #6D3F1B;
}


a.mini:link {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

a.mini:visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a.mini:hover {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;

}

.list_name {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 13px;
	margin-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}

a.list_name {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a.list_name:link {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 14px;
}


a.list_name:visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
}


a.list_name:hover {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	line-height: 14px;
}


.blue {
	color: #0000CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	line-height: 13px;
	margin-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}

a.blue {
	color: #0000CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
}

a.blue:link {
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	line-height: 14px;
}


a.blue:hover {
	color: #0000CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: underline;
	line-height: 14px;
}




/*my CSS forms*/

.dropdownsub
{
	border: 1px solid #5A94C4;
	background-color: #FFFF00;
	width: 164px;
	color: #333333;
	height: 28px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}

.dropdown
{
	border: 1px solid #5A94C4;
	background-color: #005da4;
	width: 164px;
	color: #FFFFFF;
	height: 28px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}

a.dropdown:link {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 14px;
}


a.dropdown:visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
}


a.dropdown:hover {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	line-height: 14px;
}


/***************************************************
SMALL BY BUSINESS NEED DROP DOWN MENU - This menu is located on the right side/gray column in the Segment landing pages (ie: Law, Academic, Government, etc.)
***************************************************/

/*------------------- General Classes*/
.clear {clear:both;}
.float-right {float:right;}
/*------------------- Menu Container*/
#small-by-business-need-drop-down {	
	width:0;
	height:0;
	margin-top:12px;
}
.container-bbn-drop-down {
	position:relative;
	z-index:100;	
	float:left;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}

/* remove all the bullets, borders and padding from the default list styling */
.container-bbn-drop-down ul {
	padding:0;	
	margin:0;
	list-style-type:none;
	text-align:center;	
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.container-bbn-drop-down li {		
	position:relative;
	display:inline;
}
/* TOP LINK */
.greySectionPanel #small-by-business-need-drop-down li.top-link { 	
	background:none;
	padding:0;
	margin:0;
}
li.top-link a,
li.top-link a:visited {
	background: url(/images/by-business-need-drop-down-arrow.gif) no-repeat 99% 2px #fff;
	border:#ccc 1px solid;
	display:block;
	width:180px;
	padding:3px;
	font-size:1em;
	text-decoration:none;
	text-align:left;
	color:#666;
}
li.top-link a:hover {
	background: url(/images/by-business-need-drop-down-arrow.gif) no-repeat 99% -24px #fff;
	border:#999 1px solid;
	text-decoration:none;
}

/* This class separates the TOP LINK from the 'by Product' image in IE7 */
#IEroot7 #ie7-separator { margin-bottom:10px;}

/* DROP DOWN LINKS */
#inner-links li a,
#inner-links li a:visited {
	background:#fff;
	border:none;
	color:#666;		
	display:block;
	width:220px;
	padding:1px;
	padding-left:2px;
	font-size:11px;
}
#inner-links li a:hover {
	background:#ccc;
	color:#000;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.container-bbn-drop-down ul ul {
	visibility:hidden;
	position:absolute;
	top:24px;	
	left:-47px;		
	text-align:left;	
}
#IEroot .container-bbn-drop-down ul ul { top:24px; left:-47px;}
.container-bbn-drop-down > ul ul { left:-141px;}

/* style the table so that it takes no part in the layout - required for IE to work */
.container-bbn-drop-down table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}

/* style the second level list items */
.container-bbn-drop-down ul ul {
	border:#cecece 1px solid;
	background:#fff;
	padding:5px;	
}
.container-bbn-drop-down ul ul li {
	 display:block;	 
	 margin:0;
	 padding:0;
	 background:none;
	 color:#0033CC;
}
/* make the second level visible when hover on first level list OR link */
.container-bbn-drop-down ul li:hover ul,
.container-bbn-drop-down ul a:hover ul {visibility:visible;}
