﻿/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu_vert {float:left; padding:0 0 0 19px; margin:3px 0 0 0; list-style:none; position:relative; width:135px;}
#menu_vert ul {padding:0; margin:0; list-style:none; width:135px; height:auto; background: url(trans.gif); position:absolute; left:-9999px; top:0;}
#menu_vert table {border-collapse:collapse; width:0; height:0; margin:-1px -10px;}

#menu_vert li {float:left; margin-bottom:1px;}
/* Set Level 1 Background Below */
#menu_vert li a {display:block; float:left; width:135px; height:24px; color:#553824; line-height:24px; font-family:Trebuchet MS, arial, sans-serif; font-size:16px; text-decoration:none;}
#menu_vert li a.fly { background: url(/images/bullet.png) no-repeat right center; padding-right: 15px;}

#menu_vert li:hover {position:relative;}
#menu_vert li a:hover {position:relative;}
#menu_vert li:hover > a {}

#menu_vert ul li a {background: url(/images/menu_vert_BG.jpg) repeat-x left top; color: #3e281a; font-size: 11px; text-indent:5px; text-transform: uppercase; width: 175px;}
/*#menu_vert ul li a.fly {background:#aaa url(right-arrow.gif) no-repeat right center;}*/ /* level 2 item with level 3 pop-out */
/*#menu_vert ul ul li a {background:#ccc;}
#menu_vert ul ul li a.fly {background:#ccc url(right-arrow.gif) no-repeat right center;}
#menu_vert ul ul ul li a {background:#ddd;} */ /*For level 3 nav popout*/ 

/*#menu_vert li a.current,
#menu_vert ul li a.current,
#menu_vert ul ul li a.current,
#menu_vert ul ul ul li a.current {background-color:#c40; color:#fff;}*/  /* Use if current page class is set */

#menu_vert :hover ul,
#menu_vert :hover ul :hover ul,
#menu_vert :hover ul :hover ul :hover ul {left:150px; background: #806857; border: solid 1px #806857; width: 175px; } /* Background-Color: sets top and bottom border; Border: sets the url container border. */

#menu_vert :hover ul ul,
#menu_vert :hover ul :hover ul ul {left:-9999px;}

#menu_vert ul li:hover > a {color:#806857;}
/* #menu_vert ul ul li:hover > a {background-color:#e60; color:#806857;} */ /* level 3 hover settings */

