@charset "utf-8";
/* CSS Document */

.menu_bg{ background-color:#01456A; height:31px; width:1000px;}
.menu{width:950px;  margin:0px 25px; }

#menu2{
width:1000px;  margin:0px 0px 0px 10px;
height:22px;
}
#menu2 a {
background:#b31e00 url('../images/bg-menu-bot-r.gif') no-repeat scroll top right;
color:#fff;
display:block;
float:left;
font:bold 11px arial, sans-serif;
height:22px;
margin-right:1px;
margin-top:9px;
padding-right:7px; 
text-transform:uppercase;
text-decoration:none
}
#menu2 a:hover {
text-decoration:none;
}
#menu2 a span {
background: #b31e00 url('../images/bg-menu-bot-l.gif') no-repeat;
display:block;
line-height:12px;
padding:5px 5px 5px 13px;
}
#menu2 a:hover {
background-position:100% -22px;
}
#menu2 a:hover span {
background-position:0% -22px;
padding:6px 5px 4px 13px;
}
#menu2 a.cur, #menu2 a:hover.cur { /* cur selected menu item */
background-color:#d9dcdf;
background-position:100% -44px;
color:#000;
}
#menu2 a.cur span, #menu2 a:hover.cur span {
background-color:#d9dcdf;
background-position:0% -44px;
padding:5px 5px 5px 13px;
}

#menu2 a.feature, #menu2 a:hover.feature { /* new selected menu item */
background:#b31e00 url('../images/bg-menu-bot-r.gif') no-repeat scroll top right;
color:#fff;
display:block;
float:left;
font:bold 11px arial, sans-serif;
height:22px;
margin-right:1px;
margin-top:9px;
padding-right:7px; 
text-transform:uppercase;
text-decoration:none
}

#menu2 a.feature span, #menu2 a:hover.feature span {
background: #b31e00 url('../images/bg-menu-bot-l.gif') no-repeat;
display:block;
line-height:12px;
padding:5px 5px 5px 13px;
}