/*	
================================
CSS by the XD Design team - http://www.xd.com.au
================================
*/ 

.menul { background: url(menu/menul.gif) no-repeat; width:5px; height:36px; }
.menur { background: url(menu/menur.gif) no-repeat; width:5px; height:36px; }
.menubg { background: url(menu/menut.gif) repeat-x; width:930px; height:36px; }

/* Snapsis Vertical Menu Top Menu */
/* Root items */
#nav { height:29px; margin:0 auto; z-index:99; }	
#nav ul { float: left; width: 100%; list-style: none; margin: 0; padding: 0; line-height:36px; }
#nav a { display: block; color: #ffffff; font-family:Verdana,tahoma,arial,sans-serif; font-size:10pt; text-transform: uppercase; text-decoration: none; padding: 2px 4px 2px 4px; background:none; }
#nav li { float: left; padding: 0; background:none; list-style: none;z-index:99; }
#nav ul li { float: left; text-align:center; padding: 0; background:none; }

/* Top Level */
#nav ul li.tab { margin:0; padding:0; }
#nav ul li.tab a { padding:0px 10px; text-decoration:none; font-weight:bold; color:#ffffff; background:url(menu/menuitemr.gif) no-repeat right; }

#nav ul li.tab ul.nontab li a:hover, #nav ul li.tab a:hover { color:#eeeeee;}
#nav li.tab:hover, #nav ul li.sfhover { color:#eeeeee; }
#nav li.tab:hover a, #nav ul li.sfhover a { color:#eeeeee; background:url(menu/menuitemsel.gif) no-repeat right; }

/* Classes for selected state in Top Menu */
#nav ul li.tab_selected { margin:0; padding:0 0 0 0; background:url(menu/menuitemsel.gif) no-repeat right; }
#nav ul li.tab_selected a { padding:0px 10px; text-decoration:none; font-weight:bold; color:#ffffff; background:url(menu/menuitemsel.gif) no-repeat right; }
#nav ul li.tab_selected a:hover { color: #cccccc; } 
