#wrap 
{

}
/* Disable properties specified in the imported CSS file */
.menu a 
{
    border:none;
}

/* Actual menu CSS starts here */
.menu,
.menu ul 
{
  margin:0 5px 0 0;
  padding:15px 5px;
  list-style:none;
}

.menu li {
background: none;
}

.menu li a {
background: url(/other_files/images/aat/hidearrow10.jpg) no-repeat 0 1px;
outline: none;
color: #000;
}

.menu li a:hover {
background: url(/other_files/images/aat/hidearrow10.jpg) no-repeat 0 1px;
outline: none;
color: #00B259;
}

.menu li ul li a {
background: url(/other_files/images/icons/bulleturl2hover.gif) no-repeat top left;
}

.menu li ul li a:hover {
background: url(/other_files/images/icons/bulleturl2hover.gif) no-repeat top left;
}


.menu li a.expanded {
background: url(/other_files/images/aat/hidearrow11.jpg) no-repeat 0 1px;
outline: none;
}

.menu li a.expanded:hover {
background: url(/other_files/images/aat/hidearrow11.jpg) no-repeat 0 1px;
outline: none;
}

.menu li ul li {
background: none;
}
	
.menu a 
{
  display:block;
  padding-left:44px;
  text-decoration:none;
}

.menu p
{
  display:block;
  padding-left:44px;
  text-decoration:none;
}


.menu li p {
background: url(/other_files/images/aat/hidearrow10.jpg) no-repeat 0 1px;
outline: none;
color: #000;
}

.menu li p:hover {
background: url(/other_files/images/aat/hidearrow10.jpg) no-repeat 0 1px;
outline: none;
color: #00B259;
}

.menu li ul li p {
background: url(/other_files/images/icons/bulleturl2hover.gif) no-repeat top left;
}

.menu li ul li p:hover {
background: url(/other_files/images/icons/bulleturl2hover.gif) no-repeat top left;
}


.menu li p.expanded {
background: url(/other_files/images/aat/hidearrow11.jpg) no-repeat 0 1px;
outline: none;
}

.menu li p.expanded:hover {
background: url(/other_files/images/aat/hidearrow11.jpg) no-repeat 0 1px;
outline: none;
}


.menu a:hover,
.menu a:focus,
.menu a:active {}

.menu p:hover,
.menu p:focus,
.menu p:active {}


.menu ul li {padding-left:15px;}
.menu ul a {color:black; padding-left:15px;}
.menu ul p {color:black; padding-left:15px;}
.hidden {display:none;}

.unitTitle
{
  cursor: pointer;
  margin: 0 0 0 0!important;
}

.unitList
{
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
}

