/**
 * Stylesheet: extra: default - 1
 *
 * @package    CustoMenu
 * @version    2.2.3
 * @since      File available since Release 2.2.0
 *
 * @author     Peter van Westen <peter@nonumber.nl>
 * @link       http://www.nonumber.nl/customenu
 * @copyright  Copyright (C) 2008 NoNumber! All Rights Reserved
 * @license    http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 */

/* You can use this style sheet to overrule certain things if the item that is connected to this stylesheet is active.
 * This way you can, for instance, adjust the background or color sceme of your website for every menu item.
 */
 
.home {height:36px; width:100px; background: #ff9933 url(../../images/homeorange.bmp); color:white; font-size:14px; text-align:center;}
.home:link {background:#ff9933 url(../../images/homeorange.bmp);}      /* unvisited link */
.home:visited {background:#ff9933 url(../../images/homeorange.bmp);}   /* visited link */
.home:hover {background:#FE9249 url(../../images/homeorange.bmp);}     /* mouse over link */
.home:active {background:#FE9249 url(../../images/homeorange.bmp);}    /* selected link */

.menus {height:36px; width:100px; background: #F85266 url(../../images/menus.bmp); color:white; font-size:14px; text-align:center;}
.menus:link {background:#F85266 url(../../images/menus.bmp);}      /* unvisited link */
.menus:visited {background:#F85266 url(../../images/menus.bmp);}   /* visited link */
.menus:hover {background:#F85266 url(../../images/menus.bmp);}     /* mouse over link */
.menus:active {background:#F85266 url(../../images/menus.bmp);}    /* selected link */

.binders {height:36px; width:100px; background: #ff9933 url(../../images/binders.bmp); color:white; font-size:14px; text-align:center;}
.binders:link {background:#ff9933 url(../../images/binders.bmp);}      /* unvisited link */
.binders:visited {background:#ff9933 url(../../images/binders.bmp);}   /* visited link */
.binders:hover {background:#FE9249 url(../../images/binders.bmp);}     /* mouse over link */
.binders:active {background:#FE9249 url(../../images/binders.bmp);}    /* selected link */

.brass {height:36px; width:100px; background: #ff9933 url(../../images/brass.bmp); color:white; font-size:14px; text-align:center;}
.brass:link {background:#ff9933 url(../../images/brass.bmp);}      /* unvisited link */
.brass:visited {background:#ff9933 url(../../images/brass.bmp);}   /* visited link */
.brass:hover {background:#FE9249 url(../../images/brass.bmp);}     /* mouse over link */
.brass:active {background:#FE9249 url(../../images/brass.bmp);}    /* selected link */

.unique {height:36px; width:100px; background: #ff9933 url(../../images/unique.bmp); color:white; font-size:14px; text-align:center;}
.unique:link {background:#ff9933 url(../../images/unique.bmp);}      /* unvisited link */
.unique:visited {background:#ff9933 url(../../images/unique.bmp);}   /* visited link */
.unique:hover {background:#FE9249 url(../../images/unique.bmp);}     /* mouse over link */
.unique:active {background:#FE9249 url(../../images/unique.bmp);}    /* selected link */
