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 16px;
	
}
#nav a:hover{
	background-position: bottom;
}
#nav ul{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0;
	z-index:1;
}
#nav ul 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{
	display: block;
	float: left;
	margin: 0 4px;
	line-height: 38px;
	position: relative;
}
#nav ul li ul{
	display: none;
}
#nav ul li:hover ul{
	background: #1f3564;
	display: block;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
}
#nav ul li:hover ul li{
	border-bottom: 1px solid #1f4d8a;
}
#nav ul li:hover ul li:hover{
	border-bottom: 1px solid #2e5e9e;
}
#nav ul li:hover ul li,
#nav ul li:hover ul li a{
	background: #1f3564;
	line-height: normal;
	margin: 0;
	padding: 0;
	width: 170px;
}
#nav ul li:hover ul li a{
	padding: 5px;
	width: 160px;
}
#nav ul li:hover ul li a:hover{
	background: #1f4d8a;
}
#nav ul li:hover ul li.header,
#nav ul li:hover ul li.header ul li{
	border-bottom: 1px solid #1f3564;
}
#nav ul li:hover ul li.header a{
	background: #1f4d8a;
}
#nav ul li:hover ul li.header a:hover{
	background: #3263a3;
}
#nav ul li:hover ul li ul{
	display: none;
}
#nav ul li:hover ul li:hover ul{
	background: red;
	display: block;
	left: 170px;
	position: absolute;
	top: 0;
	z-index: 100;
}
#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*/
}
.navwide{
width: 250px !important;

}


.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;
}
.dropmenudiv a.header{
	background: #1f4d8a;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #1f4f8e;
}

/* ######### Style for Drop Down Menu 2######### */
 
 
 
dropmenudivtwo{
	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*/
}
.navwidetwo{
width: 250px !important;

}


.dropmenudivtwo 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;
}
.dropmenudivtwo a.header{
	background: #1f4d8a;
}

* html .dropmenudivtwo a{ /*IE only hack*/
width: 100%;
}

.dropmenudivtwo a:hover{ /*THEME CHANGE HERE*/
background-color: #1f4f8e;
}
/*********** NAVO - DROP DOWN MENU END      **************/
