﻿/* Menu styles */
.list {
	width: 140px;
	margin-top: 20px;
	margin-right: 5px;
	margin-left: 10px;
	font-size: 11px;
}

.list ul, .list ul.Normal {
	list-style: none;
	margin: 0;
	padding: 0;
} 



.list li {
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom: solid 1px #23819C;
	border-left-style: none;
	background-color: transparent;
	padding-top: 8px;
	margin-bottom: 3px;
	color: #FFF;
	font-weight :normal;
} 

.list li a.item {
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 3px;
} 

.list li  a.item:link, .list li  a.item:visited {
	color: #FFF;
	display: block;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 4px;
	margin-bottom: 3px;
	margin-top: 0px;
	background-color: transparent;
}

.list li a.item:hover {
	color: #FFF;
	background-color: transparent;
	padding: 8px 0 0 5px;
}
