/*Top Menu -------------------------------------------------------------------------------*/
ul.top_menu
{
	list-style: none;
	float:right;
	padding:0px;
	margin: 0px;
}

.top_menu li
{
	float:left;
	display: inline;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 20px;
}

.top_menu a
{
	color: #1f1f1f;
	font-family: verdana;
	font-size:10px;
	text-decoration: none;
	text-transform: uppercase;
}

.top_menu .selected a
{
	color: #3994bb;
	text-decoration: underline;
}

/* Additional Menu (oops, some CSS naming there) ------------------------------------------*/

table.top_menu_screen td.top_menu div.top_menu a
{
  margin-left: 14px;
  margin-right: 10px;
}

table.top_menu_screen td.top_menu div.top_menu a.selected
{
  color: #108dbe;
  text-decoration: underline;
}

/*Top Left Menu ---------------------------------------------------------------------------*/

ul.left_top
{
	text-align:left;	
	padding:0px;
	margin: 0px;
	margin-right : 0px;
	width:130px;
	float:right;
	
}

.left_top li
{
	margin-bottom:3px;
	#margin-bottom:0px;	
	text-decoration: none;
	text-transform: uppercase;
	font-size:11px;
	background: url("../../img/default/left_menu.png") no-repeat left center;
	height:27px;
	list-style: none;
}

.left_top a
{
	text-decoration: none;
	color: #1f1f1f;
	display:block;	
	height:27px;
	padding-top:9px;
	padding-left:26px;
	font-family: verdana;	
}

ul.left_top span.selected
{
	display:list-item;
	height: 27px;	
	background: url("../../img/default/selected_left_menu.png") no-repeat left center;
}

ul.left_top span.selected a
{
	color:#ffffff;	
}

/*Left Bottom ---------------------------------------------------------------------------*/

ul.left_bottom
{
	text-align:left;	
	padding:0px;
	margin: 0px;
	margin-right : 0px;
	width:130px;
	float:right;
	
}

.left_bottom li
{
	margin-bottom:3px;
	#margin-bottom:0px;	
	text-decoration: none;
	text-transform: uppercase;
	font-size:11px;
	background: url("../../img/default/left_menu.png") no-repeat left center;
	height:27px;
	list-style: none;
}

.left_bottom a
{
	text-decoration: none;
	color: #3a3a3a;
	display:block;	
	height:27px;
	padding-top:9px;
	padding-left:26px;
	font-family: verdana;	
	
}

ul.left_bottom span.selected
{
	display:list-item;
	height: 27px;
	background: url("../../img/default/left_menu_selected.png") no-repeat left center;	
}

ul.left_bottom span.selected a
{
	color:#ffffff;
}


/* Tab */

ul.tab
{
    float:left;
    margin:0px;
    padding:0px;
    list-style:none;
}

ul.tab li
{
	display:inline-grid;
	margin:0px;
	padding:0px;
	background: url("../../img/default/right_tab.png") no-repeat right top;
	margin-right:3px;
	width:115px;
	text-align:center;
	
	
	
}

ul.tab a
{
	display:block;
	background: url("../../img/default/left_tab.png") no-repeat left top;
	padding-right:3px;
	padding-left:3px;
	padding-top:5px;
	padding-bottom:5px;
	text-transform: uppercase;
	font-family:verdana;
	text-decoration:none;
	font-size:10px;
	color: #3a3a3a;
}

ul.tab span.selected a
{
    background: url("../../img/default/left_tab_selected.png") no-repeat left top;
    color: #ffffff;
}

ul.tab span.selected
{
    display: block;
    background: url("../../img/default/right_tab_selected.png") no-repeat right top;
}

/* Articles */

div.menu ul li.articles span.selected
{	
    background: url("../../img/default/articles_left_menu.png") no-repeat left center;
}

ul.tab li span.menu_parent_articles span.selected a
{
    background: url("../../img/default/articles_left_tab.png") no-repeat left top;
}

ul.tab li span.menu_parent_articles span.selected
{
    background: url("../../img/default/articles_right_tab.png") no-repeat right top;
}

/* Discussions */

div.menu ul li.discussions span.selected
{
    background: url("../../img/default/discussions_left_menu.png") no-repeat left center;
}

ul.tab li span.menu_parent_discussions span.selected
{
    background: url("../../img/default/discussion_right_tab.png") no-repeat right top;
}

ul.tab li span.menu_parent_discussions span.selected a
{
    background: url("../../img/default/discussions_left_tab.png") no-repeat left top;
}

/* Businesses */

div.menu ul li.businesses span.selected
{
    background: url("../../img/default/business_left_menu.png") no-repeat left center;
}

ul.tab li span.menu_parent_businesses span.selected
{
    background: url("../../img/default/businesses_right_tab.png") no-repeat right top;
}

ul.tab li span.menu_parent_businesses span.selected a
{
    background: url("../../img/default/businesses_left_tab.png") no-repeat left top;
}

/* Products */

div.menu ul li.products span.selected
{
    background: url("../../img/default/products_left_menu.png") no-repeat left center;
}

ul.tab li span.menu_parent_products span.selected
{
    background: url("../../img/default/products_right_tab.png") no-repeat right top;
}

ul.tab li span.menu_parent_products span.selected a
{
    background: url("../../img/default/products_left_tab.png") no-repeat left top;
}

/* Classifieds */

div.menu ul li.classifieds span.selected
{
    background: url("../../img/default/classifieds_left_menu.png") no-repeat left center;
}

ul.tab li span.menu_parent_classifieds span.selected
{
    background: url("../../img/default/classifieds_right_tab.png") no-repeat right top;
}

ul.tab li span.menu_parent_classifieds span.selected a
{
    background: url("../../img/default/classifieds_left_tab.png") no-repeat left top;
}

/* Groups */

div.menu ul li.groups span.selected
{
    background: url("../../img/default/groups_left_menu.png") no-repeat left center;
}

ul.tab li span.menu_parent_groups span.selected a
{
    background: url("../../img/default/groups_left_tab.png") no-repeat left top;
}

ul.tab li span.menu_parent_groups span.selected
{
    background: url("../../img/default/groups_right_tab.png") no-repeat right top;
}

/* Events */

div.menu ul li.events span.selected
{
    background: url("../../img/default/events_left_menu.png") no-repeat left center;
}

ul.tab li span.menu_parent__events span.selected a
{
    background: url("../../img/default/events_left_tab.png") no-repeat left top;
}

ul.tab li span.menu_parent__events span.selected
{
    background: url("../../img/default/events_right_tab.png") no-repeat right top;
}

/* Industry */

div.menu ul li.industry span.selected
{
    background: url("../../img/default/industry_left_menu.png") no-repeat left center;
}

ul.tab li span.menu_parent_industry span.selected a
{
    background: url("../../img/default/industry_left_tab.png") no-repeat left top;
}

ul.tab li span.menu_parent_industry span.selected 
{
    background: url("../../img/default/industry_right_tab.png") no-repeat right top;
}

/*Bottom Menus -------------------------------------------------------------------------------*/

ul.bottom_menu
{
	list-style: none;
	padding:0px;
	margin:0px;
	margin-right:10px;
}

.bottom_menu li
{
	display: inline;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 10px;
	border-right:solid 1px;	
	height: 11px;
	margin:0px;
}

.bottom_menu a
{
	color: #1f1f1f;
	font-family: verdana;
	font-size:10px;
	text-decoration: none;
	text-transform: uppercase;
}

.bottom_menu .selected a
{
	color: #3994bb;
	text-decoration: underline;
}

li.privacy_policy
{
	border-right:none;
}
