@charset "utf-8";
/* CSS Document */


ul#Navigation{
	border: 0px solid red;
	/*margin: 0px 20px 0px 0px;*/
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif; 
}
#Navigation li{
	border:0px solid red;
	padding: 7px 0px 0px 10px;
	list-style-type: none;
	display:block;
	line-height: 1.5em;
	font-size:14px;
	height:28px;
}

#Navigation li#OurProductsTab:hover{
	background: url(../includes/templates/images/coco3/menu_tab_bg.png) bottom left no-repeat;
	border:0px solid green;
}

/* #OurProducts{
background: url(../includes/templates/coco3_img/products_menu_bg.png) no-repeat;
width: 575px;
height: 407px; 
} */

#Navigation a{
display: block;
padding: 5px 6px;
color: #fff;
text-decoration: none;
}

#OurProducts a:hover{
color: #fff;
height: 25px;
top: 44px;
}

#Navigation li{
float: left;
position: relative;
padding: 0px 20px 0px 0px;
}

ul#OurProducts{
padding:0px 0px 0px 0px;
background: url(../includes/templates/images/coco3/products_menu_bg.png) top right no-repeat;
position: absolute;
top:2em;
display: none;
border:0px solid red;
height:435px;
width:574px;
z-index:222;
}
#Navigation li:hover ul#OurProducts{
	display:block;
	border:0px solid red;
}

/*#Navigation li ul a:hover{
	background: url(../includes/templates/images/coco3/primary_nav_bg.png) top right no-repeat;
	border:0px solid green;
	width: 240px;
}*/

#OurProducts li {
font-size:12px;
height: 25px;
line-height:25px;
display:block;
border:0px solid green;
padding:0px;
float:none;
width: 574px;
position:static;
}

#OurProducts li:hover{
background: url(../includes/templates/images/coco3/primary_nav_bg.png) top right no-repeat;
width: 250px;
border:0px solid red;
}
#OurProducts li:hover a{
	border:0px solid green;
}

#OurProducts ul{
	border:0px solid green;
}

#OurProducts:hover li a,#OurProducts:hover li div.placeholder{
border-right:1px solid white;
}

#OurProducts:hover li div.placeholder {
	height:25px;
	width:249px;
	/*background-color:white;*/
}
#OurProducts:hover li div.last {
	height:40px;
}

#OurProducts li a{
padding:0px 0px 0px 10px;
/*float: left;*/
height: 25px;
line-height:25px;
width:239px;
border:0px solid orange;
}

#OurProducts li a.small{
font-size:10px;
/*padding:0px;*/
}

#OurProducts li ul,#OurProducts li:hover ul{
background: url(../includes/templates/images/coco3/secondary_nav_rub_both_bg.png) no-repeat;
border:0px solid green;
left:249px;
top: 10px;
display:none;
position:absolute;
/*left:5px;*/
height:400px;
width:303px;
}
#OurProducts li ul a{
	/*width:290px;*/
	border:0px solid red;
}
#OurProducts:hover li.first a,#OurProducts:hover li.last a,#OurProducts:hover li div.last,#OurProducts:hover li:hover a{
	border-right:none;
}
#OurProducts ul li.last{
	border:0px solid green;
}
#OurProducts li.first{
	padding-top:10px;
	background-position:bottom left;
}
#OurProducts li.first ul {
	background: url(../includes/templates/images/coco3/secondary_nav_bg.png) no-repeat;
}
#OurProducts li.last ul {
	background: url(../includes/templates/images/coco3/secondary_nav_rub_top_bg.png) no-repeat;
}

#OurProducts li:hover ul li{
	border-right:none;
	background:none;
}


#OurProducts li:hover ul{
display:block;
}
#OurProducts li ul li a:hover {
	background:none;
}
#OurProducts li:hover ul li a {
	border:none;
}


#Navigation ul.smallMenu{
	display:none;
	position:absolute;
	background: url(../includes/templates/images/layout/coco2_5/menu_bg_small.png) no-repeat;
	width:206px;
	height:177px;
	z-index: 222;
}
#Navigation ul.smallMenu li{
	
}
#Navigation ul.smallMenu li a,#Navigation ul.smallMenu li{
font-size:12px;
border:0px solid green;
width:193px;
padding-right:0px;
height:18px;
line-height:18px;
}
#Navigation ul.smallMenu li a.small{
font-size:10px;
}

#Navigation li:hover ul.smallMenu{
	display:block;
}

/*

#Navigation ul ul{
top:auto;
width: 300px;
}	

#Navigation ul ul a{
width: 292px;
margin:0px 0 0 0px;
position:fixed;
}

#Navigation li:hover ul ul, #Navigation li:hover ul ul ul, #Navigation li:hover ul ul ul ul{
display:none;
}

#Navigation li:hover ul, #Navigation li li:hover ul, #Navigation li li li:hover ul, #Navigation li li li li:hover ul{
display:block;
}
*/

