.widget_section_menus_side_full h3 {
	font-variant: small-caps;
	display: block;
	border-bottom: 1px solid;
	margin-bottom: .5em;
	font-weight: bold;
	}

.widget_section_menus_side_full ul {
	list-style-type: none;
	margin-left: 0;
	vertical-align: top;
	font-size: 16px;
	line-height: 20px;
	}

.widget_section_menus_side_full ul ul {
	list-style-type: disc;
	font-size: .9em;
	padding-left: 15px;
	}

.widget_section_menus_side_full ul ul ul {
	list-style-type: circle;
	font-style: normal;
	}

.widget_section_menus_side_full li.top,  .widget_section_menus_side_full li.current_top {
	margin: 2px 5px;
	}

.widget_section_menus_side_full li.current_top {

}

.widget_section_menus_side_full a.current_top, .widget_section_menus_side_full a.top {
	url("img/small-fade.png") repeat scroll 0 0 transparent
	display: block;
	padding: 2px 10px;
	margin: 0 -10px;
	border-radius: 0 0 0 5px;
	}

.widget_section_menus_side_full a {
	text-decoration: none;
	}

.widget_section_menus_side_full a.current {
	font-weight: bold;
	}

.widget_section_menus_side_full a:hover {
	text-decoration: underline;
}




/*********** TOP WIDGET **********/

.widget_section_menus_top {
	margin-bottom: 20px;
	text-align: center;
	}

.section_menus_top_pages {
	margin: 0 auto;
	background-color: #4D7FA0;
	border-radius: 0 0 10px 10px;
	padding: 5px;
	width: 950px;
	border: 1px solid #CCC;
	border-top: none;
	}

 .section_menus_top_pages li {
    background: none repeat scroll 0 0 #38607f;
    border: 1px solid #444488;
    border-radius: 5px 5px 5px 5px;
    display: inline;
    line-height: 1.9em;
    margin: 0;
    padding: 0.2em 0.6em;
    white-space: nowrap;
	}

 .section_menus_top_pages li:hover {
    background-color: #002841;
	}

.widget_section_menus_top a {
	color: #EEE;
	text-decoration: none;
	}