﻿/* top level--------------------------------------------*/

.menuTemplate4 li
{
    padding: 0;
    float: left;
    height: 25px;
    position: relative;/*delete it if you want submenu to be positioned relative to the whole menu instead of this li element*/
    color: black;
    z-index:5;
}
.menuTemplate4 li:hover, .menuTemplate4 li.onhover
{
	background-image:url(images/menu-hvr.png);
}

.menuTemplate4 li:hover a, .menuTemplate4 li.onhover a
{
    background-color: white;
	background-image:url(images/menu-hvr.png);
    color: #000;
    z-index: 9;
}
/*.menuTemplate4 a.arrow
{
    background: url(arrow.gif) no-repeat right center;
}
 */
        
/*Used to align a top-level item to the right*/        
.menuTemplate4 li.menuRight
{
    float: right;
    margin-right: 0px;
}
        
/*for the top-level separators*/
.menuTemplate4 li.separator
{
    display:none;
}
               
        
/* sub level--------------------------------------------*/
        
.menuTemplate4 .drop
{
    position: absolute;
    z-index:5;
    left: -9999px;
    background: #FFF;            
    text-align: left;
    padding: 20px;  
    color:#65A8DF;
    top:25px;
	border-left:1px solid #c3c3c3;              
	border-right:1px solid #c3c3c3; 
	border-bottom:1px solid #c3c3c3;              
	font-size:13px;
	width:910px;
}
.menuTemplate4 .drop span
{
    color:#65A8DF;
	font-size:16px;
}
.menuTemplate4 .drop a
{
    padding-left: 0px;
    padding-right: 0px;
    line-height: 26px;
    font-size: 12px;
    font-weight: normal;
    display: inline;
    text-align: left;
    position: static;
    z-index: 0;
    background-image:none;
}

.menuTemplate4 li:hover .drop, .menuTemplate4 li.onhover .drop
{
    left: -1px;/*Use this property to change offset of the dropdown*/
/*    background:white url(bg-right.png) no-repeat right bottom;
*/}
.menuTemplate4 li:hover .dropToLeft, .menuTemplate4 li.onhover .dropToLeft
{
    left: auto;
    right: -1px;
/*    background:white url(bg-left.png) no-repeat 0 bottom;
*/}
.menuTemplate4 li:hover .dropToLeft2, .menuTemplate4 li.onhover .dropToLeft2
{
    left: auto;
    right: -60px;
}

/* Elements within the drop down sub-menu--------------------------------------------*/

.menuTemplate4 div.drop div div
{
    padding: 6px 0px;
}
.menuTemplate4 li:hover .drop a, .menuTemplate4 li.onhover .drop a
{
    background: none;
    background-image:none;
    padding:0 0;
}
.menuTemplate4 div.drop div a
{
    line-height: 20px;  
    color: #333333;
    background:none;
	font-size:11px;
}
.menuTemplate4 div.drop div a:hover
{
    text-decoration:underline;
    cursor:pointer;
    color:#7E7E7E;
}

.menuTemplate4 div.left {
	float:left;
	width:200px;
	margin-left:15px;
	padding-right:15px;
	border-right:1px solid #000;
	
}
.menuTemplate4 div.products {
	float:left;
	width:155px;
	margin-left:15px;
	padding-right:15px;
	border-right:1px solid #000;
}

        
/* CSS3 effects --------------------------------------------*/

/*for top-level*/ 
.decor4_1 
{
    //-moz-border-radius: 3px;
    //-webkit-border-radius: 3px;
    //border-radius: 3px;

    //-moz-box-shadow: 0px 1px 4px #999;
    //-webkit-box-shadow: 0px 1px 4px #999;
    //box-shadow: 0px 1px 4px #999;
            
}

/*for submenu.*/ 
.decor4_2 
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius:0 0 4px 4px; 

    //-moz-box-shadow: 0 4px 10px #CCC;
    //-webkit-box-shadow: 0 4px 10px #CCC;
    //box-shadow: 0 4px 10px #CCC;  
}

#test{
	color:#65A8DF;
	font-size:13px;
	font-weight:bold;
}
.test{
	color:#65A8DF;
	font-size:13px;
	font-weight:bold;
}