/* Horizontal navigation */
#nav {
height:36px;
width:100%;

}

#nav .nav_left {


}

#nav .nav_right {


}

#nav .nav_center {
background:url(/bg1.gif) repeat-x center top;

}



table#horiz_nav {
width:100%;
border-collapse:collapse;
padding:0;
}

table#horiz_nav td {
text-align:left;

font-family:Verdana, Arial, Helvetica, sans-serif;
padding:0;
}

table#horiz_nav td a {
display:block;
text-align:center;
color:#e34b92;
text-decoration:none;

text-transform:uppercase;
background:url(/bg1.gif) repeat-x center top;
font-weight:bold;
padding:0px 0;
}

table#horiz_nav td.last a {
border-right:0;
background:url(/bg1.gif) repeat-x center top;
}




/* Horizontal navigation drop down menu
   do not remove or modify styles listed 
   under "Do Not Change" */
table#horiz_nav ul {
position:absolute;
left:-999em;
list-style-type:none;
background:#f4f8cb;
border-right:1px solid #eee;
text-align:left;
width:150px;
margin:0;
padding:0;
}

#horiz_nav ul li {
display:block;
width:100%;
line-height:22px;
background:#666666;
margin:0;
}

table#horiz_nav ul li a {
display:block;
background:url(/bg1.gif) repeat-x center top;
text-transform:none !important;
text-align:left;
font:11px Arial;
font-weight:normal;
color:#424c06;
padding:5px 10px !important;
}

table#horiz_nav ul li a:hover {
color:#424c06;
background:#cfd799;
}

table#horiz_nav td .first,#horiz_nav .submenu {
background:none;
}

#horiz_nav td:hover ul,#horiz_nav td.sfhover ul {
left:auto;
border:1px solid #bbc386;
}