.sdmenu {
    width: 120px;
    font-family: Sans-Serif;
    font-size: 9px;
	 font-weight:500;
    padding-bottom: 6px;
    background: #eee url(../img/bottom.gif) no-repeat  right bottom;
    color: #FFF;
}

.sdmenu .title, .sdmenu .titlehidden{
    display: block;
    padding: 5px 0;
    font-weight: bold;
    color: white;
    background: #FFF url(../img/title.gif) repeat-x;
}

.sdmenu .title {
    border-bottom: 1px solid #DDD;
}

.sdmenu .arrow {
		margin-left: 10px;
    margin-right: 7px;
}

.sdmenu .titlehidden {
    border-bottom: none;
}

.sdmenu #top {
    background: url(../img/toptitle.gif) no-repeat;
}

.sdmenu .submenu {
    overflow: hidden;
}

.sdmenu .submenu a {
    padding: 5px 0;
    text-indent: 10px;
    background: #EEE;
    display: block;
    border-bottom: 1px solid #DDD;
    color: #066;
    text-decoration: none;
}

.sdmenu .submenu a:hover {
    background : #066 url(../img/linkarrow.gif) no-repeat right center;
    color: #FFF;
}
/* used for form elements - no padding */
.formelem {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.formelem2 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.step {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}


.row1 {
	background: #FFF;
}
.row2 {
	background: #EAEAEA;
}
.row3 {
	background: #ffcc00;
}

.font1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.font2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

A:hover { }
.tNav {font-family: Arial, Helvetica; font-size: 8pt; font-weight: 700; color: white; text-decoration: none}
.tNav1 {font-family: Arial, Helvetica; font-size: 9pt; font-weight: 700; color: white; text-decoration: none}
A.tNav:hover {text-decoration: underline}
.tNavHi {font-family: Arial, Helvetica; font-size: 10pt; font-weight: 700; color: black; text-decoration: none}
.bread {font-family: Verdana, Arial, Helvetica; font-size: 8pt; font-weight: 400;}
.breadHdr {font-family: Arial, Helvetica; font-size: 8pt; font-weight: 600; color: #666699}


.cam {width:70px; border:0px}

.mainbody {align:center; border:2px inset #ffffff; margin:10px; padding:6px; width:400px}

.iconspot {height:82px; width:82px}

.ljbody {border:2px inset #ffffff; margin-left:10px; width:500px}

.menuleft {border-right:0px solid #bbbbbb; float:left; font:8pt verdana; margin-right:9px; padding-right:11px; width:100px}

.menuright {float:right; font:8pt verdana; padding:10px; text-align:right; width:100px}

.pp {text-indent:25px; text-align:justify; margin-top:5px}

/* ######### Style for Tab Interface itself ######### */

.shadetabs{
border-bottom: 1px solid gray;
margin-bottom: 1em;
}

.shadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(../img/shade.gif) top left repeat-x; /*THEME CHANGE HERE*/
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(../img/shadeactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #918d8d; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #e8fad5;
}


/*Modify attributes of #contentwrapper below as desired*/
#contentwrapper{
width: 260px;
height: 110px;
border: 0px solid black;
background-color:#e6ecb7;
padding: 5px;
font:Georgia, "Times New Roman", Times, serif;
color:#000000;
font-weight:500;
font-size:16px;
}

.billcontent{
width: 100%;
display:block;
}

.hovermenu ul{
font: bold 13px arial;
padding-left: 0;
margin-left: 0;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: center;
color: #EEE;
background-color: #066;
border: 2px solid #FFF2BF;
}

.hovermenu ul li a:hover{
background-color: #EEE;
color: #066;
border-style: outset;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

