#pad {height:140px;}
/* ================================================================ 
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) 2010- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {padding:0; margin:0; list-style:none; height:40px; position:relative; z-index:500; font-family:arial, verdana, sans-serif; font-weight:normal;}
#menu li {float:left; margin-right:1px;}
#menu li a {display: inline; float:left; height:145px; line-height:260px; background:#333; color:#e53224; text-decoration:none; font-size:12px; font-weight:bold; width:100px; text-align:right; padding-right:8px; background-image:url(../images/nav-bg.jpg); background-repeat:no-repeat; }


#menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:40; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu li a:hover {z-index:200; position:relative; color:#fff;}
#menu li:hover {position:relative; z-index:200;}

#menu li:hover > a {color:black; background-image:url(../images/bg-hov.jpg); background-repeat:no-repeat; }
#menu li:hover > a.sub {color:black; background-image:url(../images/bg-hov.jpg); background-repeat:no-repeat;}

#menu li.current a {color:black; background:#840;}

#menu li a.sub {background-image:url(../images/nav-bg.jpg); background-repeat:no-repeat;}
#menu li.current a.sub {}

#menu :hover ul {left:0; top:145px; width:190px; background:#444;}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul, 
#menu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menu :hover ul :hover ul
{left:120px; top:-1px; background:; white-space:nowrap; width:145px; z-index:200; height:auto;}

#menu :hover ul li {margin:0; border-top:1px solid #666;}
#menu :hover ul li a {width:140px; padding:0; text-indent:0px; color:#ccc; height:30px; line-height:30px; text-align:center;}
#menu :hover ul li a.fly {background:#0070b8 url(right-arrow.gif) no-repeat right center; color: white;}

#menu :hover ul :hover {background-color:#c60; color:#fff;}
#menu :hover ul :hover a.fly {background-color:#4c4f58; color:#fff; border} /*background of drop down menu */

#menu :hover ul li.currentsub a {background:#840; color:#fff;}
#menu :hover ul li.currentsub a.fly {background:#840 url(right-arrow.gif) no-repeat right center; color:#fff;}

#menu :hover ul :hover ul li a {width:200px; padding:0; text-indent:10px; background:#3e3e3e; color:#ccc;}
#menu :hover ul :hover ul :hover {background-color:#d70; color:#fff;}

#menu :hover ul :hover ul li.currentfly a,
#menu :hover ul :hover ul li.currentfly a:hover {background:#840; color:#fff;}


/*SIDEBAR MENU LEFT 
*******************/

.sidebarmenu ul{
margin: 0;
padding: 0;
margin-left:10px;
list-style-type: none;
font: bold 12px arial, verdana, sans-serif;;
width: 155px; /* Main Menu Item widths */
border-bottom: 0px solid #ccc;
border-top: 1px solid #778;
text-align:center;
margin-top:71px;
-webkit-box-shadow: 0px 0px 5px  #b3b3b3;
-moz-box-shadow: 0px 0px 5px #b3b3b3;
box-shadow: 0px 0px 5px #b3b3b3;
z-index:100;}
 
.sidebarmenu ul li{
position: relative;}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
padding: 8px;
border-bottom: 1px solid #778;
border-right: 1px solid #778;
border-left: 1px solid #778;
border-top:0px;}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #e9e9e9; /*background of tabs (default state)*/
background-image:url(../images/menu-bg.jpg);
background-repeat:repeat-y;}

.sidebarmenu ul li a:visited{
color: black;}

.sidebarmenu ul li a:hover{
background-image:url(../images/menu-bg.jpg);
color: #e53224;
text-decoration:underline;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: -72px;
visibility: hidden;
background-color:#CCCCCC;
margin-left:0px;
}

.sidebarmenu a.subfolderstyle{
background-color:#00FF99;
background-image:url(../images/menu-bg.jpg);}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */


/*SIDEBAR MENU RIGHT 
********************/


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.rightmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 12px arial, verdana, sans-serif;;
width: 155px; /* Main Menu Item widths */
border-bottom: 0px solid #ccc;
border-top: 1px solid #778;
margin-top:71px;
-webkit-box-shadow: 0px 0px 5px  #b3b3b3;
-moz-box-shadow: 0px 0px 5px #b3b3b3;
box-shadow: 0px 0px 5px #b3b3b3;
margin-right:3px;}
 
.rightmenu ul li{
position: relative;
}

/* Top level menu links style */
.rightmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
padding: 8px;
border: 1px solid #778;
border-top:0px;
background-image:url(../images/menu-bgr.jpg);
text-align:center}

.rightmenu ul li a:link, .rightmenu ul li a:visited, .rightmenu ul li a:active{
background-color: #dadada; /*background of tabs (default state)*/
background-image:url(../images/menu-bg.jpg);
background-repeat:repeat-y;}

.rightmenu ul li a:visited{
color: black;
}

.rightmenu ul li a:hover{
background-color: #e53224;
background-image:url(../images/menu-bg.jpg);
color: #e53224;
text-decoration:underline;
}

/*Sub level menu items */
.rightmenu ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.rightmenu a.subfolderstyle{
background: url(right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .rightmenu ul li { float: left; height: 1%; }
* html .rightmenu ul li a { height: 1%; }

/* FOOTER MENU 
**************/

#foot-menu ul{
list-style: none;
padding: 0;
margin: 0;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-transform:uppercase;
color:white;
-webkit-box-shadow: 0px 0px 5px  #b3b3b3;
-moz-box-shadow: 0px 0px 5px #b3b3b3;
box-shadow: 0px 0px 5px #b3b3b3; }

#foot-menu li{
float: left;
margin: 0;
color:white;}

#foot-menu li a{
background-color:#7a7d87;
height: 30px;
line-height: 30px;
float: left;
width: 240px;
display: block;
color: #0d2474;
text-decoration: none;
text-align: center;
font-weight:bold;
color:white;}

#foot-menu li a:hover{
background-color:#4c4f58;
height: 30px;
line-height: 30px;
float: left;
width: 240px;
display: block;
color: #0d2474;
text-decoration: none;
text-align: center;
font-weight:bold;
color:white;}

/* Hide from IE5-Mac \*/
#foot-menu li a{
float: none}

/* End hide */
#foot-menu{
width:100%} 




