/* 
	STYLE SHEET FOR IHWY JQUERY LISTNAV PLUGIN V 2.0, 3/2/2009
	
	For more information, visit http://www.ihwy.com/Labs/jquery-listnav-plugin.aspx
*/


/* default styling example
----------------------------------------------------------------- */

.plus_options { list-style: none; margin:0 0 10px 0; }

.plus_options li { float:left; }
.plus_options a { display:block; text-align:center; width:140px; border:1px solid silver; padding:5px; margin:0 2px 2px 0; text-decoration:none }
.plus_options a:hover { background-color:#eee }


