/* ================================================================ 
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/drop_examples.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* commom style for all browsers */
.menuContainer {
margin:0px 0px 0px 25px; text-align:center; clear:left; background: #e7e7e8; height:28px; border-top:1px #312a2a solid; border-bottom:1px #ccc solid;
}
.menu4 {
text-align:left; font-family:Arial, Helvetica, sans-serif; position:relative; font-size:12px; background:transparent; height:30px; margin:0 auto;
}
.menu4 ul {
padding:0; margin:0; list-style-type: none;
}
.menu4 ul li {
float:left; position:relative; background:#e7e7e8;
}
/*.menu4 ul li.boxImage { background: url(../images/menuBox.gif) right 11px 20px no-repeat;}*/

.menu4 ul li a, .menu4 ul li a:visited {
	display:block; text-decoration:none; font-weight:normal; color:#e81740; letter-spacing:0px; padding: 0 5px; line-height:28px; /*border-right:#fff solid 1px;*/
}
.menu4 ul li ul {
	visibility:hidden; position:absolute; top:0; left:0; height:0; overflow:hidden; border:0px;
}
.menu4 table {
margin:0px; border-collapse:collapse; font-size:1em;
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.menu4 ul li:hover a,
.menu4 ul li a:hover {
	background: #e81740; text-decoration:none; color:#fff;
}
/* single style class for home menu item background image hover */
.menu4 ul li.home:hover a,
.menu4 ul li.home a:hover {
	background:url(../images/menu4homeHover.gif) no-repeat; text-decoration:none;
}
.menu4 ul li:hover ul,
.menu4 ul li a:hover ul {
	visibility:visible; width:120px; height:auto; position:absolute; top:28px; background:#39b54a; overflow:hidden; 
}
.menu4 ul li:hover ul li a,
.menu4 ul li a:hover ul li a {
	display:block; margin:0px; background:transparent; text-align:left; text-decoration:none; line-height:25px; color:#fff; width:120px;  border-bottom:#b8db9a solid 1px; font-weight:normal; 
}
.menu4 ul li:hover ul li a.drop,
.menu4 ul li a:hover ul li a.drop {
	 display:block; color:#f60; height:auto;  padding:5px 10px 5px 35px; width:120px; background-color:#66FF00;
}
.menu4 ul li:hover ul li ul,
.menu4 ul li a:hover ul li a ul {
	visibility:hidden; position:absolute; top:0; left:0; height:0; overflow:hidden;
}
.menu4 ul li:hover ul li a:hover,
.menu4 ul li a:hover ul li a:hover {
	color:#000; background-color:#b8db9a; text-decoration:none;
}
/*
.menu4 ul li:hover ul li:hover ul,
.menu4 ul li a:hover ul li a:hover ul {
	visibility:visible; position:absolute; top:0; color:#000; left:166px; height:auto; border:1px solid #909;
}

.menu4 ul li:hover ul li:hover ul.left,
.menu4 ul li a:hover ul li a:hover ul.left {
	left:-166px;
}
.menu4 ul li:hover ul li:hover ul li a,
.menu4 ul li a:hover ul li a:hover ul li a {
	display:block; color:#00f; height:auto; line-height:1.5em; padding:5px 10px 4px 35px; width:170px; w\idth:140px;
}
* html .menu4 ul li a:hover ul li a:hover ul li a {padding:4px 10px 4px 35px;}

.menu4 ul li:hover ul li:hover ul li:hover a,
.menu4 ul li a:hover ul li a:hover ul li a:hover {
	color:#000; text-decoration:underline;
}
*/

