#sidemenu {
width: 190px; /* set width of menu */
background: #E4E4E4;
} 

#sidemenu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}
#sidemenu li { /* remove bullets and list indents */
height: 30px;
}
/* style, color and size links and headings to suit */
#sidemenu a, #menu h2 {
font: 10px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #333333 #D7EBC2 #D7EBC2 #D7EBC2;
margin: 0;
padding: 2px 3px;
}

#sidemenu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#sidemenu a {
color: #666666;
background: #D7EBC2;
text-decoration: none;
}

#sidemenu a:hover {
	color: #FFFFFF;
	background: #B5DA8F;
	border-color: #E4E4E4 #E4E4E4 #E4E4E4 #E4E4E4;

}
#menu1 {
width: 190px; /* set width of menu */
background: #E4E4E4;
} 

#menu1 ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}
#menu1 li { /* remove bullets and list indents */
height: 18px;
}
/* style, color and size links and headings to suit */
#menu1 a, #menu h2 {
font: 10px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #333333 #D7EBC2 #D7EBC2 #D7EBC2;
margin: 0;
padding: 2px 3px;
}

#menu1 h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu1 a {
color: #666666;
background: #D7EBC2;
text-decoration: none;
}

#menu1 a:hover {
	color: #FFFFFF;
	background: #B5DA8F;
	border-color: #E4E4E4 #E4E4E4 #E4E4E4 #E4E4E4;

}
.drpMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #FFFFFF;
	border: thin solid #006600;
}
.btnSubmit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #FFFFFF;
	border: thin solid #006600;
}
