body{
	background-image:url(../Images/bg-main.gif);
	background-repeat:repeat;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height: 16px;
	margin:0px;
}

a{
	color:#1f4e8e;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

#nav{
	background-image: url(../Images/nav-bg.gif);
	background-position: top;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	height: 38px;
}

#nav a{
	background-image: url(../Images/nav-bg.gif);
	background-position: top;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 22px 0px 22px;
}

#nav a:hover{
	background-position: bottom;
}

#nav ul{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0;
}

#nav li ul {
	display: none;
}

#nav li.navOff ul, #nav li.navOn ul { /*put the subnav below*/
	position: absolute;
	top: 28px;
	*top: 38px;
	padding-top: 10px;
	background-image: url(../Images/bg-sub-nav.gif);
	background-position: top;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	height: 30px;
	margin-bottom: 1px;
}

#nav ul li{
	float: left;
	margin: 0px 4px 0px 4px;
	line-height: 38px;
}

#navLeft{
	background-image: url(../Images/nav-left.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 38px;
}

#navRight{
	background-image: url(../Images/nav-right.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 38px;
}

#subNav{
	background-image: url(../Images/bg-sub-nav.gif);
	background-position: top;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	height: 30px;
	margin-bottom: 1px;
	display:block;
}

#subNav a{
	background-position: top;
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 8px 0 8px;
}

#subNav a:hover{
	background-image: url(../Images/bg-sub-nav.gif);
	background-position: bottom;
}

#subNav ul{
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}

#subNav ul li{
	float: left;
	margin: 0 11px 0 11px;
	line-height: 30px;
}

#subNavLeft{
	background-image: url(../Images/sub-nav-left.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 30px;
}

#subNavRight{
	background-image: url(../Images/sub-nav-right.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 30px;
}


/****** NAVO - DROP DOWN MENU  ********/


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	height: 30px;
position:absolute;
top: 0px;
border: 1px solid #1f3564; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #1f3564;
width: 150px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#1f3564,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #1f4f8e; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #1f4f8e;
}
/*********** NAVO - DROP DOWN MENU END      **************/