<!--
.default_menu {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;	
}
.default_menu ul{
}
.default_menu li{
}

.top_menu {
	height: 35px;
	/*background-color: #C2C2C2;*/
	background-image: url('/site/images/menu_bg.gif'); 
    background-position: left; 
    background-repeat: repeat-x;
	font-weight: bold;
	padding-left: 0;
}

.top_menu  a{
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;	
}





.top_menu table {
	width: 100%;
    border-color: #000;
    border-width: 1px 0 0;
    border-style: solid;	
	height: 35px;
}
.top_menu td {
    border-color: #9B3916;
    border-width: 0 1px 0 0 ;
    border-style: dotted;
    margin: 0;
		
	vertical-align: middle;
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;	
}

.left_menu {
	width: 95%;
	display: block;
	float: left;
}

.left_menu ul {
	margin: 0;
	padding-left: 0px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	list-style: none;
}

.left_menu li {
	margin: 0;
	padding-left: 10px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	list-style: none;	
	display: list-item;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	background-image: url(/site/images/list_bullet.gif);
	background-repeat: no-repeat;
	background-position: center left;	
	
}

.left_menu li a.content_catalog_link {
	display: block;
	font-weight:bold;
	font-size: 10pt;
	color: #0000FF;
	text-decoration: none;
	width: 100%;
	padding-left: 0px;
}

html>body .left_menu li a {
	width: auto;
}

/*.left_menu a:hover {
	font-size: 10pt;
	color: #900;
	text-decoration: none;
}*/



.bottom_menu {
	display: block;
	text-align: right;
	height: 20px;
}

.bottom_menu  a{
	font-size: 9px;
	
	text-decoration: underline;
	color: #175366;	
}
/*
.bottom_menu a {
	text-decoration: none;
	font-size: 10pt;
	font-weight: lighter;
	color: #999;
}

.bottom_menu a:hover {
	text-decoration: underline;
}
*/
.bottom_menu ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	line-height: 20px;
}

.bottom_menu li {
	margin-left: 0;
	display: inline;
	line-height: 20px;	
	padding-left: 5px;
	padding-right: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}

.bottom_menu li.first {
	border-left: none;
}

#frontpage_menu {
	display: none;
	width: 750px;
	height: 300px;
}

.left_menu a.left_menu_link{
	color: #333366;	
}
-->
