﻿#menu dl, #menu dt, #menu dd, #menu ul, #menu li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1;
}
#menu
{
	width: 100%;
	margin: 0px 1px;
	height: 21px;
	background-color: #ffffff;
	text-transform:lowercase;
	border-top:solid 2px #b3b3b3;
	border-bottom:solid 1px #b3b3b3;
}
#menu dl:first-child
{
	border-right:none;
}
#menu dl
{
	float: right;
	white-space: nowrap;
	position: relative;
	margin: 0px 0px;
	min-width: 80px;
	_width: 80px;
	color: #ffffff;
	background-color: #fff; /*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Arial, Tahoma;
	font-weight: normal;
	font-size: 0.8em;
	border-left: solid 3px white;
	border-right:solid 1px #cacaca;
	z-index:150;
}
#menu dt
{
	cursor: pointer;
	text-align: center;

}
#menu dt a
{
	margin-left:2px;
	margin-right:2px;
	padding: 2px 8px 3px 8px;
	color: #515151;
}
#menu dt .abis
{
    padding:0px !important;
    margin:0px !important;
}
#menu dt a:hover
{
	color: #515151;
	text-decoration: none;
}
#menu dd
{
	display: none;
	position: absolute;
	background-color: #fff;
	margin-bottom: 7px;		
}
#menu ul
{
	border-top: solid 1px #AAAAAA;
}
#menu li
{
	width: 180px;
	white-space: nowrap;
	text-align: left;
	font-size: 11px;
	line-height: 13px;
	border-bottom: solid 1px #AAAAAA;
	border-left: solid 1px #AAAAAA;
	border-right: solid 1px #AAAAAA;
	font-family: Tahoma, Arial;
	font-weight: normal;
}
#menu li a
{
	text-decoration: none;
	display: block;
	min-width: 80%;
	height: 100%;
	border: 0 none;
	padding: 7px 10px;
	color: #000000;
}
#menu li a:hover
{
	background: #e32107;
	color: #FFFFFF;
}
#menu dt a
{
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu .menu2 li
{
	width: 200px;
	background-color: #fff;
}
