/* menu */

#menu{padding:0 0px;margin:0 0 0 00px;}
#menuTop{height:20px;}
#menuBottom{height:20px;}
#menu>ul {height:30px;width:700px;background:#c12626;margin:0px;padding:0 20px;}
#menu>ul>li {float:left;list-style: none;border-right:1px solid #ffffff;position:relative;}
#menu>ul>li.back {width: 9px; height: 30px;z-index: 8;position: absolute;border:0;}
#menu>ul>li.current>a{color:#333333}
#menu>ul>li.hover >a{color:#333333}
#menu>ul>li.back .left {height: 30px;margin-right: 1px;background:#83ba45; /* 7px is the width of the rounded shape */}
#menu>ul>li>a {font: bold 14px arial;text-decoration: none;color:#ffffff;outline:none;text-align:center;text-transform:uppercase;
	letter-spacing:0;z-index:10;display:block;float:left;height:23px;position: relative;margin:0;padding:7px 10px 0 10px;overflow:hidden;}
#menu>ul>li>a:hover, .lavaLampWithImage>li>a:active, .lavaLampWithImage>li>a:visited {border: none;}

#menu>ul ul.subnav {list-style:none;display:none;}

#tooltype {background:#83ba45 url(images/bgMenu.png)  repeat-x left bottom;; font:11px verdana,arial,sans-serif;color:#ffffff;
		font-weight: bold;padding:0px 0px 40px 0;margin:0;position: absolute;z-index:120;display:none;text-align:left;
		border-left:1px solid #ffffff;}
#tooltype>ul{padding:10px 0 0 0;border:0;border-top:0px solid #ffffff;}
#tooltype>ul>li{margin:0;border:0;padding:0;border-bottom:1px solid #ffffff;display:block;}
#tooltype>ul>li>a{color:#ffffff;display:block;padding:5px 20px;text-decoration:none;font-size:1.2em}
#tooltype>ul>li>a:hover{color:#333333;background:#c12626;}


