/* CSS Document */
#menu {
    float:left;
	padding:0;
	margin:0;
	position:absolute;
	z-index:1000;
	top:100px;
	left:-260px;
	text-align:left;
}
.menulogo {padding:0 0 1px 0;}
.menulogo a img {
border: none !important;
display: block;
margin:0 auto;
}
.menutopholder {
	border-bottom: 1px solid #e51e25;
	height:50px;
}
.menutopholder a {
	text-decoration: none;
	color:#000;
}
.menutopleft:hover {
	background-color:#e51e25;
}
.menutopright:hover {
	background-color:#e51e25;
}
.menutopleft a:hover {
	background-color:#e51e25;
}
.menutopright a:hover {
	background-color:#e51e25;
}
.menutopleft {
	padding:15px 20px;
	float:left;
	width:75px;
}
.menutopright {
	padding:15px 20px;
	float:left;	
	width:75px;
}
#menuleft {
	background-image: url("/mobile/images/slide-menu/side-menu-bg-gray.png");
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 16px;
	border:#e51e25 5px solid;
	background-color:#EEE;
	width:230px;
	float:left;
	color:#000;
	padding:5px 10px;
	margin:0;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}
#menuleft ul li a {
	padding:15px 20px;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #e51e25;
	color:#000;
}
#menuleft a:hover {
	background-color:#e51e25;
}
#menuleft ul {
	list-style-type:none;
	padding:0;
	margin:0 0 10px 0;
}
#button {
	float:left;
	background-color:#e51e25;
	padding:7px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

