select {
	font-family: verdana;
	font-size: 11;
}

input {
	font-family: verdana;
	font-size: 11;
}






.menustyle {
 font-family: Verdana, Arial;
 font-size: 11px;
 border: none;
 text-decoration : none;
 width: 100%;
 background-color: #314C69;
}
.menumain {
/* This is the menu side bg color */
 background-color: #314C69;
 width: 5px;
 cursor: hand;
}
.menuline {
/* This is the top level menu bg color */
 background-color: #446993;
 width: 150px;
 cursor: hand;
}
.mlink {
/* This is the font color for top level links */
 font-family: Verdana, Arial;
 font-size: 10px;
 text-decoration : none;
 color: #FFFFFF;
}
.cmenuline {
/* This is the active level menu bg color */
 background-color: #314C69;
 width: 150px;
 cursor: hand;
}
.clink {
/* This is the font color for active top level links */
 font-family: Verdana, Arial;
 font-size: 10px;
 font-weight: bold;
 text-decoration : none;
 color: #EEEEEE;
}
.submenuline {
/* This is the  2nd level menu bg color */
 background-color: #B6C8DC;
 cursor: hand;
}
.csubmlink {
/* This is the font color for active 2nd level links */
 font-family: Verdana, Arial;
 font-size: 10px;
 font-weight: bold;
 text-decoration : none;
 color: #314C69;
}
.subsubmenuline {
/* This is the 3rd level menu bg color */
 background-color: #E9EEF5;
 cursor: hand;
}
.subsubmlink {
 font-family: Verdana, Arial;
 font-size: 10px;
 text-decoration : none;
 color: #CC3300;
}
.csubsubmlink {
/* This is the font color for 3rd level links */
 font-family: Verdana, Arial;
 font-size: 10px;
 text-decoration : none;
 color: #000000;
}
.submlink {
 font-family: Verdana, Arial;
 font-size: 10px;
 text-decoration : none;
 color:  #314C69;
}
.style4 {
	color: #FFFFFF;
	font-weight: bold;
}