#categorymenu{
width:100%;
border:0;
}

#categorymenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#categorymenu ul{
/*border-top: 1px solid #B0CB7E;*/
border-bottom: 0px solid #B0CB7E;
border-top: 0px solid #B0CB7E;
width: 100%;
/*background: url(smoothbg.gif) center center repeat-x;*/ /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: right;
font: bold 12px tahoma,Verdana;
}


#categorymenu ul li{
display:inline;
}


#categorymenu ul li a{
float: right;
/*color: #89A207;*/
color: #4b870b;
font-weight: bold;
/*padding: 8px 12px 8px 12px;*/
padding: 6px 21px 6px 12px;
text-decoration: none;
background: url(divider_ifloweru.gif) center right no-repeat; /*Theme Change here*/
}

#categorymenu ul li a:hover{
color: #556332;
}

#categorymenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/*******************************************************************************/

#categorymenu1{
width:100%;
border:0;
}

#categorymenu1:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#categorymenu1 ul{
/*border-top: 1px solid #B0CB7E;*/
border-bottom: 0px solid #B0CB7E;
border-top: 1px solid #B0CB7E;
width: 498;
background: url(smoothbg1.gif) center center repeat-x; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 10px tahoma,Verdana;
}


#categorymenu1 ul li{
display: inline;
}


#categorymenu1 ul li a{
float: right;
color: #556332;
font-weight: bold;
padding: 6px 10px 6px 5px;
text-decoration: none;
background: url(divider_ifloweru.gif) center right no-repeat; /*Theme Change here*/
}

#categorymenu1 ul li a:hover{
color: #89A207;
}

#categorymenu1 ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/*******************************************************************************/

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*Theme Change here*/
border-bottom-width: 0;
font:normal 10px tahoma, Verdana;
line-height:18px;
z-index:300;
background-color: white;
width: 200px;
visibility: hidden;
text-align:left;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a, .dropmenudiv a:active, .dropmenudiv a:visited{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #556332;
z-index:300;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #F0F0F0;
}