#top ul {
    list-style: none;
    font-weight: bold;
    margin-bottom: 10px;
    float: left;
    /* width:100%;  */
    z-index: 5;
    position: absolute;
}
#top ul ul {
    position: relative;
}
#top .topli{
     float: left;
  line-height: 52px;
  padding-left: 2px;
  padding-right: 10px;
  padding-bottom: 9px; 
  color: #fff;
  z-index:7;
}
#top .subli{
     float: left;
  line-height: 52px;
  padding-right: 15px;   
  color: #267fc2;
  z-index:7;
}

#top ul .subspan{
     float: left;
  line-height: 52px;
  padding-left: 5px;   
  padding-right: 15px;   
  color: #000000;
  z-index:7;
  text-align: center;
}

#top ul td
{
    vertical-align: top;
    text-align: center;
}

#top li.current_page_item a {
  /*background: url(images/topa.gif) repeat-x scroll top;
  border: 1px solid #000000;*/
  /*padding:  0 5px;*/
   
}
#top ul a{
   float: left;
  display: block;
  line-height: 31px;
  margin-top: 10px;  
  font-size: 13px;
  z-index:8;
}

#top ul .topli a {
    color: #fff;
}
#top ul .subli a {
    color: #267fc2;
}

#top ul .subspan a {
    color: #267fc2;
}

#top ul a:hover{
    color:#fff;
    background:#6b0c36;
    text-decoration:underline;
}

#top ul ul a{
    white-space:nowrap; 
}


.custom-dropdown{    
   /* background:rgba(213,213,213,0); 
    list-style:none;
    position:absolute;
    left:-9999px; 
    z-index:6;*/
    
    	width: 960px;
	margin:56px auto;
	position: absolute;
	left: -9999em;
	text-align: left;    
	/*padding: 10px 5px;
	border: 1px solid #666;
	border-top: none;*/
    background:rgba(240,240,240,0.95);
	/*background: rgba(6,6,6,0.6);*/

	-moz-border-radius: 0px 5px 5px 5px;  
    -webkit-border-radius: 0px 5px 5px 5px;  
    border-radius: 0px 5px 5px 5px; 
}
#top li:hover .custom-dropdown{ 
    /*background:rgba(213,213,213,0); 
    left:0; 
    top: 55px;
    z-index:6;*/
    left:0px;
    top:-10px;
}
.custom-dropdown:hover
{
     left:0px; 
   
}


/* -------- END PAGE MENU -------- */
/* -------- START CATEGORY MENU -------- */
#nav2 {
  clear: both;
  background: url(images/nav.png) no-repeat;
  width: 960px;
  height: 50px;
}
#nav2 li {
  float: left;
  line-height: 47px;
  background: url(images/navsep.gif) no-repeat scroll right;
}
#nav2 li a {
  float: left;
  display: block;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  padding: 0px 17px;
  font-family: 'DroidSansRegular';
}
#nav2 li a:hover {
  text-decoration: underline;
}
#nav2 li li {
  display: none;
}


/* -------- END CATEGORY MENU -------- */
