/* Top Horizontal Dropdown Menu Navigation classes and Styles--------------------------------------- */


.menu li ul lastli a{
background-image: url(../_images/btNav_off.png);
}

.menu li ul lastli a:hover {
background-image: url(../_images/btNav_on.png);
/*color:#ffd204;*/
}

.menu{
border:none;
border:0px;
margin:0px;
padding:0px;
font-family: "Lucida Grande", Arial;
font-size:11px;
font-weight:bold;
position: relative;
width: 860px;
}

.menu ul{
background-image:url('../_images/tpNav_bg.png');
/*background:#FFF;*/
opacity:1.0;
height:30px;
list-style:none;
margin-left:auto;
margin-right:auto;
padding:0;
}

.menu li{
float:left;
padding:0px;
}

.menu li a{
/*background:#FFFFFF url("../_images/seperator.gif") bottom right no-repeat;*/
background: url("../_images/tpNav_bg.png") no-repeat;
color:#00467f;
display:block;
font-weight:normal;
line-height:30px;
margin:0px;
padding:0px 11px;
text-align:center;
text-decoration:none;
}

.menu li a:hover, .menu ul li:hover a{
background: #00467f url("../_images/hover2.jpg") no-repeat;/*bottom center no-repeat;*/
opacity:1.0;
color:#ffd204;
text-decoration:none;
}

.menu li ul{
background:#00467f;
display:none;
height:auto;
padding:0px;
margin:0px;
border:0px;
position: absolute;
width:200px;
z-index:200;
/*top:1em;
/*left:0;*/
}

.menu li:hover ul{
display:block;
}

.menu li li {
background: url('../_images/hover_sub2.jpg');/*bottom left no-repeat;*/
display:block;
float:none;
margin:0px;
padding:0px;
width:200px;
}

.menu li:hover li a{
background:none;
}

.menu li ul a{
background:url('../_images/hover_sub2.jpg');
display:block;
height:30px;
font-size:12px;
font-style:normal;
margin:0px;
padding:0px 10px 0px 15px;
text-align:left;
}
		
.menu li ul a:hover {
background:#2580a2 url('../_images/hover2.jpg'); /*center left no-repeat;*/
border:0px;
opacity:1.0;
color:#ffffff;
text-decoration:none;
}
			
.menu li ul li:hover a{
background:#2580a2 url('../_images/hover2.jpg'); /*center left no-repeat;*/
border:0px;
opacity:1.0;
color:#ffd204;
/*--- to remove indent delete below -----*/
margin-left:0px;
/*--- ----------------------------- -----*/
text-decoration:none;
}
	
.menu p{
clear:left;
}





.sexypanels{
list-style-type: none;
margin: 0;
padding: 0;
width: 180px; /* width of menu */
}

.sexypanels li{
border-bottom: 1px #ffffff; /* white border beneath each menu item */
}

.sexypanels li a{
background: url("../_images/sn_mid_off.jpg") no-repeat right top; /*color of menu by default*/
font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana;
display: block;
color: # cvvvvv;
width: auto;
padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
line-height:20px;
text-decoration: none;
border-bottom: 1px #ffffff; /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
}

.sexypanels li a:visited, .sexypanels li a:active{
color: #385169;;
}

.sexypanels li a:hover{
background: url("../_images/sn_mid_on.jpg") no-repeat right top; /*color of menu by default*/
color: #ffd204;
border-bottom: 1px #ffffff; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
}


</style>

<!--[if IE]>
<style type="text/css">
.sexypanels li a{ /* Menu link width value for IE */
width: 100%;
}
<![endif]-->




