
/* Display all <a> tags as block-level items */

#menu a { display: block; }

 
/* Set margin and padding to 0px and remove bullets from all list items */

#menu ul {

padding: 0px;

margin: 0px;
/*margin-top:10px;*/

list-style: none;



}

/* Move sub menu items off the screen and out of view until called */

#topMenu li ul {

position: absolute;

left: -999em;

}

/* Display sub menus when the mouse hovers over the top menu item (Used by JavaScript) */

#topMenu li:hover ul, #topMenu li.showMenu ul { left: auto; }

 

#menu {

/*background-color: #336666; /* Background color of top menu */
/*background-color:#5cc411;*/

font-family: Verdana; /* Font used for all menu items */

font-size: 11px; /* Font size of all menu items */

/*height: 30px;*/ /* Height of top menu items */

line-height: 40px; /* Line height of top menu items (vertically adjust text) */

margin: auto;  /*Centers menu on page-2204 */


/*width: 950px; *//* Width of top menu (must be set to center menu on page) */


}

#menu li { float: left; } /* Display top menu items horizontally from left to right */

#topMenu a {

/*border: 1px solid black;*/ /* Put border around all menu items */

/*border-right-width: 0px;*/ /* Remove right border from all menu items (to stop double borders between top menu items) */

text-decoration: none; /* Remove underline from all menu item links */

/*width: 149px;*/ /* Top menu item width (adjusted from 150px to account for border width)-2204 */
width: auto;
height:46px;


}
#menu1 li { float: left; } /* Display top menu items horizontally from left to right */

#topMenu1 a {

/*border: 1px solid black;*/ /* Put border around all menu items */

/*border-right-width: 0px;*/ /* Remove right border from all menu items (to stop double borders between top menu items) */

text-decoration: none; /* Remove underline from all menu item links */

/*width: 149px;*/ /* Top menu item width (adjusted from 150px to account for border width) */
width: 100px;
height:46px;


}


 

.topMenuLink a {

color: #CCCCCC; /* Set color of top menu text */

font-weight: bold; /* Make top menu text bold */

text-align: center; /* Center top menu text in menu button */


}
.topMenuLink1 a {

color: #CCCCCC; /* Set color of top menu text */

font-weight: bold; /* Make top menu text bold */

text-align: center; /* Center top menu text in menu button */


}

.topMenuLink a:hover {

/*background-color: #000000;*/ /* Set top menu rollover background color */
background-image:url(images/nav_act_bg.jpg);
background-repeat:repeat-x;

height:30px;
width:170px;

color: #f5f150; /* Set top menu rollover text color */

}
.topMenuLink1 a:hover {

/*background-color: #000000;*/ /* Set top menu rollover background color */
background-image:url(images/nav_act_bg.jpg);

/*height:46px;*/

color: #f5f150; /* Set top menu rollover text color */
height:46px;
}

.topMenuLink a#lastMenu {

border-right-width: 1px; /* Add right border to last top menu item */

width: 200px; /* Adjust last top menu item width to fit within top menu */

}
.topMenuLink1 a#lastMenu {

border-right-width: 1px; /* Add right border to last top menu item */

width:200px; /* Adjust last top menu item width to fit within top menu */

}


.subMenu {
margin-top:0px;
background-color: #cdde8d; /* Set the background color of the sub menus */

/*border-right: 1px solid black;*/ /* Add the right border back to the sub menus */

/*width: 150px;*/ /* Set the width of the sub menus */
width:190px;
height:auto;
/*line-height:20px;*/
text-align:left;
filter:alpha(opacity=90);
  opacity:0.90;

}

.subMenu a {

color: #a56100; /* Set the font color of the sub menu items */

font-weight: normal; /* Return the font weight to normal for sub menu items */

/*height: 20px;*/ /* Set the height of the sub menu items */
height:auto;

line-height: 20px; /* Set the line height of teh sub menu items (for vertical alignment) */

margin-top: -1px; /* Set the top border of each sub menu link to -1px to remove double borders */
width:170px;
text-align: left;

}

.subMenu a:hover {


background-color: #cdde8d; /* Set sub menu rollover background color */

color: #000000;
text-align: left;/* Set sub menu rollover text color */


}

.subMenu#last { width: 149px;
} /* Adjust width of last sub menu to align right border correctly */

.subMenu#last a { width: 148px;
} /* Adjust width of links in last sub menu to display right border on rollover */