/* CSS Document */



.mainmenubuttons1 ul{
	padding: 0;
	list-style-type: none; 
	margin: 0;
	text-decoration:none;
}

.mainmenubuttons1 li{
	display: inline;
	margin: 0;
	text-decoration:none;
}

.mainmenubuttons1 li a{
	color: #616264;
	font-size: 0.8em;
	text-decoration:none;
	font-style: none;
	padding:4px 0;
	display:block;
	font-weight:normal;
	text-align: left;
	width:145px;
}

.mainmenubuttons1 li a:visited{
	color: #616264;
	font-size: 0.8em;
	text-decoration: none;
	font-style: none;
	padding:4px 0;
	display:block;
	font-weight:normal;
	text-align: left;
	width:145px;
}

.mainmenubuttons1 li a:hover{
	color: #ec1c24;
	font-size: 0.8em;
	text-decoration: none;
	font-style: none;
	padding:4px 0;
	display:block;
	font-weight:normal;
	text-align: left;
	width:145px;
}

.mainmenubuttons1 li.selected a:hover{ 
	text-decoration: none;
}

.menu_arrow{
background: url(../images/menu_arrow.gif) no-repeat 93% 50%;
}

.maindropdownmenu1{
	position:absolute;
	font-size:0.75em;
	top: 0;
	line-height:12px;
	z-index:100;
	background-color: #dadada;
	width: 220px;
	visibility: hidden;
	text-decoration:none;
	padding-bottom: 0;
	margin:-20px 0 0 145px;
}

.maindropdownmenu1 a{
	width: auto;
	display: block;
	text-indent: 15px;
	padding: 7px 0 9px 0;
	text-decoration: none;
	text-decoration:none;
}

* html .maindropdownmenu1 a{ 
	width: 100%;
	text-decoration:none;
}
.maindropdownmenu1 a:visited{ 
}
.maindropdownmenu1 a:hover{ 
	background-color: #454545;
	text-decoration:none;
}

.dropdown_text a:link {
	color: #616264;
	font-weight:normal;
}
.dropdown_text a:visited {
	color: #616264;
	font-weight:normal;
}
.dropdown_text a:hover {
	color: #fff;
	font-weight:normal;
}
