.menu {
	text-align: left;
	padding: 0px;
	width: 200px;
	border: 0px solid lightgrey;
	font-family: Verdana;
}

.menu .menu_section {
	padding: 8px;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid lightgrey;
    background: white url('images/section_title_bg.jpg') repeat-x top;
    vertical-align: middle;
    margin-bottom: 15px;
}

.menu .menu_section a, .menu_section a:visited {
    color: #666666/*rgb(51,102,153)*/;
    font-variant: small-caps;
    text-decoration: none;
	font-size: 110%;
	color: #666666; /*#4280B4;*/
	padding-left: 10px;
	background: url('images/bullet.gif') no-repeat left center;
}

.menu .menu_element a, .menu .menu_element a:visited {
	background: none;
}
.menu .menu_element a:hover {
	color: black;
	text-decoration: none;
	background: none;
}

.menu .menu_sub {
	margin-top: 10px;
}

.menu .menu_section_icon {
	float: left;
	border: none;
}

.menu .menu_element {
    margin-top: 2px;
}

.menu .button, .menu .menu_element a, .menu .menu_element a:visited {
    font-size: 11px;
    font-variant: normal;
	/*background: white url('images/menu_element_bg.jpg') repeat-x bottom;*/
	/*border: 1px solid lightgrey;*/
	border-bottom: 1px solid silver;
	display: block;
	color: gray;
	padding: 3px 0px;
}

.menu .button {
	float: left;
	font-size: 11px;
	width: 140px;
	padding: 10px 5px 10px 5px;
	margin: 5px 8px 5px 0px;
}

.menu .button:hover, .menu .menu_element a:hover {
	text-decoration: none;
	color: #006699;
	/*border: 1px solid gray;*/
	border-bottom: 1px solid gray;
}

.menu .menu_element_selected {
    margin-top: 2px;
}

.menu .button.selected, .menu .menu_element_selected a, .menu .menu_element_selected a:visited {
	padding: 3px 0px;
	font-size: 11px;
    font-variant: normal;
	color: #CC3300;
	/*background: rgb(222,255,108) url('images/menu_element_selected_bg.jpg') repeat-x bottom;*/
	background: white url('images/current.gif') no-repeat right center;
	border-bottom: 1px solid gray; /*#FF7802;*/
	/*border-left: 2px solid rgb(157,181,23);*/
	display: block;
}

.menu .button.selected {
	font-size: 11px;
	padding: 10px 5px 10px 5px;
	margin: 5px 8px 5px 0px;
}

.menu .menu_element.disabled, .menu .menu_element_selected.disabled {
	font-size: 11px;
    font-variant: normal;
	/*background: white url('images/menu_element_bg.jpg') repeat-x bottom;
	border: 1px solid lightgrey;
	border-left: 2px solid lightgrey;*/
	display: block;
	color: lightgrey;
}

.menu .menu_element_selected a:hover {
	/*background-color: rgb(210,235,33);*/
	text-decoration: none;
	color: #CC3300;
	/*border: 1px solid rgb(157,181,23);
	border-left: 2px solid rgb(157,181,23);*/
}

.menu .button .icon, .menu .menu_element_icon {
    float: left;
    margin-right: 3px;
    border: none;
}
