/* HORIZONTAL MENU STARTS */

ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 179px;
  text-align:left;
}

ul#menu a {
  display: block;
  text-decoration: none;	
}

ul#menu li {
  margin-top: 1px;
}

ul#menu li a {
  font-family: Arial, Verdana;
  font-size:12px;
  color: #FFFFFF;	
  height:22px;
  padding-left:8px;
  padding-top:8px;
  
  background:url(vertical-menu/vertical_menu_title.gif) left top repeat-x;
}

ul#menu li a:hover {
  color:#000000;
  background:url(vertical-menu/vertical_menu_sub.gif) left top repeat-x;
}

ul#menu li ul li a {
  color: #000;
  padding-left: 20px;
  background:url(vertical-menu/vertical_menu_sub.gif) left top repeat-x;
}

ul#menu li ul li a:hover {
  background: #aaa;
  border-left: 5px #000 solid;
  padding-left: 15px;
}

/* HORIZONTAL MENU ENDS */


/* VERTICAL MENU STARTS */

a.horizontal-menu-item
{
	display:block;
	text-decoration:none;
	height:30px;
	padding:0;
	color:#FFFFFF !important;
	font-family:Arial, Verdana;
	font-size:12px;
	
	background:url(horizontal-menu/horz_left.gif) left top no-repeat;
}

a.horizontal-menu-item:hover
{
	color:#010101;
	
	background:url(horizontal-menu/horz_left_hover.gif) left top no-repeat;
}

	a.horizontal-menu-item span
	{
		display:block;
		height:22px;
		padding:8px 5px 0px 5px;
		background:url(horizontal-menu/horz_right.gif) right top no-repeat;
		margin-right:-3px;
		position:relative;
		cursor:pointer;
	}
	
	
	a.horizontal-menu-item:hover span
	{
		color:#010101;
		
		background:url(horizontal-menu/horz_right_hover.gif) right top no-repeat;
	}
	
/* VERTICAL MENU ENDS */