
body {margin-top:0px;}
.content {font-family:trebuchet ms, helvetica, sans-serif; color:"#262b3f"; font-size:11px; margin:10px;}
h1{ font-family:trebuchet ms, helvetica, sans-serif; color:"#262b3f"; font-size:18px;}
h2{ font-family:trebuchet ms, helvetica, sans-serif; color:"#262b3f"; font-size:16px;}

h3{ font-family:trebuchet ms, helvetica, sans-serif; color:"#262b3f"; font-size:14px;}

/* ================================================================
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.cssplay.co.uk/menus/example_flyout.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
=================================================================== */

/* OVERALL FONT - WIDTH OF MENU*/
/* common styling */
.menu2{
font-family: Tahoma, sans-serif; width:181px; height:300px; position:relative; font-size:10px; margin:0px 0; z-index:100;
}

/* MAIN LIST BGCOLOR AND BORDER. WIDTH OF FIRST LEVEL MENU */
.menu2 ul {
padding:0; margin:0; list-style-type: none; background:#ddd8c0; width:181px; height:280px; border:0;
}

/* POSITION OF SECOND LEVEL MENU FROM LEFT */
.menu2 ul li ul {
visibility:hidden; position:absolute; height:0; overflow:hidden; top:0; left:180px;
}
.menu2 ul li {
float:left;
}

/* MAIN LIST TEXT COLOR  */
.menu2 ul li a, .menu2 ul li a:visited {
display:block; float:left; text-decoration:none; color:#000000; width:170px; height:15px; line-height:14px; font-size:10px; background:transparent; padding-left:10px;
}


* html .menu2 ul li a, * html .menu2 ul li a:visited {width:170px; width:170px;}

.menu2 table {
border-collapse:collapse; border:0; margin:0; padding:0; font-size:10px; position:absolute; left:0; top:0;
}

/* BACKGROUND COLOR FOR THE HOVER ON THE FIRST LEVEL LIST  AND TEXT COLOR */
/* first line for IE7 and non-IE browsers - second line for IE5.5 and IE6 */
.menu2 ul li:hover a,
.menu2 ul li a:hover{
background:#262b3f; color:#fff;
}

.menu2 ul li:hover {position:relative; z-index:90;}
* html .menu2 ul li a:hover {position:relative; z-index:100;}


/* BACKGROUND COLOR FOR SECOND LEVEL LIST  AND BORDER  */
.menu2 ul li:hover ul,
.menu2 ul li a:hover ul {
visibility:visible; position:absolute; height:auto; border:1px solid #442c00; background:#262b3f; overflow:visible;
}

/* FONT COLOR FOR SECOND LEVEL LIST */
.menu2 ul li:hover ul li a,
.menu2 ul li a:hover ul li a{
display:block; background:transparent; color:#fff; line-height:13px; padding:3px 0 3px 8px; height:auto; text-decoration:none;
}

/* BACKGROUND COLOR FOR HOVER ON SECOND LEVEL LIST  AND FONT COLOR */
.menu2 ul li:hover ul li:hover a,
.menu2 ul li a:hover ul li a:hover {
background:#ddd8c0; color:#000;
}

/*LAST COMMAND SHOWS THIRD LEVEL LIST POSITIONING FROM THE LEFT HAND SIDE*/
.menu2 ul li:hover ul li ul,
.menu2 ul li a:hover ul li a ul {
visibility:hidden; position:absolute; height:0; overflow:hidden; top:0; left:161px;
}

/* BG COLOR FOR HOVER ON THIRD LEVEL LIST (EVEN LIGHTER GREEN), FONT COLOR (BLK) AND BORDER (DK GREEN) */
.menu2 ul li:hover ul li:hover ul,
.menu2 ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; height:auto; color:#fff; padding:0; border:1px solid #442c00; list-style-type:none; background:#262b3f;
}

/* FONT COLOR FOR THIRD LEVEL LIST (BLACK)*/
.menu2 ul li:hover ul li:hover ul li a,
.menu2 ul li a:hover ul li a:hover ul li a {
display:block; background:transparent; color:#fff;
}

/* BACKGROUND COLOR FOR HOVER ON ACTUAL THIRD LEVEL LIST (ORIG. DK GREEN) AND FONT (BLACK)*/
.menu2 ul li:hover ul li:hover ul li:hover a,
.menu2 ul li a:hover ul li a:hover ul li a:hover {
background:#ddd8c0; color:#000;
}
/*End of menu*/