﻿body
{
 font-family: verdana, Arial, sans-serif;
 font-size:12px;	
}

.left
{
	font-size:10px;
	text-transform:capitalize;
	color:#333333;
	text-decoration:none;
	/*margin-right:20px;*/
}

A.left:hover
{
    text-decoration:underline;	
}

.links
{
   color:black;
   text-decoration:none	
}

A.links:hover
{
   color:black;
   text-decoration:underline;	
}


.shlomo-breadcrumb
{
   padding:2px 3px 3px 11px;
   border-left:1px solid #ffffff;
   border-top:1px solid #ffffff;
   font-size: 9px;
   color: #666666;
   text-decoration: none;
   font-family:Verdana, Arial, sans-serif;

}
.shlomo-breadcrumb a
{
	font-size: 9px;
	color: #666666;
	text-decoration: none;
	font-family:Verdana, Arial, sans-serif;
}


/*  top navigation  */

.shlomo-topNavContainer
{
	background-image:url("../images/bl_Navbar_Gd_Default.jpg");
	background-repeat:repeat-x;
	/*height:40px;*/
}
.shlomo-topNav
{
    *position:relative;
 /*   *bottom:-2px; */
}

.shlomo-topNavItem
{
	display:block;	
    border:none;	
    background: transparent url('/publishingImages/bioTabLeft.gif') no-repeat bottom left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color:#333333;
	text-transform:uppercase;	    
}
.shlomo-topNavSelected, .shlomo-topNavHover
{
	display:block;	
    border:none;
    background: transparent url('/publishingImages/bioTabLeftSelected.gif') no-repeat bottom left;
	color:black;
}

.shlomo-topNavItem a
{
	display:block;
	padding:8px 12px 4px 4px;
	margin-left:5px;
	margin-right:4px;
    color:#333333;
    background:url("/publishingImages/bioTabRight.gif") bottom right no-repeat transparent;
    text-decoration:none;

}
.shlomo-topNavHover a, .shlomo-topNavSelected a
{
	display:block;
	padding:8px 12px 4px 4px;
	margin-left:5px;
	margin-right:4px;
    color:black;
    background:url("/publishingImages/bioTabRightSelected.gif") bottom right no-repeat transparent;
    text-decoration:none;
    /*font-weight:bold;*/
}

.shlomo-topNavRoundLeft, .shlomo-topNavRoundRight
{
    width:30px;
}



/* original  top navigation  */
/*
.shlomo-topNavContainer
{
	background-image:url("../images/bl_Navbar_Gd_Default.jpg");
	background-repeat:repeat-x;
	/*height:40px;* /
}
.shlomo-topNav
{
    *position:relative;
    /* *top:-1px; * /
}
.shlomo-topNavItem
{
	background: none; /*height: 42px;* /
	border: none;
	font-family: tahoma;
	font-size: 10pt;
	color: #555555;
	text-transform: uppercase;
}
.shlomo-topNavItem a
{

	display:block;
	padding:8px 12px 2px 12px;
	margin-left:10px;

}
.shlomo-topNavSelected, .shlomo-topNavHover
{
	background: none;
    /*height: 42px; * /
    border:none;
	color: #E1A537;
}
.shlomo-topNavHover a, .shlomo-topNavSelected a
{
	display:block;
	padding:8px 12px 2px 12px;

}

*/


.shlomo-topNavFlyOuts
{
	border-top:1px #CBD1E0 solid;
}
.shlomo-topNavFlyOutsItem
{	
	font-family: tahoma; 
	font-size: 8pt; 
	background-color: #ECEFF3;
	border:1px #CBD1E0 solid;
	border-top-style: none;
	color:#3A4663; 
	width:150px;
	min-width:150px;
}
.shlomo-topNavFlyOutsItem a
{
    display:block;
    padding:4px 5px 4px 5px;
}
.shlomo-topNavFlyOutsHover
{
	background-color: #B2BCD3;
}

