/* *** FLYOUT MENU *** */


#leftNavBack
{
	height : 636px;
		background-image:url(../images/left_nav_blue_back3.png);
	background-repeat:no-repeat;

}

#leftNavMenu
{
	line-height : 1.2em;
	font-size : 1em;
	margin : 0px 30px 0px 34px;
	
	padding : 24px 0 0 0;
	list-style : none;
	font-family : Arial, Helvetica, Verdana, Times, sans-serif;
	font-weight : bold;


}
#leftNavMenu li
{

	margin : 0;
	padding : 1px;
}
#leftColumn ul#leftNavMenu .SurfFashion
{
	background-image:url(../images/surf_fashion.gif);
	background-repeat:no-repeat;
	background-position : 0 0;
	height : 28px;
}
#leftColumn ul#leftNavMenu .SurfHardware
{
	background-image:url(../images/surf_hardware.gif);
	background-repeat:no-repeat;
	background-position : 0 0;
	height : 28px;
}
#leftColumn ul#leftNavMenu .WindHardware
{
	background-image:url(../images/wind_hardware.gif);
	background-repeat:no-repeat;
	background-position : 0 0;
	height : 28px;
}
#leftNavMenu li a
{
	display : block;
	color : #fff;
	background-color : transparent;
	padding : 1px 2px 1px 13px;
	text-decoration : none;
	background-image:url(../images/bullet.png);
	background-repeat:no-repeat;
	background-position : 0 50%;

}
#leftNavMenu li a:hover
{
	color : #fff;
	text-decoration : none;
}

#leftNavMenu li.imageinclude a {
	background-image:none !important;
	padding : 1px 2px 1px 7px !important;


}
#leftNavMenu li.superCat {
	padding:0;
	margin:3px 0;

}