#hd
{
    background:url(/common/images/interface/dashed_seperator.png) bottom left repeat-x;
    font-family:"Lucida Grande", Lucida Sans Unicode, sans-serif;
    padding-bottom:4px;
	
	
}
.logo {
	border:none;
}
.logo img
{
    margin:17px 0 10px 0;
    padding:0;
}

.navigation_bar
{
    background:#572700;
    color:#fff;
	
}

/**********************/
/* Search box   */
/**********************/
.search
{
    border:1px solid #cacaca;
    float:right;
    margin-top:32px;
}

.search_field
{
    border:0px;
    color:#6e6e6e;
    display:block;
    float:left;
    font-size:93%;
    margin:0;
	width:118px;
	 padding: .15em .25em .2em;
    *padding:.21em .25em .2em;
}

.search_button
{
    background:transparent url(/common/images/interface/button__search.png) center center no-repeat;
    border:none;
    cursor:pointer;
    display:block;
    float:left;
    height:1.45em;
    margin:0;
    width:15px;
}

/**********************/
/* Top Navigation **/
/**********************/
.top_nav
{
    color:#6e6e6e;
    float:right;
    
    margin:34px 10px 0 0;
}

.top_nav li
{
    display:inline;
	font-size:85%;
}

.top_nav li span
{
    color:#ccc;
    speak:none;
}

.top_nav li a
{
   
    color:#6e6e6e;
   
   
}
.top_nav li a:hover
{
   color:#000;
}

.top_nav li span {
	padding-right:3px;
	padding-left:5px;
}

.top_nav .favorites
{
    padding-left:13px;
}

/**********************/
/* Toos menu **/
/**********************/
.tools{
	
	padding:0;
	float:right;
	margin:0;
	
}
.tools li {
	float:left;
	list-style:none;
	margin:9px 0 0;
	padding:0;
}
.tools span{
	display:none;
}
.tools li a {
	background:#ac440a url(/common/images/navigation/sprite__nav_tools.png) no-repeat;
	height:32px;
	display:block;
}
.tools .library a
{
	width:91px;
    background-position:0 0px;
}
.tools .library a:hover{
	 background-position:-91px 0px;
}

.tools .calendar a
{
	width:85px;
    background-position:0 -42px;
   
}
.tools .calendar a:hover{
	 background-position:-85px -42px;
}

.tools .data_pot a
{
	width:90px;
    background-position:0 -84px;
    
}
.tools .data_pot a:hover
{
    background-position:-90px -84px;

}
