/* @override http://starborncreations.com/side_menu/side_menu_lower.css */

/* @override http://www.starborncreations.com/side_menu/side_menu_lower.css */


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/breadcrumb.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.smenu, .smenu ul {padding:0; margin:0; list-style:none;
	z-index: 999;
}
.smenu {margin-left: 2px;
	z-index: 999;
	left: 4px;
} /* this demo only */
.smenu {width: 180px; background: transparent none; border: 1px 0 1px 1px none #ddd; position:relative;
	z-index: 999;
}
.smenu table {border-collapse:collapse; padding:0; margin:0 0 -1px 0; width:0; height:0; font-size:1em;
	z-index: 999;
}
.smenu ul {position:absolute; left:-9999px;
	z-index: 999;
}

.smenu li {width: 177px; float:left; border-right: 1px none #ddd;
	z-index: 999;
	margin-bottom: -10px;
	bottom: 2px;
}
* html .smenu li {margin: 0 0 -10px;
	display: block;
	bottom: 22px;
}
.smenu li a {display:block; width:100%; height: 39px; color: #2f4f4f; text-decoration:none; float:left;
	text-align: center;
	font: bold 12px/14px "lucida grande", arial, sans-serif;
	padding-top: 10px;
	background: transparent url(button_down_sm.png) no-repeat;
}

.smenu li a:hover {white-space:nowrap; position:relative; color: blue;
	font-size: 13px;
	background: transparent url(button_up_sm.png) no-repeat;
}

.smenu li:hover {position:relative;
	background-image: none;
}
.smenu li.privacy {}
