/* VERTICLE MENU */
.menu {text-align:left; margin:0; padding:0; left:0px;}
.menu .options {
margin-right:1px;
margin-bottom:1px; }

.menu a {
color:#003163;
font:9pt Arial, sans-serif;
display:block;
border-bottom:1px solid #1e4d7d;
border-left:1px solid #1e4d7d;
border-right:1px solid #1e4d7d;
padding:4px 0px;
text-decoration:none;}

.options {
border:none;
border-bottom-width:0;
margin-bottom:-10px;
background:#003163 url(../img/layout/bg_dropdown.gif) no-repeat top;}
.options a { margin:0 0; padding-right:10px; padding-left:12px;}
.options a:link { color:#c0c5ca; }
.options a:visited { color:#c0c5ca;}
.options a:hover, .options a:active { background-color:#7c1102; color:#ffffff; }


.menusub {text-align:left; margin:0; padding:0; left:0px;}
.menusub .options {
margin-right:1px;
margin-bottom:1px; }

.menusub a {
color:#890000;
font:9pt Arial, sans-serif;
display:block;
border-bottom:1px solid #1e4d7d;
border-left:1px solid #1e4d7d;
border-right:1px solid #1e4d7d;
padding-top:4px;
padding:4px 0px;
padding-left:12px;
padding-right:0;
text-decoration:none;}

.optionssub {
border:none;
border-bottom-width:0;
margin-bottom:-10px;
position:relative;
/*  margin-left:114px; */
background:#013d7b;}
.optionssub a { margin:0 0; padding-right:0px; }
.optionssub a:link { color:#c0c5ca; }
.optionssub a:visited { color:#c0c5ca;}
.optionssub a:hover, .options a:active { background-color:#7c1102; color:#ffffff; }

.subarrow {
border:none;
border-bottom-width:0;
margin-bottom:-10px;
background:transparent url(../img/layout/subarrowoff.gif) no-repeat bottom right;}
.subarrow a { margin:0 0; padding-right:0px; }
.subarrow a:link { color:#dad5cf; background: url(../img/layout/subarrowoff.gif) no-repeat bottom right; }
.subarrow a:visited { color:#dad5cf; background: url(../img/layout/subarrowoff.gif) no-repeat bottom right;}
.subarrow a:hover, .options a:active {background: url(../img/layout/subarrowon.gif) no-repeat bottom right; color:#ffffff; }

