

/*

  ============================================================
    Menu-Select-Box Plugin
  ============================================================
    Version:	  v1.0 basic (see website for advanced version)
    Released:	  17th August 2006
    Copyright:	Jan Neugebauer
    Email:      cmsimple2006@internet-setup.de
    Website:    www.internet-setup.de/cmsimple/index.php
  ============================================================

*/


/*
Advanced version only:

You may use your own stylesheet for each select box you want to show.
If you do not use the stylesheet parameter, the default stylesheet is used.

Naming:
-  For the select-box itself:
     anything you like with trailing '_box' as identifier
     e.g. .my_box
- For the submit button:
     anything you like with trailing '_box_submit' as identifier
     e.g. .my_submit
*/
     

.jn_menu_select_box {
	width: 120px;
	color: navy;
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial;
}

.jn_menu_select_box_submit {
	color: navy;
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial;
}





.testme_box {
	width: 120px;
	color: red;
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial;
}

.testme_submit {
	color: red;
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial;
}