/* VERTICLE MENU */
.menu {text-align:center; margin:0; padding:0; left:0px;}
.menu .options {
margin-right:1px;
margin-bottom:1px; }

.menu a {
color:#890000;
font:9pt Arial, sans-serif;
display:block;
border-bottom:1px solid #c07b32;
border-left:1px solid #c07b32;
border-right:1px solid #c07b32;
padding:4px 0px;
text-decoration:none;}

.options {
border:none;
border-bottom-width:0;
margin-bottom:-10px;
background:#b25d03 url(../img/layout/bg_dropdown.gif) no-repeat top;}
.options a { margin:0 0; padding-right:0px; }
.options a:link { color:#dad5cf; }
.options a:visited { color:#dad5cf;}
.options a:hover, .options a:active { background-color:#7f4302; color:#ffffff; }

.optionslarge {
border:none;
border-bottom-width:0;
margin-bottom:-10px;
background:#b25d03 url(../img/layout/bg_dropdownlarge.gif) no-repeat top;}
.optionslarge a { margin:0 0; padding-right:0px; }
.optionslarge a:link { color:#dad5cf; }
.optionslarge a:visited { color:#dad5cf;}
.optionslarge a:hover, .options a:active { background-color:#7f4302; color:#ffffff; }


.menusub {text-align:center; 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 #c07b32;
border-left:none;
border-right:1px solid #c07b32;
padding:4px 0px;
text-decoration:none;}

.optionssub {
border:none;
border-bottom-width:0;
margin-bottom:-10px;
background:#7f4302;}
.optionssub a { margin:0 0; padding-right:0px; }
.optionssub a:link { color:#dad5cf; }
.optionssub a:visited { color:#dad5cf;}
.optionssub a:hover, .options a:active { background-color:#683702; color:#ffffff; }

.subarrow {
border:none;
border-bottom-width:0;
margin-bottom:-10px;
background:#b25d03 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; }
