/*

-------------------------------
Custom Stylesheet
-------------------------------

Add your own custom styles here instead of editing the
core .css files. This makes it much easier to update
your theme when new versions are released. Simply copy
an existing style or create your own below. Anything
in this .css file will trump the existing styles.

*/
#header ul.menu ul.sub-menu li a {
	text-align:left;
	width:250px;
}
#header ul.menu ul.sub-menu li ul.sub-menu {
	-moz-border-radius:0 3px 3px 0;
	-webkit-border-radius:0 3px 3px 0;
	border-radius:0 3px 3px 0;
	display:none;
	left:177px;
	margin:-2px 0 0 0;
	top:2px;
}
