/* ================================================================ 
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 */
.container4 {
text-align:center; background:#eee url(topmenu.gif); border:1px solid #909; border-width:5px 1px 1px 1px; height:30px;
margin:0 0 20px 0; /* for this demo only */
}
.topmenu {
text-align:left; font-family:Arial, Helvetica, sans-serif; position:relative; font-size:12px; background:transparent; width:965px; height:30px; margin:0 auto;
margin-left:15px;
}
.topmenu ul {
padding:0; margin:0; list-style-type: none;
}
.topmenu ul li {
float:left; position:relative;
}
.topmenu ul li.topmenu_block{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.topmenu ul li.subserv {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
}
.topmenu ul li ul li.subserv{
	background-image:url(../images/point_topmenu.gif);
	background-repeat:repeat-x;
}
/*
.topmenu ul li.home {background:transparent url(topmenuhome.gif);}
.topmenu ul li.products {background:transparent url(topmenuproducts.gif);}
.topmenu ul li.services {background:transparent url(topmenuservices.gif);}
.topmenu ul li.contact {background:transparent url(topmenucontact.gif);}
.topmenu ul li.site {background:transparent url(topmenusite.gif);}
.topmenu ul li.news {background:transparent url(topmenunews.gif);}
.topmenu ul li.subprod {background:transparent url(topmenusubprod.gif) no-repeat;}
.topmenu ul li.subprod2 {background:transparent url(topmenusubprod2.gif) no-repeat;}
.topmenu ul li.subprod3 {background:transparent url(topmenusubprod3.gif) no-repeat;}
.topmenu ul li.subnews {background:transparent url(topmenusubnews.gif) no-repeat;}
.topmenu ul li.subnews2 {background:transparent url(topmenusubnews2.gif) no-repeat;}
.topmenu ul li.subnews3 {background:transparent url(topmenusubnews3.gif) no-repeat;}
.topmenu ul li.subserv {background:transparent url(topmenusubserv.gif) no-repeat;}
.topmenu ul li.subserv2 {background:transparent url(topmenusubserv2.gif) no-repeat;}
.topmenu ul li.subserv3 {background:transparent url(topmenusubserv3.gif) no-repeat;}
.topmenu ul li.subserv4 {background:transparent url(topmenusubserv4.gif) no-repeat;}
.topmenu ul li.subserv5 {background:transparent url(topmenusubserv5.gif) no-repeat;}
.topmenu ul li.subsubl {background:#eee url(next.gif) no-repeat top left;}
.topmenu ul li.subsubr {background:#eee url(previous.gif) no-repeat 145px 0;}
*/
.topmenu ul li a, .topmenu ul li a:visited {
	display:block;
	text-decoration:none;
	width:auto;
	padding-right:10px;
	height:30px;
	color:#ffffff;
	line-height:25px;
	float:left;	
}
.topmenu ul li a:hover{
	color:#ffffff;
	font-weight:bold;
}
* html .topmenu ul li a, .topmenu ul li a:visited {
/*width:90px; w\idth:90px;*/
color:#ffffff;
}

.topmenu ul li ul {
visibility:hidden; position:absolute; top:0; left:0; height:0; overflow:hidden;
z-index:100px;
text-align:center;
}
.topmenu table {
margin:-1px; border-collapse:collapse; font-size:12px;
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.topmenu ul li:hover a,
.topmenu ul li a:hover {
color:#ffffff; text-decoration:none; border:0;
}
.topmenu ul li a#activemenu{
	font-weight:bold;
}
.topmenu ul li:hover ul,
.topmenu ul li a:hover ul {
font-family:Arial, Helvetica, sans-serif;
visibility:visible; width:180px; height:auto; position:absolute; top:29px; left:-1px; background:#7fd1f6; border:none; overflow:visible;
text-align:left;
}
.topmenu ul li:hover ul li a,
.topmenu ul li a:hover ul li a {
display:block; background:transparent; text-decoration:none; color:#000000; height:auto; line-height:1.5em; padding:5px 10px 5px 20px; width:230px; w\idth:150px;
text-align:left;
}
.topmenu ul li:hover ul li a.drop,
.topmenu ul li a:hover ul li a.drop {
display:block; height:auto; line-height:1.5em; padding:5px 10px 5px 35px; width:230px; w\idth:150px;

}
.topmenu ul li:hover ul li ul,
.topmenu ul li a:hover ul li a ul {
visibility:hidden; position:absolute; top:0; left:0; height:0; overflow:hidden;
}
.topmenu ul li:hover ul li a:hover,
.topmenu ul li a:hover ul li a:hover {
color:#000000; text-decoration:none;
}
.topmenu ul li:hover ul li:hover ul,
.topmenu 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;
}
.topmenu ul li:hover ul li:hover ul.left,
.topmenu ul li a:hover ul li a:hover ul.left {
left:-166px;
}
.topmenu ul li:hover ul li:hover ul li a,
.topmenu 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 .topmenu ul li a:hover ul li a:hover ul li a {padding:4px 10px 4px 35px;}

.topmenu ul li:hover ul li:hover ul li:hover a,
.topmenu ul li a:hover ul li a:hover ul li a:hover {
color:#000; text-decoration:underline;
}
