/*html, body, div, span, ol, ul, li{
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}*/


#menu {
	/*background: #333;*/
    background: #585858;
	width: 100%;
	font-size: 12px;
    font-family: 'Calibri', Arial, Helvetica, sans-serif;
    text-align:center;
}

#menu ul {
	list-style: none;
	margin: 0;
}

#menu li {
	float: left;
	position: relative;
}

#menu a {
	/*color: #aaa;
    width: 161px;*/
    width: 130px;
    color: #fff;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
	border-right:1px solid #666;
    
}


#menu ul ul {/*background of drop-down menu*/
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 187px; 
	z-index: 99999;
    text-align: left;
}

#menu ul ul li {
	/*min-width: 180px;
    width: 161px;*/
    width: 161px;
   
}

#menu ul ul ul {
	left: 100%;
	top: 0; 
    margin-left: 16px;
}

#menu ul ul a {
	/*background: #333;*/
    background: #585858;
	line-height: 1em;
	padding: 10px;
	width: 100%;
	height: auto;
    /*opacity:0.9;
    filter:alpha(opacity=90); /* For IE8 and earlier */
}

#menu li:hover > a,
#menu ul ul :hover > a {
	/*background: #db241e;
    background: #E5322C;*/
    background-image:url('images/menu_hover_bg_solid.jpg');
    background-repeat:repeat-x;
	color: #fff;
 }
#menu ul li:hover > ul {
	display: block;
}

.clear{clear:both;}

.breadcrumb_link{
                 color: #000;
                 font-size: 13px;
 }
 
 a.breadcrumb_link {
                 
                 color: #fff;
                 text-decoration:none;
 }
 
  a:hover.breadcrumb_link {
                 color: #fff;
                 text-decoration:underline;
 }