/* 
* CSS Document
* Pontypridd Town AFC v1.0
* side_nav.css
* 
* css/form.css
* 
* Author    :   Lee Driscoll
* Copyright :   (c) Pontypridd Town AFC & Lee Driscoll
* Created   :   Wed 09 Sep 2009
*/

/* =============================================================================================== */
/* = Side Nav CSS = */
/* =============================================================================================== */

#leftMenu {float:left; display:inline; width:204px; clear:left; }
#leftMenu li {background:url('../img/layout/side-menu.gif') left bottom repeat-x; padding:0 0 0px; margin: 0; width:198px; height: 38px; margin-left: -10px; background-position: top left;}
#leftMenu li:hover {padding:0 0 0px; width:198px; height: 38px; margin-left: -10px; background-position: bottom left;}
#leftMenu li.active {padding:0 0 0px; width:198px; height: 38px; margin-left: -10px; background-position: bottom left;}
#leftMenu li a{display:block; height:32px; line-height:32px; width:190px; padding:2px 0 2px 0px; color: #fff; text-align: center; }
