/* WordPress Slideout Menu Tabs Styles */

/* A universal CSS reset */
*{
	margin:0;
	padding:1;
}

/* Menu Tabs Main Container*/
#wpSlideOutTabs {
height:155px;
width:135px;
padding: 0;
 /*float: left;

 position: relative;

 margin-left: -542px;
left: 50%;*/
	
}

/* Menu Tabs */
#wpSlideOutTabs li {
	list-style : none;
/*height : 245px;
	width : 148px; margin-top:-2px;  */
}

/* Menu Tabs Container Style */
#wpSlideOutTabs a span {
	width : 0;
	left : 0px;
    
	margin-left: 208px;
	padding : 0;
    
	top: 9px;
	position : absolute;
	overflow : hidden;
	font-family : 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	letter-spacing : 0.6px;
	white-space : nowrap;
	line-height : 39px;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
    z-index:-9999;
}

/* Menu Tabs Anchor Tag Style */
#wpSlideOutTabs a {
	
	height: 131px;
	width: 204px;
	display : block;
	float:left;
	position : relative;
    z-index:9999;
    left:32px;
    top:0px;
}

/* Menu Tabs Anchor Tag Span hover Style */
#wpSlideOutTabs a:hover span {
	width : auto;
	padding : 0 30px;
	overflow : visible;
   
}


/* Slideout Blog Tab Style */
#wpSlideOutTabs .wpso-blog {
	 background : url(/images/logo1.png) 0px no-repeat ;
}

 

/* Slideout Blog Tab Span Style */
#wpSlideOutTabs .wpso-blog span {
	color : #f5f5f5;
	text-shadow : 1px 1px 0 #222; 
}












/* Menu Tabs Container Style */
#wpSlideOutTabs a div {
	width : 0;
	right : -390px;
	padding : 0;
    top:110px;
	position : absolute;
	overflow : hidden;
	font-family : 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	letter-spacing : 0.6px;
	white-space : nowrap;
	line-height : 39px;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
    
}



/* Menu Tabs Anchor Tag Span hover Style */
#wpSlideOutTabs a:hover div {
	width : auto;
	padding : 0 20px;
	overflow : visible;
   
}

 
 
