.inputBox {color : NAVY;background : #EEEEEE;border-color : NAVY;border-top : 1px solid;border-bottom : 1px solid;border-left : 1px solid;border-right : 1px solid;font-family : Verdana,tahoma,Arial;font-size : 10px;}
.inputSubmit {color: NAVY;background-color: #EEEEEE;border-color : NAVY;border-top : 1px solid;border-bottom : 1px solid;border-left : 1px solid;border-right : 1px solid;font-family : Verdana,tahoma,Arial;font-size : 10px;font-weight: bold;padding-left: 10px;padding-right: 10px;cursor: hand;}
.inputComboBox {background-color: #EEEEEE; font-family: Verdana,tahoma,Arial; font-size: 10px; color: NAVY; border: 1 ridge #CCCCCC;}

table.main
{
	border: 1px solid #000066;
	background-color: #D1D1E1;
	background-image: url(../images/tit.gif);
	background-position: ;
	background-repeat: ;
	margin-top: 2px;
	height:25px;
	margin-bottom: 2px;
	width: 100%;
}

table.navigation
{
	width: 100%;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

tr.title
{
	background-color: #244F82;
	/* background-image: url(../Images/Common/Title-Background.gif); */
	background-image: url(../images/tit.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	height: 20px;
	/* color: #FFFFFF; */
	color: #000099;
	font-size: 12px;
	font-weight: bold;
}

tr.sub-title
{
	background-color: #F0F0F0;
	background-image: url(../images/sub.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	height: 20px;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}

tr.body
{
	background-color: #FFFFFF;
	background-image: url();
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 20px;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}

.buttonmenu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 178px;
}

.buttonmenu li a{
	color: white;
	display: block;
	width: 100%;
	padding: 2px 4px;
	text-decoration: none;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 1px solid;
	border-color:#A5BFD0 #1A3A54 #1A3A54 #A5BFD0; /*light dark dark light*/
	background-color: #445d00;
	text-decoration:none;
}


.buttonmenu li a:visited{
color: white;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
color: black;
background-color: #abca02;
}

<![if !IE 6]>

.shiftcontainer{
position: relative;
left: 7px; /*Number should match -left shadow depth below*/
top: 7px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
/* Add container height here if desired */
background-color: white;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
border: 1px solid #A5BFD0;
padding: 6px;
position: relative;
left: -7px; /*shadow depth*/
top: -7px; /*shadow depth*/
}
<![endif]>