/* 
	WordPress Menubar Plugin
	sf-blue.css stylesheet for the Suckerfish template

	Credits:
	Son of Suckerfish Dropdowns
	By Patrick Griffiths and Dan Webb
	http://www.htmldog.com/articles/suckerfish/dropdowns/
*/

/* http://www.avivconsulting.com/wp-content/plugins/menubar-templates/Suckerfish/sf-blue.css */
.sf-blue {
    background: url(/wp-content/themes/avivconsult3/images/nav_bar_bg.jpg) repeat-x scroll 0 0 transparent;
    float: right;
    height: 34px;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 640px;
}
.sf-blue ul {
    background: none repeat scroll 0 0 transparent;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    z-index: 9;
}
.sf-blue li {
    border-right: 1px solid white;
}
.sf-blue li.contact {
    border-right: medium none;
}
.sf-blue ul ul, 
.sf-blue li li, 
.sf-blue li li a:visited, 
.sf-blue li li a:hover {
		width: /* 150px */ 170px; }
		
.sf-blue ul ul ul {
	margin: 0px 0 0 /*139px*/ 159px;;
}