/*
**************************************
File: 'Pioneer Themes - Moxie Theme" **** CURRENTLY IN BETA  *****
Created: August 8, 2006
Author: Gary Byrd, Pioneer Themes
www.pioneerthemes.com
Email: gary@pioneerthemes.com
Copyright 2006 Gary Byrd/Pioneer Themes
All Rights Reserved
**************************************
*/

/*<group=Toolbar>*/

#sideMenu { 
  margin-top: -5px;
  margin-left: 10px;
  padding-left: 0;
  list-style: none;
} 

#sideMenu #current{
color: #000000;
font-weight: 600;
text-shadow: 0px 2px 3px #fffaaf;
letter-spacing: 1.4px;
background: url(../../images/submenua.gif);
 background-repeat: no-repeat;
  background-position: 0px 4px;
}

#sideMenu #current:hover{
color: #f80f3b;
font-weight: 600;
text-shadow: 0px 2px 3px #ce978e;
letter-spacing: 1.4px;
}

#sideMenu li {
  display: inline;
  color: #000000;
  text-decoration: none;

}

#sideMenu a{
	display: none;
	color: #000000;
	text-decoration: none;

}

#sideMenu ul ul a { 
  margin-left: -80px;
  display: block;
  padding-left: 10px;
  background-image: url(../../images/submenu.gif);
  background-repeat: no-repeat;
  background-position: 0px 4px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height:18px;
  color: #000000;

}
  
  #sideMenu ul ul a:hover {
  color: #323133;
  text-shadow: 0px 2px 3px #949494;
  font-weight: 600;
}

/*</group>*/
