

body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	border: 0;
	font: normal 13px Arial ;
    color: #000000;
}

td {
	font: normal 13px Arial;
	color: #000000;
}

h1, h2, h3, h4, h5 {

    color: #000000;
    margin: 0px;
}


h1 {
    font-size: 26px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}


a {

font: normal 13px Arial;
color: #0066CC;
text-decoration: none;

}

a:hover {

font: normal 13px Arial;
color: red;
text-decoration: underline;

}



a.mainlinks:link {color: #0066CC; font-size: 16px; font-weight: normal; }
a.mainlinks:visited {color: #0066CC; font-size: 16px; font-weight: normal; }
a.mainlinks:hover {color: red; font-size: 16px; font-weight: normal; text-decoration: underline; }


a.mainlinksbold:link {color: #0066CC; font-size: 16px; font-weight: bold; }
a.mainlinksbold:visited {color: #0066CC; font-size: 16px; font-weight: bold; }
a.mainlinksbold:hover {color: red; font-size: 16px; font-weight: bold; text-decoration: underline; }


a.adlinks:link {color: #0066CC; font-size: 13px; font-weight: normal; text-decoration: none;}
a.adlinks:visited {color: #0066CC; font-size: 13px; font-weight: normal; text-decoration: none;}
a.adlinks:hover {color: red; font-size: 13px; font-weight: normal; text-decoration: none; }


a.sublinks:link {color: #999999; font-size: 13px; font-weight: normal; }
a.sublinks:visited {color: #999999; font-size: 13px; font-weight: normal; }
a.sublinks:hover {color: red; font-size: 13px; font-weight: normal; text-decoration: underline; }









.jqueryslidemenu{
font: bold 13px arial;
background: #ffffff;
width: 100%;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;

}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #ffffff; /*background of tabs (default state)*/
color: #0066CC;
padding: 8px 10px;
border-right: 0px solid #778;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: #0066CC;
}

.jqueryslidemenu ul li a:hover{
background: #ffffff; /*top link background during hover state*/
color: red;
}
	
	
.jqueryslidemenu ul li ul a:hover{
background: #e7e6e6; /*sub link background during hover state*/
color: red;
}
	
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px arial;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid white;
}

.jqueryslidemenu ul li ul li a{
background: #cccccc; /*tab link background during hover state*/
color: red;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #cccccc;

}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}




