/*=======================MAIN BODY======================*/

body {
	background: #000000; background-image: url(../images/paws_bg.gif); background-repeat:repeat;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #2A3896;
	font-size: 12px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.style2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
a:link {
	color: #003366;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #2A3896;
}
a:active {
	color: #003366;
}

/* ######### Style for Nav List Tags ######### */

#nav {
margin:0;
padding:0;
background:url(../images/menu_bg.gif) 0 0 repeat-x;
float:left;
width:100%;
height:32px;
font:bold 14px Arial;
text-align:center;
padding-bottom: 14px;
}
#nav li {
display:inline;
padding:0;
margin:0;
}
#nav a:link, #nav a:visited {
color:#000;
/*background:#00c1eb;*/
padding:20px 40px 4px 10px;
float:left;
width:auto;
text-decoration:none;
font:bold 14px Arial;
color: #FFFFFF;
text-shadow: 2px 2px 2px #555;
}
#nav a:hover {
color:#fff;
background:#808259 url(../images/menu_bg_o.gif) 0 0 repeat-x;
text-shadow: none;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_d{
position:absolute;
top: 0;
border: 2px solid #dcc208; /*THEME CHANGE HERE*/
border-width: 0 0px;
font:bold 14px Arial;
line-height:30px; /* height of submenu items */
z-index:100;
background-color: #00c1eb;
width: 170px; /* width of submenu */
visibility: hidden;
}


.dropmenudiv_d a{
width: auto;
display: block;
text-indent: 20px; /* Control submenu text placement */
border: 0 solid #00c1eb; /*THEME CHANGE HERE*/
border-bottom-width: 0px;
padding: 5px 0;
text-decoration: none;
color: #FFFFFF;
}

* html .dropmenudiv_d a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
background-color: #ee4495;
}
