@charset "utf-8";
/* CSS Document */

#odd {
        background-color: #d4d4d4;
}

#sub_nav {
	margin-bottom: 20px;
}
#sub_nav_head {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.main_links{
	background-image: url(../img/main_link_bg_lgray.png);
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 11px;	
	padding-left: 5px;
        padding-top:2px;
        height:23px;
	background-position: left top;
	margin-bottom: 2px;
	display: block;
}
.main_links:hover{
    text-decoration:underline;
	

}

#interior a{
        background-image: url(../img/main_link_bg_lgray.png);
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 11px;	
	padding-left: 20px;
        padding-top:2px;
        height:23px;
	background-position: left top;
	margin-bottom: 2px;
	display: block;
}

.interior_current {
        background-image: url(../img/main_link_bg_red.png);
	background-repeat: no-repeat;
	text-decoration: none;
	color: red;
}

#interior_current {
        background-image: url(../img/main_link_bg_red.png);
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 11px;	
	padding-left: 20px;
        padding-top:2px;
        height:23px;
	background-position: left top;
	margin-bottom: 2px;
	display: block;
        color: #b02d22;
}

#breadcrumb {
        background-image: url(../img/main_link_bg_gray.png);
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 11px;
        font-weight: bold;		
	padding-left: 5px;
        padding-top:4px;
        height:23px;
	background-position: left top;
	margin-bottom: 2px;
	display: block;
        color: #ffffff;
}

#breadcrumb_red {
        background-image: url(../img/main_link_bg_gray-red.png);
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 11px;
        font-weight: bold;		
	padding-left: 5px;
        padding-top:4px;
        height:23px;
	background-position: left top;
	margin-bottom: 2px;
	display: block;
        color: #ffffff;
}

#breadcrumb a{
	text-decoration: none;.
}


.hide {
	display: none;
}
#current { 
        background-image: url(../img/main_link_bg_red.png);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #b02d22;
}

.show {
	display: show;
}

#breadcrumb a:hover{
	text-decoration: underline;
}

#interior a:hover{
	text-decoration: underline;
}

