   /* Main menu */
#font{
	float:right;
	padding-top: 8px;
	padding-right: 8px;
}
#nav-container{
	padding-right: 15px;
	background: #1573d5;
	/*background: -moz-linear-gradient(#1588ff, #1573d5); 
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #1573d5),color-stop(1, #1588ff));	
	background: -webkit-linear-gradient(#1588ff, #1573d5);	
	background: -o-linear-gradient(#1588ff, #1573d5);
	background: -ms-linear-gradient(#1588ff, #1573d5);
	background: linear-gradient(#F1571C, #C50B0B);*/
	background: linear-gradient(#393b3c, #393b3c);
	
/*	background: -moz-linear-gradient(#444, #111); 
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));	
	background: -webkit-linear-gradient(#444, #111);	
	background: -o-linear-gradient(#444, #111);
	background: -ms-linear-gradient(#444, #111);
	background: linear-gradient(#444, #111);*/
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 2px 1px #9c9c9c;
	-webkit-box-shadow: 0 2px 1px #9c9c9c;
	box-shadow: 0 2px 1px #9c9c9c;
	margin-top: 20px;
}


#menu
{
	width: 100%;
	margin: 0;
	padding-left:10px;
	list-style: none;  
}

#menu li
{
background: url('../images/main_nav_bgr_sep_dark.png') right top no-repeat;
	padding: 10px 0 10px 0;
	position: relative;
	line-height: 0;
}
#menu li span
{
	padding: 0px 0px 25px 5px;
	background: url('../images/arrow_down_tiny_dark.png') right center no-repeat;
	margin-right: 15px;
}
#menu img
{
	float: left;
	padding: 4px 0px 0px 0px;
	position: relative;
	line-height: 0;
}

#menu li:hover{
	background-color:#555555;
}

#menu li.active{
	background-color:#278ef8;
}


#menu li li:hover {
	background-color:#c4e1ff;
}

#menu a 
{
	float: left;
	height: 25px;
	padding: 0px 16px 0px 16px;
	/*color: #999;*/
	color: #fff;
	/*text-transform: uppercase;*/
	/*font: bold 12px/25px Arial, Helvetica;*/
	font:12px/24px 'Lato', sans-serif;
	text-decoration: none;
	text-shadow: 0 1px 0 #111;
}

#menu li:hover > a
{
	color: #fafafa;
}

#menu li li:hover > a
{
	color: #333;
}

*html #menu li a:hover /* IE6 */
{
	color: #fafafa;
}

*html #menu li li a:hover /* IE6 */
{
	color: #333;
}

#menu li:hover > ul
{
	display: block;
}

/* Sub-menu */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 99999;    
    background: #fff;
    background: -moz-linear-gradient(#fff, #d2d3d4);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #d2d3d4),color-stop(1, #fff));
    background: -webkit-linear-gradient(#fff, #d2d3d4);    
    background: -o-linear-gradient(#fff, #d2d3d4);	
    background: -ms-linear-gradient(#fff, #d2d3d4);	
    background: linear-gradient(#fff, #d2d3d4);
    -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
    box-shadow: 0 0 2px rgba(255,255,255,.5);	
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu ul ul
{
  top: 0;
  left: 190px;
}

#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 #d2d3d4, 0 2px 0 #fff;
    -webkit-box-shadow: 0 1px 0 #d2d3d4, 0 2px 0 #fff;
    box-shadow: 0 1px 0 #d2d3d4, 0 2px 0 #fff;
}

#menu ul li a{
	color:#333333;
	text-shadow: 0 1px 0 #fff;
}

#menu ul li a:hover{
	color:#333333;
	text-shadow: 0 1px 0 #fff;
}

#menu ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul a
{    
    padding: 10px;
	height: 10px;
	width: 220px;
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
}

#menu li.socialIcon
{
	float: right;
	position: relative;
	line-height: 0;
}

#menu li.socialIcon a
{
	padding-left:10px;
	padding-right:10px;
	margin:0px;
}

*html #menu ul a /* IE6 */
{    
	height: 10px;
}

*:first-child+html #menu ul a /* IE7 */
{    
	height: 10px;
}

#menu ul a:hover
{
/*    background: #0186ba;
	background: -moz-linear-gradient(#04acec,  #0186ba);	
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
	background: -webkit-linear-gradient(#04acec,  #0186ba);
	background: -o-linear-gradient(#04acec,  #0186ba);
	background: -ms-linear-gradient(#04acec,  #0186ba);
	background: linear-gradient(#04acec,  #0186ba);*/
	background: #fff;
	background: -moz-linear-gradient(#fff,  #e7e7e7);	
	background: -webkit-gradient(linear, left top, left bottom, from(#e7e7e7), to(#fff));
	background: -webkit-linear-gradient(#fff,  #e7e7e7);
	background: -o-linear-gradient(#fff,  #e7e7e7);
	background: -ms-linear-gradient(#fff,  #e7e7e7);
	background: linear-gradient(#fff,  #e7e7e7);
}

#menu ul li:first-child > a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #fff;
}

#menu ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #fff;
}

#menu ul li:first-child a:hover:after
{
    border-bottom-color: #fff; 
}

#menu ul ul li:first-child a:hover:after
{
    border-right-color: #fff; 
    border-bottom-color: transparent; 	
}


#menu ul li:last-child > a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.display_user_book
{
  font-size:10px; 
  font-family:verdana, helvetica, arial; 
  color:#000000; 
  font-weight:bold;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */