.top_nav_dropdown
{
	background-color: #7D8A91;
	 font-size: 10px;
	 width: 770px;
 	 height: 26px;
	 text-align: left;
	 color: #FFFFFF;
	 text-align: left;
 	}



.top_nav {
	width: 770px;
	padding: 0px;	
	margin: 0px;
	border: 0px;
	background-color: white;
}

.top_nav_left {
    text-align: left;
}

.navlinks {
	 font-size: 8px;
	 font-weight: bold;
	 color: #7D8A91;
	 text-align: right;
	 vertical-align: bottom;
	 padding-bottom: 10px;
	 width: 550px;
}

.navlinks img {
	 vertical-align: middle;
}

.navlinks a:hover {
	font-size: 8pt;
	color: #4B555A;	
	font-weight: bold;	
	text-decoration: none;
}

.navlinks a{
font-size: 8pt;
	color: #7D8A91;		
	font-weight: bold;
	text-decoration: none;
}



.submenuitem{
	background-color: #7D8A91;
   color: #FFFFFF;
	font-size: 9pt;
	height: 20px;
}

.submenuitemover{
	font-size: 9pt;
	cursor: pointer;
	background-color: #ffffff;
   color: #4B555A;
   vertical-align: middle;
	height: 20px;
}


.submenuitem_first {
	background-color: #7D8A91;
   color: #FFFFFF;
	font-size: 9pt;
	height: 20px;
	
}

.submenuitemover_first {
	background-color: #ffffff;
   color: #4B555A;
	font-weight: regular;
	font-size: 9pt;
	cursor: pointer;
	height: 20px;
}


.submenuitem_last {
	background-color: #7D8A91;
    color: #FFFFFF;
	font-size: 9pt;
	height: 20px;
}


.submenuitemover_last {
	background-color: #ffffff;
    color: #4B555A;
	font-size: 9pt;
	cursor: pointer;
	height: 20px;
}


.menugroup{
   font-size: 10pt;
   text-align: left;
}

.MenuItem{
	color: white;
	text-align: right;
	font-size: 10pt;
	margin-left: 0px;
	cursor: pointer;
	padding-bottom: 0px;
	height: 26px;
	padding-right: 3px;
	font-weight: bold;
	border-right: 2px solid #CCD6DB;

}

.MenuItemOver{
	text-align: right;
	font-size: 10pt;
	margin-left: 0px;
	color: #4B555A;
	cursor: pointer;
	padding-bottom: 0px;
	height: 26px;
	padding-right: 3px;
	font-weight: bold;
	border-right: 2px solid #CCD6DB;
	background-color: #CCD6DB;

}

.MenuGroup{
   font-size: 10pt;
   text-align: right;
}


.header_grad {
	height: 8px;
	width: 100%;
	background-image: url(../images/header/header_grad.gif);
	background-repeat: no-repeat;
}

.breadcrumb {
	width: 770px;
	height: 16px;
	background-color: #CCD6DB;
	color: #4B555A;
	font-size: 8pt;
	text-decoration: none;
	text-align: right;
	padding-right: 10px;
}

.breadcrumb a{
	color: #4B555A;
	text-decoration: none;
}

.breadcrumb a:hover{
	color: black;
	text-decoration: underline;
}





