@charset "utf-8";
/* CSS Document */

.menuItem
{
	padding:0px;
}
.menuItem a
{
	text-align:center;
	display:inline-block;
	padding:8px 20px;
	color:#333;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	background:url("../../images/menu_bor.jpg") no-repeat right bottom;
}
.menuItem a:hover
{
	color:#900;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(183,183,183,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(183,183,183,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(183,183,183,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(183,183,183,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(183,183,183,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(183,183,183,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#b7b7b7',GradientType=0 );
}
.submenuItem11
{
	background:#595959;
	border-bottom:solid 1px #737373;
	min-width:150px;
}
.submenuItem11 a
{
	color:#91b48c;
	padding:4px 5px;
	display:block;
	color:#fff;
}
.submenuItem11 a:hover
{
	color:#fff;
}
.submenuItemover11
{
	background:#333;
}
.logo_txt {
    color: #a7a7a7;
    font-weight: bold;
    padding-top: 25px;
}